summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2016-07-20 10:29:05 -0500
committercarlwgeorge2016-07-20 10:29:05 -0500
commit1705a276f8d93a7fbc5453964697fd3c899351bb (patch)
tree25939039b9f482ced16d398ad920f2f9ddebe291
parent8f05a4dbd37b2755d5d7986db4488c68af84cf3d (diff)
downloadaur-1705a276f8d93a7fbc5453964697fd3c899351bb.tar.gz
2.0.7
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d9fd57c46a7..d7a335fed76d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,26 @@
# Generated by mksrcinfo v8
-# Mon Jun 27 01:36:03 UTC 2016
+# Wed Jul 20 15:28:59 UTC 2016
pkgbase = python-git
pkgdesc = Python Git Library
- pkgver = 2.0.6
+ pkgver = 2.0.7
pkgrel = 1
url = https://github.com/gitpython-developers/GitPython
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/G/GitPython/GitPython-2.0.6.tar.gz
- sha256sums = 282268c4eab0d53a44fe40af038625be307560370c38d2882f3b6763642785db
+ source = https://files.pythonhosted.org/packages/source/G/GitPython/GitPython-2.0.7.tar.gz
+ sha256sums = d8e7adaacceedd3d043e6cd2544f57dbe00c53fc26374880b7cea67f3188aa68
pkgname = python-git
depends = git>=1.7
depends = python-gitdb>=0.6.4
- provides = python-gitpython=2.0.6-1
+ provides = python-gitpython=2.0.7-1
conflicts = python-gitpython
pkgname = python2-git
depends = git>=1.7
depends = python2-gitdb>=0.6.4
- provides = python2-gitpython=2.0.6-1
+ provides = python2-gitpython=2.0.7-1
conflicts = python2-gitpython
diff --git a/PKGBUILD b/PKGBUILD
index c6c233410f1c..a605a4310c00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _name="GitPython"
_module="git"
pkgname=("python-${_module}" "python2-${_module}")
-pkgver="2.0.6"
+pkgver="2.0.7"
pkgrel="1"
pkgdesc="Python Git Library"
arch=("any")
@@ -12,7 +12,7 @@ url="https://github.com/gitpython-developers/${_name}"
license=("BSD")
makedepends=("python-setuptools" "python2-setuptools")
source=("https://files.pythonhosted.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('282268c4eab0d53a44fe40af038625be307560370c38d2882f3b6763642785db')
+sha256sums=('d8e7adaacceedd3d043e6cd2544f57dbe00c53fc26374880b7cea67f3188aa68')
prepare() {
cp -a "${srcdir}/${_name}-${pkgver}" "${srcdir}/${_name}-${pkgver}-python2"