diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-17 14:46:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-17 14:46:53 +0000 |
commit | 0eb77681fbc6b6de6783db9dad8ac443c8c520d3 (patch) | |
tree | d4ed342e404e65a959a2d3a5eabe957ae56def97 /testing/urlwatch/APKBUILD | |
parent | 4f80e6210ecd560cf7d256d49ab50e03da547c19 (diff) | |
download | aports-0eb77681fbc6b6de6783db9dad8ac443c8c520d3.tar.bz2 aports-0eb77681fbc6b6de6783db9dad8ac443c8c520d3.tar.xz |
testing/urlwatch: fix depends
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 8927ac8a16..d5e5a5ade8 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="" |