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

Evangelos Foutras foutrelis at archlinux.org
Sat Oct 24 23:10:09 UTC 2020


    Date: Saturday, October 24, 2020 @ 23:10:08
  Author: foutrelis
Revision: 398783

Add PGP signature verification (FS#68404)

Modified:
  dialog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-24 22:53:42 UTC (rev 398782)
+++ PKGBUILD	2020-10-24 23:10:08 UTC (rev 398783)
@@ -13,8 +13,10 @@
 license=('LGPL2.1')
 depends=('sh' 'ncurses')
 provides=('libdialog.so')
-source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz)
-sha256sums=('466163e8b97c2b7709d00389199add3156bd813f60ccb0335d0a30f2d4a17f99')
+source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz{,.asc})
+sha256sums=('466163e8b97c2b7709d00389199add3156bd813f60ccb0335d0a30f2d4a17f99'
+            'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey <dickey at invisible-island.net>
 
 build() {
   cd "$srcdir/$pkgname-${pkgver/_/-}"



More information about the arch-commits mailing list