summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Nieto Cid2018-11-25 00:20:44 -0300
committerDiego Nieto Cid2018-11-25 00:20:44 -0300
commit727e4fc93f23224558f0dfa3fce658e35ef7bdfd (patch)
tree6793b20d37ea056f4c517f221f9dbfb138e4084d
parent41162f399055dc13dfd416bab265b75e515e8460 (diff)
downloadaur-727e4fc93f23224558f0dfa3fce658e35ef7bdfd.tar.gz
Depend on python-uritemplate from community
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71c19dac426f..1f2c17b2c3bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-github3.py
pkgdesc = a comprehensive wrapper around the GitHub API (v3)
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sigmavirus24/github3.py
arch = any
license = custom:Modified BSD
@@ -13,10 +13,10 @@ pkgbase = python-github3.py
pkgname = python-github3.py
depends = python
depends = python-requests
- depends = python-uritemplate.py
+ depends = python-uritemplate
pkgname = python2-github3.py
depends = python2
depends = python2-requests
- depends = python2-uritemplate.py
+ depends = python2-uritemplate
diff --git a/PKGBUILD b/PKGBUILD
index 52dc5e8f9a51..b71948c13b37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _module="github3.py"
pkgname=("python-${_module}" "python2-${_module}")
pkgver="1.2.0"
-pkgrel="1"
+pkgrel="2"
pkgdesc="a comprehensive wrapper around the GitHub API (v3)"
arch=("any")
url="https://github.com/sigmavirus24/${_module}"
@@ -28,14 +28,14 @@ check() {
}
package_python-github3.py() {
- depends=("python" "python-requests" "python-uritemplate.py")
+ depends=("python" "python-requests" "python-uritemplate")
cd "${srcdir}/${_module}-${pkgver}"
python setup.py install --skip-build --root="${pkgdir}" --optimize=1
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
}
package_python2-github3.py() {
- depends=("python2" "python2-requests" "python2-uritemplate.py")
+ depends=("python2" "python2-requests" "python2-uritemplate")
cd "${srcdir}/${_module}-${pkgver}"
python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE