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

Ivy Foster escondida at archlinux.org
Thu Sep 24 23:02:27 UTC 2020


    Date: Thursday, September 24, 2020 @ 23:02:27
  Author: escondida
Revision: 711944

Add PGP source verification and location of upstream's checksums

Modified:
  sndio/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-24 22:17:41 UTC (rev 711943)
+++ PKGBUILD	2020-09-24 23:02:27 UTC (rev 711944)
@@ -14,9 +14,17 @@
 # if done that way. Licenses are complicated.
 depends=(alsa-lib libbsd)
 
-source=("http://www.sndio.org/sndio-$pkgver.tar.gz")
-# checksums provided by packager
-sha256sums=(dda4e3d0879423ed57923975ba74668cbb9299939cad579b0ac64a4b01535552)
+source=(
+	"http://www.sndio.org/sndio-$pkgver.tar.gz"
+	"http://www.sndio.org/sndio-$pkgver.tar.gz.asc"
+)
+# Checksum source: http://www.sndio.org/sndio-$pkgver.tar.gz.sha256
+sha256sums=(
+	dda4e3d0879423ed57923975ba74668cbb9299939cad579b0ac64a4b01535552
+	SKIP
+)
+validpgpkeys=(6B1A7447AAF091CCDD36BAA6015E339411694A6E)
+
 backup=(etc/default/sndiod)
 
 build() {



More information about the arch-commits mailing list