Date: Sunday, August 5, 2018 @ 20:55:06
  Author: dreisner
Revision: 330631

Verify git repo tag

Modified:
  pkgfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-08-05 19:41:27 UTC (rev 330630)
+++ PKGBUILD    2018-08-05 20:55:06 UTC (rev 330631)
@@ -10,7 +10,8 @@
 license=('MIT')
 depends=('libarchive' 'curl' 'pcre' 'pacman')
 makedepends=('git' 'meson')
-source=("git+https://github.com/falconindy/pkgfile#tag=v$pkgver";)
+source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver";)
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
 install=pkgfile.install
 md5sums=('SKIP')
 

Reply via email to