summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYen Chi Hsuan2015-12-12 20:00:11 +0800
committerYen Chi Hsuan2015-12-12 20:00:11 +0800
commit23ecdbe429849a467fe9bc0b5fa2e596513d67a0 (patch)
tree780647f7b29d508895b4c50bfbeffb1a09b82a06 /PKGBUILD
parentd1f55b2acf72f27afe4624dae5ae075cbdf5980c (diff)
downloadaur-23ecdbe429849a467fe9bc0b5fa2e596513d67a0.tar.gz
Requires dateutil
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')