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

Jan Steffens heftig at archlinux.org
Sun May 21 20:54:57 UTC 2017


    Date: Sunday, May 21, 2017 @ 20:54:57
  Author: heftig
Revision: 296379

1.1.4-1

Modified:
  alsa-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-21 20:51:51 UTC (rev 296378)
+++ PKGBUILD	2017-05-21 20:54:57 UTC (rev 296379)
@@ -4,8 +4,8 @@
 # Contributor: Daniel Ehlers <danielehlers at mindeye.net>
 
 pkgname=alsa-plugins
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.4
+pkgrel=1
 pkgdesc="Extra alsa plugins"
 arch=(i686 x86_64)
 url="http://www.alsa-project.org"
@@ -18,11 +18,10 @@
             'libsamplerate: libsamplerate resampling plugin'
             'speex: libspeexdsp resampling plugin')
 source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2")
-sha1sums=('280eb0d9810e463059747d01760a5ac3f44d7057')
+sha1sums=('3fae66ffa7b25d52e57793240f775634c18b1e80')
 
 build() {
   cd $pkgname-$pkgver
-  CFLAGS+=' -DHAVE_STDINT_H' # We have issue similar to this one https://code.google.com/p/cantata/issues/detail?id=627
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list