Date: Monday, October 26, 2015 @ 20:53:06 Author: speps Revision: 145032
upgpkg: amsynth 1.6.2-1 Modified: amsynth/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-26 17:47:13 UTC (rev 145031) +++ PKGBUILD 2015-10-26 19:53:06 UTC (rev 145032) @@ -3,21 +3,25 @@ # Contributor: Alessio Biancalana <[email protected]> pkgname=amsynth -pkgver=1.5.1 +pkgver=1.6.2 pkgrel=1 pkgdesc="Analogue Modeling SYNTHesizer" arch=('i686' 'x86_64') -url="http://code.google.com/p/$pkgname/" +url="http://amsynth.github.io/" license=('GPL') groups=('dssi-plugins' 'lv2-plugins') depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils') makedepends=('dssi' 'ladspa') install="$pkgname.install" -source=("https://github.com/nixxcode/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.gz") -md5sums=('6953aad660d3d5649310baf050423f64') +source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.gz") +md5sums=('254c393675adb7ff2d9e1ee1dc0ba1b1') build() { cd $pkgname-$pkgver + + # enable required C++11 support + export CXXFLAGS+=' -std=c++11' + ./configure --prefix=/usr make }
