diff options
Diffstat (limited to 'testing/py-hackernews')
-rw-r--r-- | testing/py-hackernews/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-hackernews/APKBUILD b/testing/py-hackernews/APKBUILD index f31fdfb724..d839d0ac37 100644 --- a/testing/py-hackernews/APKBUILD +++ b/testing/py-hackernews/APKBUILD @@ -3,12 +3,12 @@ pkgname=py-hackernews _pkgname=HackerNews pkgver=1.5.5 -pkgrel=0 +pkgrel=1 pkgdesc="Python API for Hacker News" url="https://github.com/thekarangoel/HackerNewsAPI/" arch="noarch" license="MIT" -depends="python py-requests py-beautifulsoup" +depends="python py-requests py-beautifulsoup4" depends_dev="" makedepends="python-dev py-setuptools" install="" |