From 862a32687539e3f21341ef8e57e67205efa3a627 Mon Sep 17 00:00:00 2001
From: Britney Fransen <brfransen@gmail.com>
Date: Mon, 23 May 2016 18:28:46 +0000
Subject: alsa-plugins: update to 1.1.1

---
 abs/core/alsa-plugins/PKGBUILD    | 14 +++++---------
 abs/core/alsa-plugins/__changelog |  1 +
 2 files changed, 6 insertions(+), 9 deletions(-)
 create mode 100644 abs/core/alsa-plugins/__changelog

diff --git a/abs/core/alsa-plugins/PKGBUILD b/abs/core/alsa-plugins/PKGBUILD
index 42fb370..c51c3e6 100644
--- a/abs/core/alsa-plugins/PKGBUILD
+++ b/abs/core/alsa-plugins/PKGBUILD
@@ -4,23 +4,20 @@
 # Contributor: Daniel Ehlers <danielehlers@mindeye.net>
 
 pkgname=alsa-plugins
-pkgver=1.0.29
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="Extra alsa plugins"
 arch=(i686 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")
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/ && LIBAVCODEC_VERSION_MINOR >= 34//' a52/pcm_a52.c
-}
+sha1sums=('280eb0d9810e463059747d01760a5ac3f44d7057')
 
 build() {
   cd $pkgname-$pkgver
@@ -36,4 +33,3 @@ package() {
   install -d "$pkgdir/usr/share/doc/$pkgname"
   install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
 }
-md5sums=('a66797b4471e3cbe96575207bfbe252c')
diff --git a/abs/core/alsa-plugins/__changelog b/abs/core/alsa-plugins/__changelog
new file mode 100644
index 0000000..c38bb2f
--- /dev/null
+++ b/abs/core/alsa-plugins/__changelog
@@ -0,0 +1 @@
+PKGBUILD: remove deps libpulse and jack
-- 
cgit v0.12