[arch-commits] Commit in lv2/trunk (PKGBUILD)
    Ray Rashif 
    schiv at archlinux.org
       
    Thu Oct 20 08:27:56 UTC 2016
    
    
  
    Date: Thursday, October 20, 2016 @ 08:27:55
  Author: schiv
Revision: 279035
upgpkg: lv2 1.14.0-2
FS#51448 fix lib64 default libdir to lib
Modified:
  lv2/trunk/PKGBUILD
----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-20 08:15:03 UTC (rev 279034)
+++ PKGBUILD	2016-10-20 08:27:55 UTC (rev 279035)
@@ -3,7 +3,7 @@
 
 pkgname=lv2
 pkgver=1.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Successor to the LADSPA audio plug-in standard"
 url="http://lv2plug.in/"
 license=('LGPL' 'custom')
@@ -21,7 +21,7 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  python2 waf configure --prefix=/usr
+  python2 waf configure --prefix=/usr --libdir=/usr/lib
   python2 waf build $MAKEFLAGS
 }
 
    
    
More information about the arch-commits
mailing list