summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83163d13e28a..77c8ff8188b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-github3.py
pkgdesc = A comprehensive wrapper around the GitHub API (v3)
- pkgver = 2.0.0
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/sigmavirus24/github3.py
arch = any
@@ -11,8 +11,7 @@ pkgbase = python-github3.py
depends = python-uritemplate
depends = python-dateutil
depends = python-jwcrypto
- source = https://github.com/sigmavirus24/github3.py/archive/refs/tags/2.0.0.tar.gz
- sha256sums = 3ee0481402d94f0737da5687e70d836b5a3dbe5567cb2d240cb0c616334a95a5
+ source = https://github.com/sigmavirus24/github3.py/archive/refs/tags/3.0.0.tar.gz
+ sha256sums = 1bdd6f19d2c5756cdb017fb47828d31e77916bba0312b2726c67253a439ae61b
pkgname = python-github3.py
-
diff --git a/PKGBUILD b/PKGBUILD
index 2c4bdd01129c..5e60b630b0b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Diego Nieto Cid <dnietoc@gmail.com>
pkgname="python-github3.py"
-pkgver="2.0.0"
+pkgver="3.0.0"
pkgrel=1
pkgdesc="A comprehensive wrapper around the GitHub API (v3)"
arch=("any")
@@ -10,10 +10,10 @@ license=("custom:Modified BSD")
makedepends=("python-setuptools")
depends=("python" "python-requests" "python-uritemplate" "python-dateutil" "python-jwcrypto")
source=("https://github.com/sigmavirus24/github3.py/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('3ee0481402d94f0737da5687e70d836b5a3dbe5567cb2d240cb0c616334a95a5')
+sha256sums=('1bdd6f19d2c5756cdb017fb47828d31e77916bba0312b2726c67253a439ae61b')
build() {
- cd "github3.py-2.0.0"
+ cd "github3.py-${pkgver}"
python setup.py build
}