From d9a323ebd6c91661fa461f5e6e2fc7f33a484767 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:10 +0000 Subject: [PATCH] apg: extract update_* to external update file --- srcpkgs/apg/template | 2 -- srcpkgs/apg/update | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/apg/update diff --git a/srcpkgs/apg/template b/srcpkgs/apg/template index 08e49f6908..9fc74c2175 100644 --- a/srcpkgs/apg/template +++ b/srcpkgs/apg/template @@ -4,8 +4,6 @@ version=2.2.3 revision=3 short_desc="Automated Password Generator" homepage="http://www.adel.nursat.kz/apg/" -update_site="http://www.adel.nursat.kz/apg/download.shtml" -update_ignore="*b" license="BSD" maintainer="Juan RP " distfiles="http://www.adel.nursat.kz/apg/download/apg-$version.tar.gz" diff --git a/srcpkgs/apg/update b/srcpkgs/apg/update new file mode 100644 index 0000000000..e67ac3b85e --- /dev/null +++ b/srcpkgs/apg/update @@ -0,0 +1,2 @@ +site="http://www.adel.nursat.kz/apg/download.shtml" +ignore="*b"