summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSébastien Leduc2017-02-05 16:30:29 +0100
committerSébastien Leduc2017-02-05 16:30:29 +0100
commitb0c2414769ed32ea60e00f22ff094ac16c59d4e7 (patch)
tree24cafca33431c490d4ae2a5c0c4154f6daefb756 /PKGBUILD
parent58012efcf5441dcf43a7f5e937676ce08faeb8b7 (diff)
downloadaur-b0c2414769ed32ea60e00f22ff094ac16c59d4e7.tar.gz
Bump to 3.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 712b5b77db75..8c94fa3f6258 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python2-twitter
_srcname=python-twitter
-pkgver=2.2
+pkgver=3.2.1
pkgrel=1
pkgdesc='Python 2 wrapper around the Twitter API'
arch=('any')
@@ -12,7 +12,8 @@ license=('APACHE')
depends=('python2' 'python2-httplib2' 'python2-simplejson' 'python2-oauth2' 'python2-requests-oauthlib')
makedepends=('python2-distribute')
source=("https://pypi.python.org/packages/source/p/${_srcname}/${_srcname}-${pkgver}.tar.gz")
-md5sums=('eab697b3a9bc6bf3432d09a489f4ed8b')
+source=("https://pypi.python.org/packages/39/44/4ff06d3f0ab9f8ee718f7f74bd1bdbc257da157e00c78a5f8901cb384629/${_srcname}-${pkgver}.tar.gz#md5=9d7430bc5b1ef924be7830a4806d645a")
+md5sums=('9d7430bc5b1ef924be7830a4806d645a')
package() {
cd $_srcname-$pkgver