diff options
Diffstat (limited to 'pcr/python2-pywebdav/PKGBUILD')
-rw-r--r-- | pcr/python2-pywebdav/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/python2-pywebdav/PKGBUILD b/pcr/python2-pywebdav/PKGBUILD index c5c72b22a..994bd4c4f 100644 --- a/pcr/python2-pywebdav/PKGBUILD +++ b/pcr/python2-pywebdav/PKGBUILD @@ -3,12 +3,12 @@ pkgname=python2-pywebdav pkgver=0.9.8 -pkgrel=1 +pkgrel=2 pkgdesc="A standards compliant WebDAV server and library written in Python" arch=('any') url="http://code.google.com/p/pywebdav/" license=('GPLv2') -depends=('python2' 'pyxml') +depends=('python2') conflicts=('python-pywebdav') makedepends=('python2-distribute') source=(http://pywebdav.googlecode.com/files/PyWebDAV-$pkgver.tar.gz) |