Revert "testing/py-hackernews: fix typo in depends"

and bump pkgrel

This reverts commit db993980d610acee84370665e378e0cfa28f8f4d.
This commit is contained in:
Natanael Copa 2013-10-22 08:46:08 +00:00
parent d8198db938
commit 7a62b3143c

View File

@ -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=""