From b6cbce3873983ae600aa37100da7df6dff81b679 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:28 +0000 Subject: [PATCH] nano: extract update_* to external update file --- srcpkgs/nano/template | 1 - srcpkgs/nano/update | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 srcpkgs/nano/update diff --git a/srcpkgs/nano/template b/srcpkgs/nano/template index 085633ba20c..fdbb04a4a56 100644 --- a/srcpkgs/nano/template +++ b/srcpkgs/nano/template @@ -10,5 +10,4 @@ maintainer="Juan RP " homepage="http://www.nano-editor.org/" license="GPL-3" distfiles="http://www.nano-editor.org/dist/v2.3/$pkgname-$version.tar.gz" -update_ignore="*pre*" checksum=a74bf3f18b12c1c777ae737c0e463152439e381aba8720b4bc67449f36a09534 diff --git a/srcpkgs/nano/update b/srcpkgs/nano/update new file mode 100644 index 00000000000..8758aff9cbe --- /dev/null +++ b/srcpkgs/nano/update @@ -0,0 +1 @@ +ignore="*pre*"