diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-05-23 18:29:04 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-05-23 18:29:04 (GMT) |
commit | 57c44e6b5beba503b0090bcec48f896a320a17f4 (patch) | |
tree | 2c2981c74f49063013e6e16ebcc40df185286b46 /abs/core | |
parent | 862a32687539e3f21341ef8e57e67205efa3a627 (diff) | |
download | linhes_pkgbuild-57c44e6b5beba503b0090bcec48f896a320a17f4.zip linhes_pkgbuild-57c44e6b5beba503b0090bcec48f896a320a17f4.tar.gz linhes_pkgbuild-57c44e6b5beba503b0090bcec48f896a320a17f4.tar.bz2 |
alsa-lib: update to 1.1.1
Diffstat (limited to 'abs/core')
-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 aecef20..af325f4 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.0.29 +pkgver=1.1.1 pkgrel=1 pkgdesc="An alternative implementation of Linux sound support" arch=('i686' 'x86_64') @@ -12,6 +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') build() { cd "$srcdir/$pkgname-$pkgver" @@ -23,4 +24,3 @@ package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -md5sums=('de67e0eca72474d6b1121037dafe1024') |