[arch-commits] Commit in zynaddsubfx/trunk (PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu Jul 3 08:06:09 UTC 2014


    Date: Thursday, July 3, 2014 @ 10:06:09
  Author: spupykin
Revision: 114710

upgpkg: zynaddsubfx 2.4.4-1

upd

Modified:
  zynaddsubfx/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-03 08:05:54 UTC (rev 114709)
+++ PKGBUILD	2014-07-03 08:06:09 UTC (rev 114710)
@@ -5,8 +5,8 @@
 # Contributor: DonVla <donvla at 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 @@
 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 @@
   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 @@
 }
 
 package() {
-  cd "$srcdir/ZynAddSubFX-$pkgver/build"
+  cd "$srcdir/zynaddsubfx-$pkgver/build"
 
   make DESTDIR="$pkgdir/" install
 




More information about the arch-commits mailing list