Date: Friday, March 25, 2016 @ 02:38:09 Author: speps Revision: 168270
upgpkg: drumkv1 0.7.4-1 Modified: drumkv1/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-25 01:37:38 UTC (rev 168269) +++ PKGBUILD 2016-03-25 01:38:09 UTC (rev 168270) @@ -2,7 +2,7 @@ # Maintainer: speps <speps at aur dot archlinux dot org> pkgname=drumkv1 -pkgver=0.7.2 +pkgver=0.7.4 pkgrel=1 pkgdesc="An old-school drum-kit sampler" arch=(i686 x86_64) @@ -11,10 +11,9 @@ groups=('lv2-plugins') depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info') -#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info') install="$pkgname.install" source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('1e55d426fde2e6dfcaf83c2b579956e1') +md5sums=('eb954772794f6c3aa993d192ef417ade') prepare() { cd $pkgname-$pkgver @@ -21,11 +20,6 @@ # x86_64 lib path fix sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro - - # i686 -reduce-relocations (Qt5) -# if [[ $CARCH = i686 ]]; then -# export CXXFLAGS+=" -fPIE" -# fi } build() {