Commit 41fa748d authored by Seblu's avatar Seblu
Browse files

fix dep


git-svn-id: https://seblu.net/s/archpkg@206 02741741-5192-46b8-8916-7152b19231d9
parent f049e58c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,12 +3,12 @@
pkgname=python2-twitter
_srcname=python-twitter
pkgver=0.8.2
pkgrel=1
pkgrel=2
pkgdesc='Python 2 wrapper around the Twitter API'
arch=('any')
url='http://code.google.com/p/python-twitter/'
license=('APACHE')
depends=('python2' 'python2-httplib2' 'python-simplejson' 'python-oauth2')
depends=('python2' 'python2-httplib2' 'python-simplejson' 'python2-oauth')
source=("http://${_srcname}.googlecode.com/files/${_srcname}-${pkgver}.tar.gz")
md5sums=('a5d79ba7228ff00bc83a8486e7434106')