summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"