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

Christian Hesse eworm at archlinux.org
Wed Jul 11 18:34:10 UTC 2018


    Date: Wednesday, July 11, 2018 @ 18:34:09
  Author: eworm
Revision: 357412

add source verification with gpg signature

Modified:
  wireguard/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-11 18:26:04 UTC (rev 357411)
+++ PKGBUILD	2018-07-11 18:34:09 UTC (rev 357412)
@@ -11,8 +11,10 @@
 url='http://www.wireguard.com/'
 license=('GPL')
 makedepends=('git' 'libmnl')
-source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz")
-sha256sums=('5e38d554f7d1e3a64e3a5319ca1a3b790c84ed89c896586c490a93ac1f953a91')
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld <Jason at zx2c4.com>
+source=("https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar"{.xz,.asc})
+sha256sums=('5e38d554f7d1e3a64e3a5319ca1a3b790c84ed89c896586c490a93ac1f953a91'
+            'SKIP')
 
 prepare() {
 	cd WireGuard-${pkgver}/



More information about the arch-commits mailing list