summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten de Vries2017-04-02 15:18:17 +0200
committerMaarten de Vries2017-04-02 15:19:09 +0200
commit9fef1f9df3f4014aa484dec197e9871702425b0b (patch)
treecbf9439c5d2f70aac6380e785d3ee23240b839d7 /PKGBUILD
parent70cca145cfcbd7ec351bff85d6a74ca2335347b8 (diff)
downloadaur-shellex-git.tar.gz
Add conflicts and provides for shellex.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53f133b5be44..c9473991418c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=shellex-git
pkgdesc='zsh/urxvt based program launcher'
url='https://github.com/Merovius/shellex'
pkgver=0.1.r34.g3ca70d9
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
license=(BSD)
depends=(
@@ -12,6 +12,10 @@ depends=(
rxvt-unicode
perl-x11-protocol
)
+
+conflicts=('shellex')
+provides=('shellex')
+
source=("git+https://github.com/Merovius/shellex")
sha512sums=('SKIP')