summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2016-06-26 20:36:05 -0500
committercarlwgeorge2016-06-26 20:36:05 -0500
commit8f05a4dbd37b2755d5d7986db4488c68af84cf3d (patch)
tree63560bbc829fd1744d653634a4bf6cf59fc2f32c
parent557fcadbcf2c3a940480a45df06e18a8edd6256b (diff)
downloadaur-8f05a4dbd37b2755d5d7986db4488c68af84cf3d.tar.gz
2.0.6-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 366e73c57159..7d9fd57c46a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,26 @@
# Generated by mksrcinfo v8
-# Tue May 31 20:24:23 UTC 2016
+# Mon Jun 27 01:36:03 UTC 2016
pkgbase = python-git
pkgdesc = Python Git Library
- pkgver = 2.0.5
+ pkgver = 2.0.6
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.5.tar.gz
- sha256sums = 20f3c90fb8a11edc52d363364fb0a116a410c7b7bdee24a433712b5413d1028e
+ source = https://files.pythonhosted.org/packages/source/G/GitPython/GitPython-2.0.6.tar.gz
+ sha256sums = 282268c4eab0d53a44fe40af038625be307560370c38d2882f3b6763642785db
pkgname = python-git
depends = git>=1.7
depends = python-gitdb>=0.6.4
- provides = python-gitpython=2.0.5-1
+ provides = python-gitpython=2.0.6-1
conflicts = python-gitpython
pkgname = python2-git
depends = git>=1.7
depends = python2-gitdb>=0.6.4
- provides = python2-gitpython=2.0.5-1
+ provides = python2-gitpython=2.0.6-1
conflicts = python2-gitpython
diff --git a/PKGBUILD b/PKGBUILD
index a55959cb3d0b..c6c233410f1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _name="GitPython"
_module="git"
pkgname=("python-${_module}" "python2-${_module}")
-pkgver="2.0.5"
+pkgver="2.0.6"
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=('20f3c90fb8a11edc52d363364fb0a116a410c7b7bdee24a433712b5413d1028e')
+sha256sums=('282268c4eab0d53a44fe40af038625be307560370c38d2882f3b6763642785db')
prepare() {
cp -a "${srcdir}/${_name}-${pkgver}" "${srcdir}/${_name}-${pkgver}-python2"