summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b086a5fc6acf..646f37d803d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Dec 28 09:26:21 UTC 2018
+# Thu Feb 7 14:04:06 UTC 2019
pkgbase = python2-dulwich
pkgdesc = Pure-Python implementation of the Git file formats and protocols
- pkgver = 0.19.9
+ pkgver = 0.19.11
pkgrel = 1
url = https://www.dulwich.io/
arch = any
license = GPL2
makedepends = python2
options = !emptydirs
- source = https://github.com/jelmer/dulwich/archive/dulwich-0.19.9.tar.gz
- md5sums = 5370fc88ec04cab616f83b269318c160
+ source = https://github.com/jelmer/dulwich/archive/dulwich-0.19.11.tar.gz
+ md5sums = 9d6b91f14e73f55d5fd69b0fe850bb2d
pkgname = python2-dulwich
depends = python2
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}"