[arch-commits] Commit in lilv/trunk (PKGBUILD)
Ray Rashif
schiv at archlinux.org
Fri Mar 11 20:29:04 UTC 2016
Date: Friday, March 11, 2016 @ 21:29:03
Author: schiv
Revision: 261339
upgpkg: lilv 0.22.0-2
rebuild for bash completions
Modified:
lilv/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-11 20:12:59 UTC (rev 261338)
+++ PKGBUILD 2016-03-11 20:29:03 UTC (rev 261339)
@@ -4,7 +4,7 @@
pkgname=lilv
pkgver=0.22.0
-pkgrel=1
+pkgrel=2
pkgdesc="A C library interface to the LV2 plug-in standard"
arch=('i686' 'x86_64')
url="http://drobilla.net/software/lilv/"
@@ -42,6 +42,12 @@
# license
install -Dm644 COPYING \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+ # move bash completions to proper place; TODO: tell upstream
+ cd "$pkgdir"
+ mkdir -p usr/share/bash-completion
+ mv etc/bash_completion.d usr/share/bash-completion/completions
+ rm -r etc
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list