summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislas H.B. Sodonon2015-09-08 09:27:09 +0100
committerStanislas H.B. Sodonon2015-09-08 09:27:09 +0100
commit9bf96e350b59eeeda92bc177618a0d100ea62629 (patch)
treec66dce77d570e0dd448e390ca984a31d45b6f15f
parentafe3c873caa627a9f24ae390595e711515203663 (diff)
downloadaur-9bf96e350b59eeeda92bc177618a0d100ea62629.tar.gz
removed ZSI references
-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'