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 1b70de0e3620..ca4d14d8bd21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-svn
pkgver=0.3.36
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight Subversion library for Python."
arch=('any')
url="https://github.com/dsoprea/PySvn"
license=('GPL2')
-depends=('python>=3.3' 'subversion')
+depends=('python>=3.3' 'subversion' 'python-dateutil')
source=("https://pypi.python.org/packages/source/s/svn/svn-${pkgver}.tar.gz")
md5sums=('1538aeddf535de894dc81b6ffb76be34')