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

Ray Rashif schiv at nymeria.archlinux.org
Sun Feb 10 16:02:55 UTC 2013


    Date: Sunday, February 10, 2013 @ 17:02:55
  Author: schiv
Revision: 177896

upgpkg: snd 13.4-1

upstream release; noexecstack fix added back

Modified:
  snd/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-10 15:13:14 UTC (rev 177895)
+++ PKGBUILD	2013-02-10 16:02:55 UTC (rev 177896)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=13.2
+pkgver=13.4
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('i686' 'x86_64')
@@ -17,13 +17,12 @@
             'timidity++' 'vorbis-tools')
 install=$pkgname.install
 source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz")
-md5sums=('303df8ac9e6d777e480e24b65a3bfaad')
+md5sums=('cd19a0749f57baec94dbac2b4f98d9cb')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  # execstack is probably due to gmp; this is here just for a reminder
-  #LDFLAGS+=" -Wl,-z,noexecstack"
+  LDFLAGS+=" -Wl,-z,noexecstack"
 
   ./configure --prefix=/usr \
               --with-alsa \




More information about the arch-commits mailing list