From 07faa0febaaad158f7bb7d050cc74d2eb7d1232a Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:08 +0000 Subject: [PATCH] offo-hyphenation: extract update_* to external update file --- srcpkgs/offo-hyphenation/template | 1 - srcpkgs/offo-hyphenation/update | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 srcpkgs/offo-hyphenation/update diff --git a/srcpkgs/offo-hyphenation/template b/srcpkgs/offo-hyphenation/template index 48b298435e1..3c57e14a4f9 100644 --- a/srcpkgs/offo-hyphenation/template +++ b/srcpkgs/offo-hyphenation/template @@ -9,7 +9,6 @@ license="LPPL" only_for_archs="i686 x86_64" hostmakedepends="unzip" depends="apache-fop>=1.1_2" -update_pattern="$pkgname/\K[\d.]+(?=/$pkgname)" distfiles=" ${SOURCEFORGE_SITE}/offo/${pkgname}/${version}/${pkgname}-binary.zip ${SOURCEFORGE_SITE}/offo/${pkgname}/${version}/${pkgname}.zip diff --git a/srcpkgs/offo-hyphenation/update b/srcpkgs/offo-hyphenation/update new file mode 100644 index 00000000000..d03ce716068 --- /dev/null +++ b/srcpkgs/offo-hyphenation/update @@ -0,0 +1 @@ +pattern="$pkgname/\K[\d.]+(?=/$pkgname)"