summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2016-05-31 15:24:28 -0500
committercarlwgeorge2016-05-31 15:24:28 -0500
commit557fcadbcf2c3a940480a45df06e18a8edd6256b (patch)
tree3e3c71887f850ba70a8573094061a2ed2aa7ef85
parent4e58828bfe589ca8193d4eeb7aff0b2d1cf37ca5 (diff)
downloadaur-557fcadbcf2c3a940480a45df06e18a8edd6256b.tar.gz
2.0.5
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2cce610b509..366e73c57159 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,26 @@
# Generated by mksrcinfo v8
-# Fri May 27 17:29:53 UTC 2016
+# Tue May 31 20:24:23 UTC 2016
pkgbase = python-git
pkgdesc = Python Git Library
- pkgver = 2.0.3
+ pkgver = 2.0.5
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.3.tar.gz
- sha256sums = 959a67e95bdf31cbaf24a3b74e4292b40e6e79b72bc0316e5a19b67eb6dacc72
+ source = https://files.pythonhosted.org/packages/source/G/GitPython/GitPython-2.0.5.tar.gz
+ sha256sums = 20f3c90fb8a11edc52d363364fb0a116a410c7b7bdee24a433712b5413d1028e
pkgname = python-git
depends = git>=1.7
depends = python-gitdb>=0.6.4
- provides = python-gitpython=2.0.3-1
+ provides = python-gitpython=2.0.5-1
conflicts = python-gitpython
pkgname = python2-git
depends = git>=1.7
depends = python2-gitdb>=0.6.4
- provides = python2-gitpython=2.0.3-1
+ provides = python2-gitpython=2.0.5-1
conflicts = python2-gitpython
diff --git a/PKGBUILD b/PKGBUILD
index c9dfb994cf4a..a55959cb3d0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _name="GitPython"
_module="git"
pkgname=("python-${_module}" "python2-${_module}")
-pkgver="2.0.3"
+pkgver="2.0.5"
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=('959a67e95bdf31cbaf24a3b74e4292b40e6e79b72bc0316e5a19b67eb6dacc72')
+sha256sums=('20f3c90fb8a11edc52d363364fb0a116a410c7b7bdee24a433712b5413d1028e')
prepare() {
cp -a "${srcdir}/${_name}-${pkgver}" "${srcdir}/${_name}-${pkgver}-python2"