From 0eb77681fbc6b6de6783db9dad8ac443c8c520d3 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 17 May 2012 14:46:53 +0000 Subject: testing/urlwatch: fix depends --- testing/urlwatch/APKBUILD | 4 ++-- 1 file 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 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="" -- cgit v1.2.3