[arch-commits] Commit in nmap/trunk (PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Sat Oct 22 07:53:33 UTC 2016
Date: Saturday, October 22, 2016 @ 07:53:33
Author: bisson
Revision: 279137
add signature
Modified:
nmap/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-22 05:44:02 UTC (rev 279136)
+++ PKGBUILD 2016-10-22 07:53:33 UTC (rev 279137)
@@ -17,8 +17,11 @@
'kde-cli-tools: privilege escalation for zenmap'
'gksu: privilege escalation for zenmap')
depends=('pcre' 'openssl' 'lua52')
-source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('9dcfc5bf599a4fe53ca9bfc53b1b9a2741bf1c6c')
+validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0')
+source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2"
+ "https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc")
+sha1sums=('9dcfc5bf599a4fe53ca9bfc53b1b9a2741bf1c6c'
+ 'SKIP')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list