diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-05-02 20:44:43 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-05-02 20:44:43 (GMT) |
commit | 9ba92290a947e67da3ff71952314e64f3afd98a2 (patch) | |
tree | 39b0adc196942c278a7047baaf4ac128daa12461 /abs/core/alsa-utils | |
parent | 81664c88161576950a3c2e349d80fd9ee70368ed (diff) | |
download | linhes_pkgbuild-9ba92290a947e67da3ff71952314e64f3afd98a2.zip linhes_pkgbuild-9ba92290a947e67da3ff71952314e64f3afd98a2.tar.gz linhes_pkgbuild-9ba92290a947e67da3ff71952314e64f3afd98a2.tar.bz2 |
alsa-utils: update to 1.1.6
Diffstat (limited to 'abs/core/alsa-utils')
-rw-r--r-- | abs/core/alsa-utils/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/alsa-utils/PKGBUILD b/abs/core/alsa-utils/PKGBUILD index 864705e..d35b8b1 100644 --- a/abs/core/alsa-utils/PKGBUILD +++ b/abs/core/alsa-utils/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: judd <jvinet@zeroflux.org> pkgname=alsa-utils -pkgver=1.1.5 -pkgrel=2 +pkgver=1.1.6 +pkgrel=1 pkgdesc="An alternative implementation of Linux sound support" arch=('x86_64') url="http://www.alsa-project.org" @@ -13,7 +13,7 @@ depends=("alsa-lib>1.0.24" 'pciutils' 'ncurses' 'psmisc' 'libsamplerate' 'fftw') makedepends=('xmlto' 'docbook-xsl' 'systemd') license=('GPL') source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2) -sha256sums=('320bd285e91db6e7fd7db3c9ec6f55b02f35449ff273c7844780ac6a5a3de2e8') +sha256sums=('155caecc40b2220f686f34ba3655a53e3bdbc0586adb1056733949feaaf7d36e') build() { cd ${pkgname}-${pkgver} |