urlwatch: use $PYPI_SITE
This commit is contained in:
parent
43373343ce
commit
934eadb408
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ short_desc="Tool for monitoring webpages for updates"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://thp.io/2008/urlwatch/"
|
homepage="http://thp.io/2008/urlwatch/"
|
||||||
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/u/urlwatch/urlwatch-${version}.tar.gz"
|
||||||
checksum=57a90a0a7a3f056bbf77c917621a124338de20e15ce356873b9abba72f57d6f4
|
checksum=57a90a0a7a3f056bbf77c917621a124338de20e15ce356873b9abba72f57d6f4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in a new issue