From 126e41c9dd23db5b99f8e86e292f0c5f7bd20402 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:40 +0000 Subject: [PATCH] MoinMoin: extract update_* to external update file --- srcpkgs/MoinMoin/template | 2 -- srcpkgs/MoinMoin/update | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/MoinMoin/update diff --git a/srcpkgs/MoinMoin/template b/srcpkgs/MoinMoin/template index 172480b4af6..738096c3b26 100644 --- a/srcpkgs/MoinMoin/template +++ b/srcpkgs/MoinMoin/template @@ -13,7 +13,5 @@ short_desc="MoinMoin, a Python clone of WikiWiki" maintainer="Juan RP " homepage="http://moinmo.in" license="GPL-2" -update_site="${homepage}/MoinMoinDownload" -update_pkgname=moin distfiles="http://static.moinmo.in/files/moin-${version}.tar.gz" checksum=a74ba7fd8cf09b9e8415a4c45d7389ea910c09932da50359ea9796e3a30911a6 diff --git a/srcpkgs/MoinMoin/update b/srcpkgs/MoinMoin/update new file mode 100644 index 00000000000..cf0d1feb57f --- /dev/null +++ b/srcpkgs/MoinMoin/update @@ -0,0 +1,2 @@ +site="${homepage}/MoinMoinDownload" +pkgname=moin