summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfennecdjay2017-02-17 01:15:58 +0100
committerfennecdjay2017-02-17 01:15:58 +0100
commit2e1d1c88b0558e92da6b6445b4e3f9e731cbd934 (patch)
treebb4ff00718c798b99b9b3a35030ae1d545b5c430
parent47194a1b66b7d95b9e8a8b7d1c7bb4a37e75cc1d (diff)
downloadaur-2e1d1c88b0558e92da6b6445b4e3f9e731cbd934.tar.gz
Add zpm conflict.
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42eb824a9e4e..ffee746f94d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,6 +4,7 @@ pkgver=0.1.0
pkgrel=1
pkgdesc="zsh plugin manager in ansi C."
arch=(any)
+conflicts=(zpm)
url="https://github.com/zpm-project/zpm-zsh"
license=('GPL')
source=(https://github.com/zpm-project/zpm-zsh/archive/v$pkgver.tar.gz)