diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-22 08:46:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-22 08:46:42 +0000 |
commit | 7a62b3143c0e4e4e3471f66c698e3bd48ca73e7b (patch) | |
tree | fa33533329632366542bec77f8d87eea7e4942c6 /testing/py-hackernews | |
parent | d8198db9381e75b4a930ba862d707acc6b1fbac2 (diff) | |
download | aports-7a62b3143c0e4e4e3471f66c698e3bd48ca73e7b.tar.bz2 aports-7a62b3143c0e4e4e3471f66c698e3bd48ca73e7b.tar.xz |
Revert "testing/py-hackernews: fix typo in depends"
and bump pkgrel
This reverts commit db993980d610acee84370665e378e0cfa28f8f4d.
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="" |