From badc0245bee0bbf6eb3329c3d03d8d8dd89dca88 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:16:46 +0000 Subject: [PATCH] tinc: extract update_* to external update file --- srcpkgs/tinc/template | 1 - srcpkgs/tinc/update | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 srcpkgs/tinc/update diff --git a/srcpkgs/tinc/template b/srcpkgs/tinc/template index 8bdc7854e2..3acf108754 100644 --- a/srcpkgs/tinc/template +++ b/srcpkgs/tinc/template @@ -9,7 +9,6 @@ short_desc="VPN (Virtual Private Network) daemon" maintainer="Juan RP " license="GPL-2" homepage="http://www.tinc-vpn.org" -update_ignore="*pre*" distfiles="${homepage}/packages/${pkgname}-${version}.tar.gz" checksum=c5c1c554e594d77365b63222ef15f4460c0c202f9163a89a087333a779f4f133 diff --git a/srcpkgs/tinc/update b/srcpkgs/tinc/update new file mode 100644 index 0000000000..8758aff9cb --- /dev/null +++ b/srcpkgs/tinc/update @@ -0,0 +1 @@ +ignore="*pre*"