summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhalosghost2015-08-31 16:49:27 -0500
committerhalosghost2015-08-31 16:49:27 -0500
commitedf03ca8194df215c1c1b4e3aeca3cb8cae629b7 (patch)
tree151da62089896c326bf9c9dbfaf3e4d001c2cff9 /PKGBUILD
parentddbb716a84d795d5d62632ec4841c0ffe89e52b3 (diff)
downloadaur-edf03ca8194df215c1c1b4e3aeca3cb8cae629b7.tar.gz
Add provides and conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcbdb03ce6a9..c3a02fd8cb96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ arch=('any')
license=('Custom')
depends=('zsh>=4.3.9')
makedepends=('git')
+provides=('zsh-syntax-highlighting')
+conflicts=('zsh-syntax-highlighting')
install="${_name}.install"
source=("${_name}::${url//https/git}")
sha256sums=('SKIP')