Date: Wednesday, March 12, 2014 @ 12:36:40 Author: speps Revision: 107094
upgpkg: wah-plugins 0.1.0-1 Modified: wah-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-12 11:31:37 UTC (rev 107093) +++ PKGBUILD 2014-03-12 11:36:40 UTC (rev 107094) @@ -3,7 +3,7 @@ # Contributor: Renato Budinich <rennabh at gmail dot com> pkgname=wah-plugins -pkgver=0.0.2 +pkgver=0.1.0 pkgrel=1 pkgdesc="LADSPA Wah filter plugin" arch=('i686' 'x86_64') @@ -12,15 +12,15 @@ groups=('ladspa-plugins') depends=('ladspa') source=("${url}../downloads/WAH-plugins-$pkgver.tar.bz2") -md5sums=('e203e3458a4cd75cc442d70b8f124db9') +md5sums=('d5df8cb2c88a153316a711512c1646c7') build() { - cd "$srcdir/WAH-plugins-$pkgver" + cd WAH-plugins-$pkgver make } package() { - cd "$srcdir/WAH-plugins-$pkgver" + cd WAH-plugins-$pkgver # plugin install -Dm755 autowah.so \