diff options
Diffstat (limited to 'abs/core/alsa-lib')
-rw-r--r-- | abs/core/alsa-lib/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/alsa-lib/PKGBUILD b/abs/core/alsa-lib/PKGBUILD index af325f4..24f8aaa 100644 --- a/abs/core/alsa-lib/PKGBUILD +++ b/abs/core/alsa-lib/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: judd <jvinet@zeroflux.org> pkgname=alsa-lib -pkgver=1.1.1 +pkgver=1.1.2 pkgrel=1 pkgdesc="An alternative implementation of Linux sound support" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ optdepends=('python2: for python smixer plugin') makedepends=('python2') license=('GPL') source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2) -sha1sums=('09f7e9b2d88287e04a4bb0d56e0cbc9018e524ec') +sha1sums=('574a0ebd4d218c81f73a0abae79f0e3cc9a6e402') build() { cd "$srcdir/$pkgname-$pkgver" |