[arch-commits] Commit in linuxsampler/trunk (PKGBUILD)
Ray Rashif
schiv at archlinux.org
Sat Aug 1 10:38:34 UTC 2015
Date: Saturday, August 1, 2015 @ 12:38:34
Author: schiv
Revision: 137653
upgpkg: linuxsampler 2.0.0-2
lscp bin conflict with nilfs-utils; FS#45827
Modified:
linuxsampler/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-08-01 09:39:54 UTC (rev 137652)
+++ PKGBUILD 2015-08-01 10:38:34 UTC (rev 137653)
@@ -5,7 +5,7 @@
pkgname=linuxsampler
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Professional-grade audio sampler alternative to Gigasampler"
arch=('i686' 'x86_64')
url="http://www.linuxsampler.org/"
@@ -33,6 +33,10 @@
# install GPL exception statement
install -Dm644 "$srcdir/license.txt" \
"$pkgdir/usr/share/licenses/$pkgname/GPL-EXCEPTION"
+
+ # lscp bin conflicts with lscp from nilfs-utils
+ # see https://bugs.archlinux.org/task/45827
+ mv "$pkgdir/usr/bin/lscp" "$pkgdir/usr/bin/lscp-lsampler"
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list