summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorptrv2016-04-10 19:52:14 +0200
committerptrv2016-04-10 19:52:14 +0200
commit19700530abdd410d0195998a7170123193f743c0 (patch)
treebf06ab982f3831bcbc30b9f85408184afcaa5119
parentee9ee280f8a84bedb942d3840201d03138e6cd1d (diff)
downloadaur-19700530abdd410d0195998a7170123193f743c0.tar.gz
Patch global to use lid-idutils executable
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c8080752fd4..7094da6d0b2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Apr 10 17:27:14 UTC 2016
+# Sun Apr 10 17:50:57 UTC 2016
pkgbase = global
pkgdesc = A source code tag system
pkgver = 6.5.4
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/global/
install = global.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 22e5bc6c29ad..4f58360c505b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=global
pkgver=6.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="A source code tag system"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/global/"
@@ -22,10 +22,10 @@ prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i 's/\.la/.so/g' gtags.conf.in
- # Package idutils from AUR installs lid as lid-idutils
- # See: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=idutils
- msg "Change idutils lid executable name to lid-idutils"
- sed -i 's/usable("lid")/usable("lid-idutils")/g' global/global.c
+ # Package idutils from AUR installs lid as lid-idutils
+ # See: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=idutils
+ msg "Change idutils lid executable name to lid-idutils"
+ sed -i 's/usable("lid")/usable("lid-idutils")/g' global/global.c
}
build() {