summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3515fe3733d0..eba487af0deb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,12 @@
pkgname=python2-pywebdav
_pkgname=PyWebDAV
pkgver=0.9.8
-pkgrel=4
+pkgrel=5
pkgdesc="WebDAV library including a standalone server for python"
url=http://code.google.com/p/pywebdav/
arch=('any')
license=(GPL3)
provides=("$_pkgname")
-replaces=('zsi')
-conflicts=('zsi')
depends=(
'python2'
'python2-setuptools'