[arch-commits] Commit in lib32-alsa-lib/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Sat Jun 20 23:14:22 UTC 2020


    Date: Saturday, June 20, 2020 @ 23:14:21
  Author: dvzrv
Revision: 648690

upgpkg: lib32-alsa-lib 1.2.3.1-1: Upgrading to 1.2.3.1.

Modified:
  lib32-alsa-lib/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-20 23:14:19 UTC (rev 648689)
+++ PKGBUILD	2020-06-20 23:14:21 UTC (rev 648690)
@@ -3,17 +3,17 @@
 
 _name=alsa-lib
 pkgname=lib32-alsa-lib
-pkgver=1.2.3
+pkgver=1.2.3.1
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support (32 bit)"
 arch=('x86_64')
 url="https://www.alsa-project.org"
 license=('LGPL2.1')
-depends=('lib32-glibc' 'alsa-lib')
+depends=('lib32-glibc' "alsa-lib=${pkgver}")
 provides=('libasound.so' 'libatopology.so')
 source=("https://www.alsa-project.org/files/pub/lib/${_name}-$pkgver.tar.bz2")
-sha512sums=('567c094914833af511bd7b175b0865ae4e4483ae68a7d4f90a34b12d7f077782835eec24257a7928631c104c78eff588f7b92068aade37e3c4806d79353758a8')
-b2sums=('522c5c2a4bd3bc13d96f64781270647271e131042e0a6ed0f2104d9cb9f93341af1c14d000d5acb9c4c327e10202b0e9f280e59f355819f8861ae023a5a0f0a8')
+sha512sums=('ed0a81371117a91a5024f3bef5a881ffa9521399eab5e016924669a3f1eba2d6a02efa284b160089bc581717d39d15325ebb2faf162e4d3dabe4c29785a5fb58')
+b2sums=('0460ec9449e3936582b29af6ef019ddbe9875090ba722e00074d3d3dfe6214f40c1d96cec8827bb724a52b06abbff1d80dc5fed46f5bb1f03bc5c46a765756fd')
 
 prepare() {
   cd "${_name}-$pkgver"
@@ -26,7 +26,10 @@
   export CC='gcc -m32'
   export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
 
-  ./configure --without-debug --prefix=/usr --libdir=/usr/lib32 --disable-python
+  ./configure --prefix=/usr \
+              --libdir=/usr/lib32 \
+              --without-debug \
+              --disable-python
   make
 }
 



More information about the arch-commits mailing list