MoinMoin: extract update_* to external update file
This commit is contained in:
parent
9e71c1ab58
commit
126e41c9dd
|
@ -13,7 +13,5 @@ short_desc="MoinMoin, a Python clone of WikiWiki"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
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
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
site="${homepage}/MoinMoinDownload"
|
||||
pkgname=moin
|
Loading…
Reference in New Issue