summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2016-05-27 12:30:46 -0500
committercarlwgeorge2016-05-27 12:30:46 -0500
commit4e58828bfe589ca8193d4eeb7aff0b2d1cf37ca5 (patch)
treec29d44918d648f6c3f08ffef193cc6fa348f2700
parent53c73911e0a7db88be66ba98e8c80ce47e27276b (diff)
downloadaur-4e58828bfe589ca8193d4eeb7aff0b2d1cf37ca5.tar.gz
2.0.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c02c3af3e98f..c2cce610b509 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,26 @@
# Generated by mksrcinfo v8
-# Sun May 1 02:24:19 UTC 2016
+# Fri May 27 17:29:53 UTC 2016
pkgbase = python-git
pkgdesc = Python Git Library
- pkgver = 2.0.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/gitpython-developers/GitPython
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://pypi.python.org/packages/bd/2b/61086a6b73e5255d2e6f07807ec6974e2f485d22183671c86c2c2064624b/GitPython-2.0.2.tar.gz
- sha256sums = d168fe7bd585757dd9f54708b065c07fd85597923513041f8c192135441004a1
+ source = https://files.pythonhosted.org/packages/source/G/GitPython/GitPython-2.0.3.tar.gz
+ sha256sums = 959a67e95bdf31cbaf24a3b74e4292b40e6e79b72bc0316e5a19b67eb6dacc72
pkgname = python-git
depends = git>=1.7
depends = python-gitdb>=0.6.4
- provides = python-gitpython=2.0.2-1
+ provides = python-gitpython=2.0.3-1
conflicts = python-gitpython
pkgname = python2-git
depends = git>=1.7
depends = python2-gitdb>=0.6.4
- provides = python2-gitpython=2.0.2-1
+ provides = python2-gitpython=2.0.3-1
conflicts = python2-gitpython
diff --git a/PKGBUILD b/PKGBUILD
index 8f9afa6c6797..c9dfb994cf4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@ _name="GitPython"
_module="git"
pkgname=("python-${_module}" "python2-${_module}")
-pkgver="2.0.2"
+pkgver="2.0.3"
pkgrel="1"
pkgdesc="Python Git Library"
arch=("any")
url="https://github.com/gitpython-developers/${_name}"
license=("BSD")
makedepends=("python-setuptools" "python2-setuptools")
-source=("https://pypi.python.org/packages/bd/2b/61086a6b73e5255d2e6f07807ec6974e2f485d22183671c86c2c2064624b/${_name}-${pkgver}.tar.gz")
-sha256sums=('d168fe7bd585757dd9f54708b065c07fd85597923513041f8c192135441004a1')
+source=("https://files.pythonhosted.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz")
+sha256sums=('959a67e95bdf31cbaf24a3b74e4292b40e6e79b72bc0316e5a19b67eb6dacc72')
prepare() {
cp -a "${srcdir}/${_name}-${pkgver}" "${srcdir}/${_name}-${pkgver}-python2"