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

David Runge dvzrv at gemini.archlinux.org
Fri Jun 17 16:58:16 UTC 2022


    Date: Friday, June 17, 2022 @ 16:58:16
  Author: dvzrv
Revision: 1238317

upgpkg: lib32-alsa-plugins 1.2.7.1-1: Upgrade to 1.2.7.1.

Remove unnecessary quotes and curly braces.
Add debug package.

Modified:
  lib32-alsa-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   32 +++++++++++++++++---------------
 1 file changed, 17 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-17 16:49:43 UTC (rev 1238316)
+++ PKGBUILD	2022-06-17 16:58:16 UTC (rev 1238317)
@@ -3,35 +3,38 @@
 
 _name=alsa-plugins
 pkgname=lib32-alsa-plugins
-pkgver=1.2.6
+pkgver=1.2.7.1
 pkgrel=1
 pkgdesc="Additional ALSA plugins (32-bit)"
 arch=(x86_64)
 url="https://www.alsa-project.org"
 license=(LGPL2.1)
-depends=("alsa-plugins=1:${pkgver}" lib32-alsa-lib lib32-glibc)
+depends=("alsa-plugins=1:$pkgver" lib32-alsa-lib lib32-glibc)
 makedepends=(lib32-dbus lib32-jack lib32-libavtp lib32-libpulse
 lib32-libsamplerate lib32-speexdsp)
-optdepends=('lib32-dbus: for maemo plugin'
-            'lib32-jack: for pcm_jack plugin'
-            'lib32-libavtp: for pcm_aaf plugin'
-            'lib32-libsamplerate: for rate_samplerate plugin'
-            'lib32-libpulse: for conf_pulse, ctl_pulse and pcm_pulse plugins'
-            'lib32-speexdsp: for pcm_speex and rate_speexrate plugins')
-source=("https://www.alsa-project.org/files/pub/plugins/${_name}-$pkgver.tar.bz2"{,.sig})
-sha512sums=('ac54a6f227f1ca5f6e01e08d869e7c06f4bcd68f148932e1902a6fcf3e5ccd3667ac4d8c1a00b77e4b5cb27e17c01cf7526ded4aaf35c4b26fc69e14e6e341f9'
+optdepends=(
+  'lib32-dbus: for maemo plugin'
+  'lib32-jack: for pcm_jack plugin'
+  'lib32-libavtp: for pcm_aaf plugin'
+  'lib32-libsamplerate: for rate_samplerate plugin'
+  'lib32-libpulse: for conf_pulse, ctl_pulse and pcm_pulse plugins'
+  'lib32-speexdsp: for pcm_speex and rate_speexrate plugins'
+)
+options=(debug)
+source=(https://www.alsa-project.org/files/pub/plugins/$_name-$pkgver.tar.bz2{,.sig})
+sha512sums=('437c05a7e0175594768fd6a9a6d1a158bb4a01a7de6a42c2bd468d9381e01b64d385ddfac7d87baf84fe13cb4e65dc24da643940f416d4b191c528728822d964'
             'SKIP')
-b2sums=('bead0b9514725560a4fb738c4b1e14b148bf888cc82e0d7611cb6c494ed97a7e366b57f233095372c26a7bd614655bd58a6505202910de421561b540c94d5cca'
+b2sums=('6f7aa503eda879cd273f36a16eec702b4da9267a60835cb5acbbfe355a83b7ffa3e93eb6483c9946c1d0bcd845a8f574470e7b84c66f793d0d0c6c9883ad52ee'
         'SKIP')
 validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team (Package Signing Key v1) <release at alsa-project.org>
 
 prepare() {
-  cd "${_name}-$pkgver"
+  cd $_name-$pkgver
   autoreconf -fiv
 }
 
 build() {
-  cd "${_name}-$pkgver"
+  cd $_name-$pkgver
 
   export CC='gcc -m32'
   export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
@@ -47,8 +50,7 @@
 package() {
   depends+=(libasound.so)
 
-  cd "${_name}-$pkgver"
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install -C $_name-$pkgver
   rm -rv "$pkgdir"/{etc,usr/share}
 }
 # vim:set sw=2 et:



More information about the arch-commits mailing list