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

Jelle van der Waa jelle at archlinux.org
Sat Aug 17 22:00:04 UTC 2019


    Date: Saturday, August 17, 2019 @ 22:00:04
  Author: jelle
Revision: 359947

upgpkg: alsa-lib 1.1.9-2

Remove python2 requirement and ./configure arguments since the Python module
isn't actually build or installed.

Modified:
  alsa-lib/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-17 21:15:27 UTC (rev 359946)
+++ PKGBUILD	2019-08-17 22:00:04 UTC (rev 359947)
@@ -2,13 +2,11 @@
 
 pkgname=alsa-lib
 pkgver=1.1.9
-pkgrel=1
+pkgrel=2
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
 url="https://www.alsa-project.org"
 depends=('glibc')
-optdepends=('python2: for python smixer plugin')
-makedepends=('python2')
 license=('LGPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
 sha512sums=('402e39cca82d17555e3e52ef06b8ed9dcf58531da393809a7b5cf18658299fa90ee8a60bfc5213482d7a02b13140c441f1333b144556f44ab4adb786a2fb3c49')
@@ -15,7 +13,7 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --without-debug --prefix=/usr --with-pythonlibs="-lpthread -lm -ldl -lpython2.7" --with-pythonincludes=-I/usr/include/python2.7
+  ./configure --without-debug --prefix=/usr
   make
 }
 



More information about the arch-commits mailing list