From 9e71c1ab58cccf882247a6e689239c9f3e3f3834 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:40 +0000 Subject: [PATCH] unbound: extract update_* to external update file --- srcpkgs/unbound/template | 1 - srcpkgs/unbound/update | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 srcpkgs/unbound/update diff --git a/srcpkgs/unbound/template b/srcpkgs/unbound/template index e0aa0ff46b8..77a47c518fd 100644 --- a/srcpkgs/unbound/template +++ b/srcpkgs/unbound/template @@ -17,7 +17,6 @@ maintainer="Christian Neukirchen " license="BSD" homepage="http://unbound.net/" distfiles="http://unbound.net/downloads/${pkgname}-${version}.tar.gz" -update_ignore="*rc*" checksum=0ff82709fb2bd7ecbde8dbdcf60fa417d2b43379570a3d460193a76a169900ec post_install() { diff --git a/srcpkgs/unbound/update b/srcpkgs/unbound/update new file mode 100644 index 00000000000..e299d00ea67 --- /dev/null +++ b/srcpkgs/unbound/update @@ -0,0 +1 @@ +ignore="*rc*"