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

David Runge dvzrv at archlinux.org
Wed Oct 21 15:08:13 UTC 2020


    Date: Wednesday, October 21, 2020 @ 15:08:12
  Author: dvzrv
Revision: 398702

upgpkg: alsa-utils 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:
  alsa-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-21 15:06:04 UTC (rev 398701)
+++ PKGBUILD	2020-10-21 15:08:12 UTC (rev 398702)
@@ -4,7 +4,7 @@
 
 pkgname=alsa-utils
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced Linux Sound Architecture - Utilities"
 arch=('x86_64')
 url="https://www.alsa-project.org"
@@ -15,9 +15,12 @@
 optdepends=('fftw: for alsabat')
 # we require /var/lib/alsa for state file
 options=(emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alsa-project/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('af1135d84b5cf3446ec2a67859f969b12d20d89733eed4947b81b03a793f6288ec9ccf0341fdd63e5584aa0e68de8d35dc741059b43318f5356bfe86bcaa77fc')
-b2sums=('a1912128b21f2565283b7fd9450d9fa27036540a5235dbe8e2447df4a90d5e987e87aedab1a74f3222860097ec5bc55ae91c66a1a0dacbab891236db3b5313e6')
+source=("https://www.alsa-project.org/files/pub/utils/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('13080abda55269513b3751044dac292d695e273073a62d74ed4a32c68f448a2b015fe16604650821a6398b6ef6a7b6008cb9f0b7fb7f4ee1fa2b4eb2dcf29770'
+            'SKIP')
+b2sums=('41eb0b8186c1956c19d8f8b28863ab54c66ff531b9ec5c48cc6c5ed8ca249d135614112ce412d6adb6f21982235e06a4148591777cce00d17ea537aacbd664ad'
+        'SKIP')
+validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team (Package Signing Key v1) <release at alsa-project.org>
 
 prepare() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list