From ecc2598ccc45e86554ac71f05943678bac9dba38 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:04 +0000 Subject: [PATCH] ghc-bin: extract update_* to external update file --- srcpkgs/ghc-bin/template | 1 - srcpkgs/ghc-bin/update | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 srcpkgs/ghc-bin/update diff --git a/srcpkgs/ghc-bin/template b/srcpkgs/ghc-bin/template index fd99ab511f4..4f01da8ad4d 100644 --- a/srcpkgs/ghc-bin/template +++ b/srcpkgs/ghc-bin/template @@ -7,7 +7,6 @@ short_desc="Glorious Haskell Compiler - precompiled binaries" maintainer="Christian Neukirchen " license="custom" homepage="http://www.haskell.org/ghc/" -update_pattern='ghc-bin-\K[\d.]+\d+' only_for_archs="i686 x86_64" case "$XBPS_TARGET_MACHINE" in x86_64*) diff --git a/srcpkgs/ghc-bin/update b/srcpkgs/ghc-bin/update new file mode 100644 index 00000000000..e716ea254fe --- /dev/null +++ b/srcpkgs/ghc-bin/update @@ -0,0 +1 @@ +pattern='ghc-bin-\K[\d.]+\d+'