From 81664c88161576950a3c2e349d80fd9ee70368ed Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Wed, 2 May 2018 20:42:55 +0000 Subject: alsa-plugins: update to 1.1.6 --- abs/core/alsa-plugins/PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/abs/core/alsa-plugins/PKGBUILD b/abs/core/alsa-plugins/PKGBUILD index c51c3e6..3fab937 100644 --- a/abs/core/alsa-plugins/PKGBUILD +++ b/abs/core/alsa-plugins/PKGBUILD @@ -4,24 +4,22 @@ # Contributor: Daniel Ehlers pkgname=alsa-plugins -pkgver=1.1.1 -pkgrel=1 +pkgver=1.1.6 +pkgrel=2 pkgdesc="Extra alsa plugins" -arch=(i686 x86_64) +arch=(x86_64) url="http://www.alsa-project.org" license=(GPL) depends=(alsa-lib) makedepends=(ffmpeg) -optdepends=( - 'ffmpeg: libavcodec resampling plugin, a52 plugin' +optdepends=('ffmpeg: libavcodec resampling plugin, a52 plugin' 'libsamplerate: libsamplerate resampling plugin' 'speex: libspeexdsp resampling plugin') source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2") -sha1sums=('280eb0d9810e463059747d01760a5ac3f44d7057') +sha1sums=('a3601513f1a54eaef606744c9c9f4e9d4d44bf40') 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 } -- cgit v0.12