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

David Runge dvzrv at gemini.archlinux.org
Mon Dec 6 18:41:37 UTC 2021


    Date: Monday, December 6, 2021 @ 18:41:37
  Author: dvzrv
Revision: 1065316

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

Verify releases with PGP key id F04DF50737AC1A884C4B3D718380596DA6E59C91 as is
done with extra/alsa-plugins.
Simplify quoting in file.

Modified:
  lib32-alsa-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-06 18:41:20 UTC (rev 1065315)
+++ PKGBUILD	2021-12-06 18:41:37 UTC (rev 1065316)
@@ -3,29 +3,31 @@
 
 _name=alsa-plugins
 pkgname=lib32-alsa-plugins
-pkgver=1.2.5
+pkgver=1.2.6
 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')
-makedepends=('lib32-dbus' 'lib32-jack' 'lib32-libavtp' 'lib32-libpulse'
-'lib32-libsamplerate' 'lib32-speexdsp')
+license=(LGPL2.1)
+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-ffmpeg: for pcm_a52 and rate_lavrate plugins'
             '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")
-sha512sums=('32aa475ec4af040861c2bfb01eac71042242d2109d3c5102d0111f3327e3f6c9031c32cbb50eb4b6568a6bd9408691a047a39972f09d6087e31ec11f19ddc9cf')
-b2sums=('a1bb2f187c92a2999722e22775baf2c1fc4240162bb71f454c60359ef61b46934ff8ecd5af97589bafe2c7f737530cf5a4dcc139af7ed001d8dfe24bf3ae045c')
+source=("https://www.alsa-project.org/files/pub/plugins/${_name}-$pkgver.tar.bz2"{,.sig})
+sha512sums=('ac54a6f227f1ca5f6e01e08d869e7c06f4bcd68f148932e1902a6fcf3e5ccd3667ac4d8c1a00b77e4b5cb27e17c01cf7526ded4aaf35c4b26fc69e14e6e341f9'
+            'SKIP')
+b2sums=('bead0b9514725560a4fb738c4b1e14b148bf888cc82e0d7611cb6c494ed97a7e366b57f233095372c26a7bd614655bd58a6505202910de421561b540c94d5cca'
+        'SKIP')
+validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team (Package Signing Key v1) <release at alsa-project.org>
 
 prepare() {
   cd "${_name}-$pkgver"
-  autoreconf -fvi
+  autoreconf -fiv
 }
 
 build() {
@@ -47,6 +49,6 @@
 
   cd "${_name}-$pkgver"
   make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/{etc,usr/share}
+  rm -rv "$pkgdir"/{etc,usr/share}
 }
 # vim:set sw=2 et:



More information about the arch-commits mailing list