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

Dave Reisner dreisner at archlinux.org
Fri Sep 14 00:43:18 UTC 2018


    Date: Friday, September 14, 2018 @ 00:43:18
  Author: dreisner
Revision: 334520

upgpkg: asp 4-1

- add validpgpkeys to metadata

Modified:
  asp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-13 23:10:59 UTC (rev 334519)
+++ PKGBUILD	2018-09-14 00:43:18 UTC (rev 334520)
@@ -1,7 +1,7 @@
 # Maintainer: Dave Reisner <d at falconindy.com>
 
 pkgname=asp
-pkgver=3
+pkgver=4
 pkgrel=1
 pkgdesc="Arch Linux build source file management tool"
 arch=(any)
@@ -10,7 +10,8 @@
 depends=(awk bash jq git libarchive)
 makedepends=(asciidoc)
 source=("git+https://github.com/falconindy/asp?signed#tag=v$pkgver")
-sha256sums=('SKIP')
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+md5sums=('SKIP')
 
 build() {
   make -C asp



More information about the arch-commits mailing list