summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dac12841ed0b..b51b8f72d100 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yen Chi Hsuan <yan12125 at gmail.com>
pkgname=python-svn
-pkgver=0.3.33
+pkgver=0.3.35
pkgrel=1
pkgdesc="Lightweight Subversion library for Python."
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/dsoprea/PySvn"
license=('GPL2')
depends=('python>=3.3' 'subversion')
source=("https://pypi.python.org/packages/source/s/svn/svn-${pkgver}.tar.gz")
-md5sums=('fdb5738c20c801ce5ae420042a76d2d3')
+md5sums=('f1f6399e581b6b4bd94f4d7008f54ecb')
package() {
cd "$srcdir/svn-$pkgver"