summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77c8ff8188b3..9ddda05641ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-github3.py
pkgdesc = A comprehensive wrapper around the GitHub API (v3)
pkgver = 3.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sigmavirus24/github3.py
arch = any
license = custom:Modified BSD
diff --git a/PKGBUILD b/PKGBUILD
index 5e60b630b0b2..ed7e17cc3c7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-github3.py"
pkgver="3.0.0"
-pkgrel=1
+pkgrel=2
pkgdesc="A comprehensive wrapper around the GitHub API (v3)"
arch=("any")
url="https://github.com/sigmavirus24/github3.py"
@@ -25,7 +25,7 @@ check() {
}
package() {
- cd "github3.py-2.0.0"
+ cd "github3.py-${pkgver}"
python setup.py install --skip-build --root="${pkgdir}" --optimize=1
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
}