summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAbdo Roig-Maranges2021-12-15 12:55:01 +0100
committerAbdo Roig-Maranges2021-12-15 12:55:01 +0100
commit9980ed17205cf53c5b512cf5a6a534e985d9aacc (patch)
tree9f62c2cfdffd8af4713b261149e1fb3b922f2fc7 /PKGBUILD
parent9eb102891aa9f979b47f1471e02fad3e9f1171ca (diff)
downloadaur-python-github3.py.tar.gz
fix package() after last update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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
}