summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrrossum2016-06-09 08:29:16 +0200
committerdrrossum2016-06-09 08:29:16 +0200
commit77bfe428ea22a483942787fd9a7dd248c95eb92d (patch)
treed568f9986c7770d112d15f4f50b556105bd55e69
parentc4c9e0e8a3a4b6c486e09fd2818ec1aab74d8545 (diff)
downloadaur-77bfe428ea22a483942787fd9a7dd248c95eb92d.tar.gz
bump to rev 0.13.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea52bbffd7bf..412d30f09a53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Mar 2 19:40:11 UTC 2016
+# Thu Jun 9 06:28:49 UTC 2016
pkgbase = python2-dulwich
pkgdesc = Dulwich is a pure-Python implementation of the Git file formats and protocols.
- pkgver = 0.12.0
+ pkgver = 0.13.0
pkgrel = 1
url = http://samba.org/~jelmer/dulwich/
arch = i686
arch = x86_64
license = GPL2
depends = python2
- source = https://pypi.python.org/packages/source/d/dulwich/dulwich-0.12.0.tar.gz
- sha1sums = 02c214a6dd6a62321611d33317326e63dd164b11
+ source = https://www.dulwich.io/releases/dulwich-0.13.0.tar.gz
+ sha1sums = a1211d8e42904a3477098458d5cd870c46313abc
pkgname = python2-dulwich
diff --git a/PKGBUILD b/PKGBUILD
index 93358e117257..62e8252fa24e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python2-dulwich
-pkgver=0.12.0
+pkgver=0.13.0
pkgrel=1
pkgdesc="Dulwich is a pure-Python implementation of the Git file formats and protocols."
arch=('i686' 'x86_64')
@@ -7,8 +7,8 @@ url="http://samba.org/~jelmer/dulwich/"
license=('GPL2')
depends=('python2')
-source=("https://pypi.python.org/packages/source/d/dulwich/dulwich-$pkgver.tar.gz")
-sha1sums=('02c214a6dd6a62321611d33317326e63dd164b11')
+source=("https://www.dulwich.io/releases/dulwich-$pkgver.tar.gz")
+sha1sums=('a1211d8e42904a3477098458d5cd870c46313abc')
package() {
cd "$srcdir/dulwich-$pkgver"