summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrrossum2016-03-02 13:40:41 -0600
committerdrrossum2016-03-02 13:40:41 -0600
commitc4c9e0e8a3a4b6c486e09fd2818ec1aab74d8545 (patch)
tree363f3382f5ada633b2e28e8a63425c90e47af24f
parentae5a3fe55aeb5b2994b974b5935020aac2b96972 (diff)
downloadaur-c4c9e0e8a3a4b6c486e09fd2818ec1aab74d8545.tar.gz
bump to version 0.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f442c4142568..ea52bbffd7bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Wed Mar 2 19:40:11 UTC 2016
pkgbase = python2-dulwich
pkgdesc = Dulwich is a pure-Python implementation of the Git file formats and protocols.
- pkgver = 0.9.7
+ pkgver = 0.12.0
pkgrel = 1
url = http://samba.org/~jelmer/dulwich/
arch = i686
arch = x86_64
license = GPL2
depends = python2
- source = https://pypi.python.org/packages/source/d/dulwich/dulwich-0.9.7.tar.gz
- sha1sums = 0823f65c77ac75372560a5336c8e593725b05944
+ source = https://pypi.python.org/packages/source/d/dulwich/dulwich-0.12.0.tar.gz
+ sha1sums = 02c214a6dd6a62321611d33317326e63dd164b11
pkgname = python2-dulwich
diff --git a/PKGBUILD b/PKGBUILD
index 3ba9f0aa98d8..93358e117257 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python2-dulwich
-pkgver=0.9.7
+pkgver=0.12.0
pkgrel=1
pkgdesc="Dulwich is a pure-Python implementation of the Git file formats and protocols."
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ license=('GPL2')
depends=('python2')
source=("https://pypi.python.org/packages/source/d/dulwich/dulwich-$pkgver.tar.gz")
-sha1sums=("0823f65c77ac75372560a5336c8e593725b05944")
+sha1sums=('02c214a6dd6a62321611d33317326e63dd164b11')
package() {
cd "$srcdir/dulwich-$pkgver"