author | Giovanni Scafora
<giovanni@archlinux.org> 2010-04-01 20:34:09 UTC |
committer | Giovanni Scafora
<giovanni@archlinux.org> 2010-04-01 20:34:09 UTC |
parent | 11cc9c226e1a97f41f6b63b18fe7e438502a5724 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 31ecd32..93ef171 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=nmap pkgver=5.21 -pkgrel=1 +pkgrel=2 pkgdesc="A network exploration tool and security/port scanner" arch=('i686' 'x86_64') url="http://nmap.org" @@ -12,7 +12,7 @@ depends=('pcre' 'openssl' 'libpcap>=1.0.0' 'lua') makedepends=('python') optdepends=('pygtk: gui for nmap') options=('!makeflags') -source=(http://download.insecure.org/nmap/dist/${pkgname}-${pkgver}.tgz) +source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2) build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -31,4 +31,4 @@ build() { # install custom GPL2 license install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE } -md5sums=('8ce773d70a65007452161e0bde32990c') +md5sums=('f77fa51d89ab27d35e5cd87bb086b858')