diff --git a/testing/py-hackernews/APKBUILD b/testing/py-hackernews/APKBUILD index f31fdfb724b..d839d0ac379 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=""