summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrrossum2017-03-13 09:15:30 +0100
committerdrrossum2017-03-13 09:15:30 +0100
commit3a7e5bdc19fb2c514a5d574b81c9d2b09c996e32 (patch)
tree314f25d6ff6eef6afd5632798fe73b0462d8a64f
parentbc27bdbbcb25372c5fa6823304fc14ace0165d5f (diff)
downloadaur-3a7e5bdc19fb2c514a5d574b81c9d2b09c996e32.tar.gz
bump to rev 1.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aefe21c06cce..1eb3c9c4d54e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Jan 30 07:57:42 UTC 2017
+# Mon Mar 13 08:15:15 UTC 2017
pkgbase = python2-dulwich
pkgdesc = Dulwich is a pure-Python implementation of the Git file formats and protocols.
- pkgver = 0.16.3
+ pkgver = 0.17.1
pkgrel = 1
url = http://samba.org/~jelmer/dulwich/
arch = any
license = GPL2
depends = python2
- source = https://www.dulwich.io/releases/dulwich-0.16.3.tar.gz
- sha1sums = 03b0997c557d711ee65c509d4a5d313bbfa2744a
+ source = https://www.dulwich.io/releases/dulwich-0.17.1.tar.gz
+ sha1sums = 3cd487ac54df10be35e5882cb15e54982773b266
pkgname = python2-dulwich
diff --git a/PKGBUILD b/PKGBUILD
index 06f614642184..3d2d8199a611 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python2-dulwich
-pkgver=0.16.3
+pkgver=0.17.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=('03b0997c557d711ee65c509d4a5d313bbfa2744a')
+sha1sums=('3cd487ac54df10be35e5882cb15e54982773b266')
package() {
cd "$srcdir/dulwich-$pkgver"