summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2016-04-26 15:28:08 -0500
committercarlwgeorge2016-04-26 15:28:08 -0500
commit78a4df0e61f190e5c70682c1d17409e49f544b4e (patch)
treec9e139db307174a97437fc7f726dc4dae0b7303d
parent2f67eb1ab53cd32daf576f3a9178b31184eb4f83 (diff)
downloadaur-78a4df0e61f190e5c70682c1d17409e49f544b4e.tar.gz
2.0.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdd7bee1435e..2b520ec4fdd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,26 @@
# Generated by mksrcinfo v8
-# Sat Feb 20 22:00:57 UTC 2016
+# Tue Apr 26 20:28:03 UTC 2016
pkgbase = python-git
pkgdesc = Python Git Library
- pkgver = 1.0.2
+ pkgver = 2.0.1
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/source/G/GitPython/GitPython-1.0.2.tar.gz
- sha256sums = 85de72556781480a38897a77de5b458ae3838b0fd589593679a1b5f34d181d84
+ source = https://pypi.python.org/packages/ff/9c/26c5ba8648d110db18c225e93c3df5e771318bdd17b723da45ef24464f78/GitPython-2.0.1.tar.gz
+ sha256sums = 0e2893a59db37d7c06607507211fee9ec0a93b89fa56b0067eaad1b8ecdf0562
pkgname = python-git
depends = git>=1.7
depends = python-gitdb>=0.6.4
- provides = python-gitpython=1.0.2-1
+ provides = python-gitpython=2.0.1-1
conflicts = python-gitpython
pkgname = python2-git
depends = git>=1.7
depends = python2-gitdb>=0.6.4
- provides = python2-gitpython=1.0.2-1
+ provides = python2-gitpython=2.0.1-1
conflicts = python2-gitpython
diff --git a/PKGBUILD b/PKGBUILD
index 7d23c1de26b3..4d9dd00338ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@ _name="GitPython"
_module="git"
pkgname=("python-${_module}" "python2-${_module}")
-pkgver="1.0.2"
+pkgver="2.0.1"
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/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('85de72556781480a38897a77de5b458ae3838b0fd589593679a1b5f34d181d84')
+source=("https://pypi.python.org/packages/ff/9c/26c5ba8648d110db18c225e93c3df5e771318bdd17b723da45ef24464f78/${_name}-${pkgver}.tar.gz")
+sha256sums=('0e2893a59db37d7c06607507211fee9ec0a93b89fa56b0067eaad1b8ecdf0562')
prepare() {
cp -a "${srcdir}/${_name}-${pkgver}" "${srcdir}/${_name}-${pkgver}-python2"