Date: Thursday, January 28, 2016 @ 21:29:23 Author: speps Revision: 159330
upgpkg: samplv1 0.7.2-1 Modified: samplv1/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-28 20:28:46 UTC (rev 159329) +++ PKGBUILD 2016-01-28 20:29:23 UTC (rev 159330) @@ -2,17 +2,19 @@ # Maintainer: speps <speps at aur dot archlinux dot org> pkgname=samplv1 -pkgver=0.7.1 -pkgrel=2 +pkgver=0.7.2 +pkgrel=1 pkgdesc="Polyphonic sampler synthesizer with stereo fx" arch=(i686 x86_64) url="http://$pkgname.sourceforge.net/$pkgname-index.html" license=('GPL') groups=('lv2-plugins') -depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info') +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=('72dbdb433447e7351f3285815daefc67') +md5sums=('4e1ae34912a2351f6aa95a28353cf0b6') prepare() { cd $pkgname-$pkgver
