summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Nieto Cid2016-04-03 13:19:56 -0300
committerDiego Nieto Cid2016-04-03 13:19:56 -0300
commit3cadb53079597189ec11305b8b0982103c755482 (patch)
treea3971d468a83b691eb5a13b8cd44122f90f8f1bb
parent19d143be22a49150e19a5facd46eb0cddfc5b3bf (diff)
downloadaur-3cadb53079597189ec11305b8b0982103c755482.tar.gz
Update package to upstream version 1.0.0a4.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a4c6aed008d..c1eb54b1193c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_module="github3.py"
pkgname=("python-${_module}" "python2-${_module}")
-pkgver="1.0.0a2"
+pkgver="1.0.0a4"
pkgrel="1"
pkgdesc="a comprehensive wrapper around the GitHub API (v3)"
arch=("any")
@@ -11,7 +11,7 @@ url="https://github.com/sigmavirus24/${_module}"
license=("custom:Modified BSD")
makedepends=("python-setuptools" "python2-setuptools")
source=("https://pypi.python.org/packages/source/${_module:0:1}/${_module}/${_module}-${pkgver}.tar.gz")
-md5sums=('f8f13b5a4c18d86609ab26115c0be05c')
+md5sums=('a8513584fd3b11746b14e91e00a74960')
build() {
cd "${srcdir}/${_module}-${pkgver}"