Date: Saturday, January 18, 2014 @ 14:06:09 Author: schiv Revision: 104345
lv2core changed to lv2 Modified: linuxsampler/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-01-18 10:47:03 UTC (rev 104344) +++ PKGBUILD 2014-01-18 13:06:09 UTC (rev 104345) @@ -11,7 +11,7 @@ url="http://www.linuxsampler.org/" license=('GPL' 'custom:exception') depends=('libgig' 'jack' 'sqlite') -makedepends=('ladspa' 'dssi' 'lv2core') # ladspa is a header dep of dssi +makedepends=('ladspa' 'dssi' 'lv2') # ladspa is a header dep of dssi options=('libtool') # do NOT slay libtool; required by gigedit source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2" 'license.txt')
