From 81498d00d7a765fb5386a19ab5f8702379942dc0 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:24 +0000 Subject: [PATCH] libpng: extract update_* to external update file --- srcpkgs/libpng/template | 1 - srcpkgs/libpng/update | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 srcpkgs/libpng/update diff --git a/srcpkgs/libpng/template b/srcpkgs/libpng/template index 177d4b38523..1adf3800e99 100644 --- a/srcpkgs/libpng/template +++ b/srcpkgs/libpng/template @@ -8,7 +8,6 @@ short_desc="Library for manipulating PNG images" maintainer="Juan RP " homepage="http://www.libpng.org/pub/png/libpng.html" license="zlib" -update_ignore="*beta*" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz" checksum=42f754df633e4e700544e5913cbe2fd4928bbfccdc07708a5cf84e59827fbe60 diff --git a/srcpkgs/libpng/update b/srcpkgs/libpng/update new file mode 100644 index 00000000000..125db71da82 --- /dev/null +++ b/srcpkgs/libpng/update @@ -0,0 +1 @@ +ignore="*beta*"