Date: Friday, April 1, 2016 @ 21:08:55 Author: anatolik Revision: 263732
upgpkg: alsa-utils 1.1.1-1 Modified: alsa-utils/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-01 18:49:52 UTC (rev 263731) +++ PKGBUILD 2016-04-01 19:08:55 UTC (rev 263732) @@ -3,8 +3,8 @@ # Contributor: judd <[email protected]> pkgname=alsa-utils -pkgver=1.1.0 -pkgrel=2 +pkgver=1.1.1 +pkgrel=1 pkgdesc="An alternative implementation of Linux sound support" arch=('i686' 'x86_64') url="http://www.alsa-project.org" @@ -13,15 +13,8 @@ makedepends=('xmlto' 'docbook-xsl') license=('GPL') source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2 - rename_bat.patch::'http://git.alsa-project.org/?p=alsa-utils.git;a=patch;h=9fa7f6fd0645f822793f8c51d3c3e090716108eb;hp=18d5f52a61d0df7cf28456e264d7ab72c15984fb' 90alsa) -prepare() { - cd ${srcdir}/${pkgname}-${pkgver} - patch -p1 < ../rename_bat.patch # FS#48654 - autoreconf -f -i -} - build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \ @@ -45,6 +38,5 @@ # dir where to save ALSA state install -d ${pkgdir}/var/lib/alsa } -md5sums=('b9d6102fbbd0b68040bb77023ed30c0c' - '6274663a0ccc865139634eedc53e16f8' +md5sums=('f8d00ad5fba757b4c3735d066cc288e2' '529216f6a46e61a546640e08ea7a0879')
