[arch-commits] Commit in lib32-alsa-plugins/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun May 21 21:02:26 UTC 2017


    Date: Sunday, May 21, 2017 @ 21:02:25
  Author: heftig
Revision: 228943

1.1.4-1

Modified:
  lib32-alsa-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-21 21:02:21 UTC (rev 228942)
+++ PKGBUILD	2017-05-21 21:02:25 UTC (rev 228943)
@@ -3,7 +3,7 @@
 
 _pkgbasename=alsa-plugins
 pkgname=lib32-$_pkgbasename
-pkgver=1.1.1
+pkgver=1.1.4
 pkgrel=1
 pkgdesc="Extra alsa plugins (32-bit)"
 arch=(x86_64)
@@ -16,7 +16,7 @@
             'lib32-libsamplerate: libsamplerate resampling plugin'
             'lib32-speex: libspeexdsp resampling plugin')
 source=("ftp://ftp.alsa-project.org/pub/plugins/$_pkgbasename-$pkgver.tar.bz2")
-md5sums=('69f9f3e2de3c97fc71d496e91e271fe5')
+md5sums=('de51130a7444b79b2dd3c25e28420754')
 
 build() {
   cd $_pkgbasename-$pkgver
@@ -24,7 +24,6 @@
   export CC="gcc -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
-  CFLAGS+=' -DHAVE_STDINT_H' # We have issue similar to this one https://code.google.com/p/cantata/issues/detail?id=627
   ./configure --prefix=/usr --libdir=/usr/lib32 --disable-avcodec
   make
 }



More information about the arch-commits mailing list