diff options
Diffstat (limited to 'community/zynaddsubfx/PKGBUILD')
-rw-r--r-- | community/zynaddsubfx/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/zynaddsubfx/PKGBUILD b/community/zynaddsubfx/PKGBUILD index 9f5dcdcfb..3fb13e702 100644 --- a/community/zynaddsubfx/PKGBUILD +++ b/community/zynaddsubfx/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 103709 2014-01-10 12:47:51Z spupykin $ +# $Id: PKGBUILD 114711 2014-07-03 08:06:21Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: SpepS <dreamspepser at yahoo dot it> # Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: DonVla <donvla@users.sourceforge.net> pkgname=zynaddsubfx -pkgver=2.4.3 -pkgrel=2 +pkgver=2.4.4 +pkgrel=1 pkgdesc="Opensource software synthesizer capable of making a countless number of instruments." arch=('i686' 'x86_64') url="http://zynaddsubfx.sourceforge.net" @@ -14,9 +14,9 @@ license=('GPL') depends=('fltk' 'libgl' 'fftw' 'lash' 'mxml') makedepends=('cmake' 'pkgconfig' 'mesa' 'setconf' 'gendesk') options=('!emptydirs') -source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/ZynAddSubFX-$pkgver.tar.bz2" +source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/zynaddsubfx-$pkgver.tar.xz" "$pkgname.svg") -md5sums=('2e8994cc54e5f1a64b77dfac3baf0d9a' +md5sums=('4f985c06da3a3e31ebccd7cf72ae434e' '6f7e9c3ce3947088a10c99c46a65431f') build() { @@ -24,7 +24,7 @@ build() { gendesk $startdir/PKGBUILD setconf "$pkgname.desktop" Icon "$pkgname.svg" - cd "ZynAddSubFX-$pkgver" + cd "zynaddsubfx-$pkgver" sed -i '1,1i#include <unistd.h>' src/Nio/NulEngine.cpp @@ -43,7 +43,7 @@ build() { } package() { - cd "$srcdir/ZynAddSubFX-$pkgver/build" + cd "$srcdir/zynaddsubfx-$pkgver/build" make DESTDIR="$pkgdir/" install |