summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Nieto Cid2018-11-24 23:57:07 -0300
committerDiego Nieto Cid2018-11-24 23:57:07 -0300
commit41162f399055dc13dfd416bab265b75e515e8460 (patch)
tree9a02507c5cc72803744f44032bcfc25a9c1f2a9e
parentd8f84defe791e4cd330ef8bf3342252a9fc77dcf (diff)
downloadaur-41162f399055dc13dfd416bab265b75e515e8460.tar.gz
Update package to upstream version 1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3229aa97da8..71c19dac426f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-github3.py
pkgdesc = a comprehensive wrapper around the GitHub API (v3)
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/sigmavirus24/github3.py
arch = any
license = custom:Modified BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://pypi.io/packages/source/g/github3.py/github3.py-1.1.0.tar.gz
- md5sums = 8c3916959c5e1a93868f067de5a5a52c
+ source = https://pypi.io/packages/source/g/github3.py/github3.py-1.2.0.tar.gz
+ md5sums = 148630f610c7a2dbcc9c91e8102c7e36
pkgname = python-github3.py
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index b7d43e709830..52dc5e8f9a51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_module="github3.py"
pkgname=("python-${_module}" "python2-${_module}")
-pkgver="1.1.0"
+pkgver="1.2.0"
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.io/packages/source/${_module:0:1}/${_module}/${_module}-${pkgver}.tar.gz")
-md5sums=('8c3916959c5e1a93868f067de5a5a52c')
+md5sums=('148630f610c7a2dbcc9c91e8102c7e36')
build() {
cd "${srcdir}/${_module}-${pkgver}"