git » nmap.git » commit 2818255

upgpkg: 7.94-2: FS#69259: fix the license identifier

author Christian Heusel
2023-09-02 14:21:25 UTC
committer Christian Heusel
2023-09-02 14:21:25 UTC
parent a36de8c8a7044957cdb45ea8630c8c3f9b867b8b

upgpkg: 7.94-2: FS#69259: fix the license identifier

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 44fc35a..4944bca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
 
 pkgname=nmap
 pkgver=7.94
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility for network discovery and security auditing'
 url='https://nmap.org/'
 arch=('x86_64')
-license=('GPL2')
+license=('LicenseRef-Nmap-Public-Source-License-Version-0.95')
 depends=('glibc' 'pcre' 'openssl' 'lua' 'libpcap'
          'libssh2' 'libssh2.so' 'zlib' 'gcc-libs')
 source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2"