summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrrossum2017-01-11 08:54:49 +0100
committerdrrossum2017-01-11 08:54:49 +0100
commit7901a752ee78b45e592bc92abadc64472add77f6 (patch)
tree6176c595abfb767de8f0cfbd3a9a2795f32e65b8
parent215aff10f93a5c88ab49d641b82ea4e7eb462af1 (diff)
downloadaur-7901a752ee78b45e592bc92abadc64472add77f6.tar.gz
bump to rev 1.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 785a364ab6ae..3a18f85d5a23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Aug 30 14:44:45 UTC 2016
+# Wed Jan 11 07:54:22 UTC 2017
pkgbase = python2-dulwich
pkgdesc = Dulwich is a pure-Python implementation of the Git file formats and protocols.
- pkgver = 0.14.1
+ pkgver = 0.16.1
pkgrel = 1
url = http://samba.org/~jelmer/dulwich/
arch = any
license = GPL2
depends = python2
- source = https://www.dulwich.io/releases/dulwich-0.14.1.tar.gz
- sha1sums = 8c72dcb20f340bf396747ed0d454faeb1ac84173
+ source = https://www.dulwich.io/releases/dulwich-0.16.1.tar.gz
+ sha1sums = 732ade83279ca38c4466eac57b58568fd397fdf5
pkgname = python2-dulwich
diff --git a/PKGBUILD b/PKGBUILD
index f74a7a8b2e74..f4eaa6d34bba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python2-dulwich
-pkgver=0.14.1
+pkgver=0.16.1
pkgrel=1
pkgdesc="Dulwich is a pure-Python implementation of the Git file formats and protocols."
arch=('any')
@@ -8,7 +8,7 @@ license=('GPL2')
depends=('python2')
source=("https://www.dulwich.io/releases/dulwich-$pkgver.tar.gz")
-sha1sums=('8c72dcb20f340bf396747ed0d454faeb1ac84173')
+sha1sums=('732ade83279ca38c4466eac57b58568fd397fdf5')
package() {
cd "$srcdir/dulwich-$pkgver"