summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9314ec7e15ba..66d82c3d7fb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = shellex-git
pkgdesc = zsh/urxvt based program launcher
pkgver = 0.1.r34.g3ca70d9
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Merovius/shellex
arch = i686
arch = x86_64
@@ -9,6 +9,8 @@ pkgbase = shellex-git
depends = zsh
depends = rxvt-unicode
depends = perl-x11-protocol
+ provides = shellex
+ conflicts = shellex
source = git+https://github.com/Merovius/shellex
sha512sums = SKIP
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')