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 b316948ed980..7f906063dfe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Timothée Ravier <tim@siosm.fr>
pkgname=(python2-dulwich)
-pkgver=0.19.9
+pkgver=0.19.11
pkgrel=1
pkgdesc='Pure-Python implementation of the Git file formats and protocols'
arch=('any')
@@ -11,7 +11,7 @@ depends=()
makedepends=('python2')
options=(!emptydirs)
source=("https://github.com/jelmer/dulwich/archive/dulwich-${pkgver}.tar.gz")
-md5sums=('5370fc88ec04cab616f83b269318c160')
+md5sums=('9d6b91f14e73f55d5fd69b0fe850bb2d')
build() {
cd "dulwich-dulwich-${pkgver}"