Date: Friday, March 25, 2016 @ 02:37:32 Author: speps Revision: 168268
upgpkg: samplv1 0.7.4-1 Modified: samplv1/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-25 01:37:13 UTC (rev 168267) +++ PKGBUILD 2016-03-25 01:37:32 UTC (rev 168268) @@ -2,7 +2,7 @@ # Maintainer: speps <speps at aur dot archlinux dot org> pkgname=samplv1 -pkgver=0.7.2 +pkgver=0.7.4 pkgrel=1 pkgdesc="Polyphonic sampler synthesizer with stereo fx" 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=('4e1ae34912a2351f6aa95a28353cf0b6') +md5sums=('bb5278771b599f9793609bb763ba7148') 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() {