summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbrent s2017-03-14 14:35:32 -0400
committerbrent s2017-03-14 14:35:32 -0400
commitd512112efa55f6144fc71a19f011c048636c65c7 (patch)
tree786f610c6857c54ed483a28fbe90db819e6e7a59 /PKGBUILD
parent7177cb6fea48b054f7cc0a7932d0fb21f25f952d (diff)
downloadaur-d512112efa55f6144fc71a19f011c048636c65c7.tar.gz
update to 2.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6762fd86d80d..fd8b7f5f8215 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@ validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3
# News updates for packages can be followed at https://devblog.square-r00t.net
pkgname=('python-gitpython' 'python2-gitpython')
-pkgver=2.1.1
-pkgrel=6
+pkgver=2.1.3
+pkgrel=7
pkgdesc="Python Git Library"
arch=('i686' 'x86_64')
url="https://pypi.python.org/pypi/GitPython"
license=('BSD')
_pkgname=GitPython
+_pkgname2=gitpython
provides=("python-gitpython")
#conflicts=("python-gitpython")
install=
@@ -17,9 +18,9 @@ changelog=
noextract=()
# TODO: fix this ugly-ass shit.
# i.e. https://files.pythonhosted.org/packages/source/g/gitpython/${_name}-${pkgver}.tar.gz"
-source=("https://pypi.python.org/packages/21/13/8d0981cee1c5b9dd7fa9f836ed7c304891686f300572c03a49e52c07c04c/${_pkgname}-${pkgver}.tar.gz"
+source=("https://files.pythonhosted.org/packages/source/g/${_pkgname2}/${_pkgname}-${pkgver}.tar.gz"
"${_pkgname}-${pkgver}.tar.gz.sig")
-sha512sums=('b9f49e0c23501926647c41dd386865d0bc79eae9bb4789b12a6d5ef74d57121f4953aef55a46d324d1be9d6d01f8f087f86bdf353137ac2e3027c81da81f1fb1'
+sha512sums=('918ff1765a85a818619165c2bcbb0d417f35c979c2f42f1bb7e41636696c0cb4d6837725f3655fbdfebea966476d1255ee18adabe9ed5536455b63336a1f399d'
'SKIP')
package_python-gitpython() {