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

David Runge dvzrv at archlinux.org
Wed Oct 21 14:38:40 UTC 2020


    Date: Wednesday, October 21, 2020 @ 14:38:40
  Author: dvzrv
Revision: 727848

upgpkg: lib32-alsa-lib 1.2.4-2: Rebuild to switch to signed release tarballs.

Switch back to upstream provided release tarballs, which now come alongside detached PGP signatures \o/.

Modified:
  lib32-alsa-lib/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-21 14:28:09 UTC (rev 727847)
+++ PKGBUILD	2020-10-21 14:38:40 UTC (rev 727848)
@@ -4,7 +4,7 @@
 _name=alsa-lib
 pkgname=lib32-alsa-lib
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="An alternative implementation of Linux sound support (32 bit)"
 arch=('x86_64')
 url="https://www.alsa-project.org"
@@ -11,9 +11,12 @@
 license=('LGPL2.1')
 depends=('lib32-glibc' "alsa-lib=${pkgver}")
 provides=('libasound.so' 'libatopology.so')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alsa-project/${_name}/archive/v${pkgver}.tar.gz")
-sha512sums=('cacff66b888ebd9646a2d1794613b38c2fdacc290f4c71e0f53b25d53372af977d3a01bed323f58fd87e79c4556e8166d242fe7632e2a65dda4fd26b466a4a5c')
-b2sums=('2e86009d638e600dafe2722d68c190726f31b268f11966f7f3d65efb56244e0bf7d410c75d33f2310d0069d1af0083e108d149a6022528efe55b9bb3b9b544ab')
+source=("https://www.alsa-project.org/files/pub/lib/${_name}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('12086952dc8f16f1cb6946517858e17b1c3276aeda9ff5703a84bb38aa78eb4c4e9cb4485c5b3f21f174fdbd976b3bcbbc481e85cb2460652858490df51ae844'
+            'SKIP')
+b2sums=('e1d5d9afe21dac693645274ae4ec8a607c9fcc9915ba4ebccfdb539d44b9353ba07529e2c8eaca119884b926d4467285313c945c9015a788101fe532064442db'
+        'SKIP')
+validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team (Package Signing Key v1) <release at alsa-project.org>
 
 prepare() {
   cd "${_name}-$pkgver"



More information about the arch-commits mailing list