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

Maxim Baz maximbaz at archlinux.org
Sat Dec 15 20:51:35 UTC 2018


    Date: Saturday, December 15, 2018 @ 20:51:35
  Author: maximbaz
Revision: 416404

cksfv: verify sources with pgp

Modified:
  cksfv/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-15 20:44:54 UTC (rev 416403)
+++ PKGBUILD	2018-12-15 20:51:35 UTC (rev 416404)
@@ -9,8 +9,11 @@
 url="http://zakalwe.fi/~shd/foss/cksfv"
 license=('GPL')
 depends=('glibc')
-source=(http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.gz)
-sha512sums=('1278c3e9c912dce9a5f24c42a3c14566bddbe2220e9ae3d6b94c59090efe39ab98f65db5881648d63d64ab6939881845084900177968e680c04e49bf47b4e58e')
+source=(http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.gz
+        http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.gz.asc)
+sha512sums=('1278c3e9c912dce9a5f24c42a3c14566bddbe2220e9ae3d6b94c59090efe39ab98f65db5881648d63d64ab6939881845084900177968e680c04e49bf47b4e58e'
+            'SKIP')
+validpgpkeys=(1902E24D7822120FD84D64A9AB13F56F8FBDC8CD)
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



More information about the arch-commits mailing list