summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Berquist2017-12-12 14:46:16 -0500
committerEric Berquist2017-12-12 14:46:16 -0500
commit04ada41cd8e6010bb3d3ab69983a144c1322510e (patch)
tree3ead5b2d01a16101403693bb03e3af4012611843 /PKGBUILD
parent23ecdbe429849a467fe9bc0b5fa2e596513d67a0 (diff)
downloadaur-python-svn.tar.gz
Version bump: 0.3.36 -> 0.3.45
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca4d14d8bd21..e273105eb120 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Yen Chi Hsuan <yan12125 at gmail.com>
+# Maintainer: Eric Berquist <eric dot berquist at gmail dot com>
+# Contributor: Yen Chi Hsuan <yan12125 at gmail.com>
pkgname=python-svn
-pkgver=0.3.36
-pkgrel=2
+pkgver=0.3.45
+pkgrel=1
pkgdesc="Lightweight Subversion library for Python."
arch=('any')
url="https://github.com/dsoprea/PySvn"
license=('GPL2')
depends=('python>=3.3' 'subversion' 'python-dateutil')
-source=("https://pypi.python.org/packages/source/s/svn/svn-${pkgver}.tar.gz")
-md5sums=('1538aeddf535de894dc81b6ffb76be34')
+source=("https://pypi.python.org/packages/c0/ea/ba24f6933d083306604e02d673ede6ddb81d89135b09dce76a1644d3df28/svn-${pkgver}.tar.gz")
+md5sums=('db97c11b92175c76e157906d1705ddde')
package() {
cd "$srcdir/svn-$pkgver"