summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d1e30615d35..f6169352690b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xdg-launch-git
pkgdesc = A command line XDG compliant launcher
pkgver = 1.12.r1.g26f7127
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/bbidulock/xdg-launch
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = xdg-launch-git
depends = libxrandr
depends = libxinerama
optdepends = dmenu: to use dmenu_launch script
- provides = xdg-launch
+ provides = xdg-launch=1.12-2
conflicts = xdg-launch
source = xdg-launch-git::git+https://github.com/bbidulock/xdg-launch
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d7267baba824..495f3dbff1ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xdg-launch-git
+_pkgname=xdg-launch
pkgver=1.12.r1.g26f7127
-pkgrel=1
+pkgrel=2
pkgdesc="A command line XDG compliant launcher"
arch=('i686' 'x86_64')
-url="http://github.com/bbidulock/xdg-launch"
+url="http://github.com/bbidulock/$_pkgname"
license=('GPL')
groups=('xde-git')
-provides=('xdg-launch')
-conflicts=('xdg-launch')
+provides=("${_pkgname}=${pkgver%%.r*}-${pkgrel}")
+conflicts=("${_pkgname}")
depends=('glib2' 'libxrandr' 'libxinerama')
optdepends=('dmenu: to use dmenu_launch script')
makedepends=('git' 'pkgconfig')
-source=("${pkgname}::git+https://github.com/bbidulock/xdg-launch")
+source=("$pkgname::git+https://github.com/bbidulock/$_pkgname")
md5sums=('SKIP')
pkgver() {