diff options
Diffstat (limited to 'testing/urlwatch/APKBUILD')
-rw-r--r-- | testing/urlwatch/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/urlwatch/APKBUILD b/testing/urlwatch/APKBUILD index 8927ac8a1..d5e5a5ade 100644 --- a/testing/urlwatch/APKBUILD +++ b/testing/urlwatch/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=urlwatch pkgver=1.14 -pkgrel=0 +pkgrel=1 pkgdesc="A tool for monitoring webpages for updates" url="http://thpinfo.com/2008/urlwatch/" arch="noarch" license="BSD" -depends="python" +depends="python py-futures" depends_dev="" makedepends="python-dev" install="" |