summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrrossum2018-04-09 08:56:01 +0200
committerdrrossum2018-04-09 08:56:01 +0200
commit4ee117df5d48d06a63c443c2b7062de371013417 (patch)
treed9a80b35a44dca279dbd45a5e72c2a31b13a9e5c
parent7fc92ea060159eaf65e7bd914daa5639c27bfc1c (diff)
downloadaur-4ee117df5d48d06a63c443c2b7062de371013417.tar.gz
bump to rev 0.19.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6578490eefd..5b9af24f20ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 16 07:24:27 UTC 2017
+# Mon Apr 9 06:55:44 UTC 2018
pkgbase = python2-dulwich
pkgdesc = Pure-Python implementation of the Git file formats and protocols
- pkgver = 0.18.5
+ pkgver = 0.19.2
pkgrel = 2
url = https://www.dulwich.io/
arch = any
@@ -10,8 +10,8 @@ pkgbase = python2-dulwich
makedepends = python2
makedepends = python
options = !emptydirs
- source = https://github.com/jelmer/dulwich/archive/dulwich-0.18.5.tar.gz
- md5sums = d20dbdb2ec7a1ae6570bb446cce70f7b
+ source = https://github.com/jelmer/dulwich/archive/dulwich-0.19.2.tar.gz
+ md5sums = 279c9b467aeafdf397d3a51b1d2364c7
pkgname = python2-dulwich
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 7dd65266f4e5..a27ef2637ab0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Timothée Ravier <tim@siosm.fr>
pkgname=(python2-dulwich python-dulwich)
-pkgver=0.18.5
+pkgver=0.19.2
pkgrel=2
pkgdesc='Pure-Python implementation of the Git file formats and protocols'
arch=('any')
@@ -11,7 +11,7 @@ depends=()
makedepends=('python2' 'python')
options=(!emptydirs)
source=("https://github.com/jelmer/dulwich/archive/dulwich-${pkgver}.tar.gz")
-md5sums=('d20dbdb2ec7a1ae6570bb446cce70f7b')
+md5sums=('279c9b467aeafdf397d3a51b1d2364c7')
build() {
cd "dulwich-dulwich-${pkgver}"