Date: Sunday, September 17, 2017 @ 11:24:07 Author: arojas Revision: 258601
Update to 1.8.0 Modified: amsynth/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-17 11:17:29 UTC (rev 258600) +++ PKGBUILD 2017-09-17 11:24:07 UTC (rev 258601) @@ -3,7 +3,7 @@ # Contributor: Alessio Biancalana <[email protected]> pkgname=amsynth -pkgver=1.7.0 +pkgver=1.8.0 pkgrel=1 pkgdesc="Analogue Modeling SYNTHesizer" arch=('i686' 'x86_64') @@ -10,10 +10,10 @@ url="https://amsynth.github.io/" license=('GPL') groups=('dssi-plugins' 'lv2-plugins') -depends=('gtkmm' 'jack' 'liblo') +depends=('gtk2' 'jack' 'liblo') makedepends=('dssi' 'ladspa' 'intltool') source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.bz2") -md5sums=('4856f582caed59fca79dfe3ca4597938') +md5sums=('54eaabc55d90ece5675b3cb3c2dc732d') build() { cd $pkgname-$pkgver
