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

Levente Polyak anthraxx at archlinux.org
Fri Sep 25 22:23:57 UTC 2020


    Date: Friday, September 25, 2020 @ 22:23:57
  Author: anthraxx
Revision: 712328

upgpkg: signify 30-1

Modified:
  signify/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-25 22:23:46 UTC (rev 712327)
+++ PKGBUILD	2020-09-25 22:23:57 UTC (rev 712328)
@@ -2,7 +2,7 @@
 # Contributor: Adrian Perez de Castro <aperez at igalia.com>
 
 pkgname=signify
-pkgver=29
+pkgver=30
 pkgrel=1
 pkgdesc='OpenBSD tool to signs and verify signatures on files'
 url='https://github.com/aperezdc/signify'
@@ -9,10 +9,14 @@
 arch=('x86_64')
 license=('BSD')
 depends=('glibc' 'libbsd>=0.8')
-source=(https://github.com/aperezdc/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+source=(${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc}
         LICENSE)
-sha512sums=('a0fc07c176f3e0e6ea32d059fb6cc27849159dcc3975c47b2b0a54f7047cb1f1dc0e032f2c55eaf84096b0a84288193afec0777e669851a7c7f97a880fb0f0ab'
+sha512sums=('e760fd89de8a3fea76bd0aa52c683e1d331968620190f4ac487bbca30da00f8d6e2636bbe3c59b0e6fa925b1bbcf81516f50c0bc37707ae7e7465b61fee5c372'
+            'SKIP'
             'a587ef19d5481a81945475a2c1dde0fbf8022e0a28db06389c73df1b7118fb94399f5e4523b91df3d846707dcaffff482ae6e58902b6620bf7b2019a8e15efec')
+validpgpkeys=(
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B' # Adrián Pérez de Castro <aperez at igalia.com>
+)
 
 prepare() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list