summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Leduc2015-09-10 21:51:29 +0200
committerSébastien Leduc2015-09-10 21:51:29 +0200
commit75fd4937e2a9050417c8e115d3a18b61f9a0dfd1 (patch)
treec1f83dc281cb79528cfbd51aac352201fd05f762
parent763c5f55fffa5aa5766bb73ef5694cd7221885e0 (diff)
downloadaur-75fd4937e2a9050417c8e115d3a18b61f9a0dfd1.tar.gz
Fix URL and source (moved on upstream website)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf7c5b789eed..23c51f397ad4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = python-nmap
pkgdesc = A Python library which helps in using the nmap port scanner. required nmap software
pkgver = 0.4.1
pkgrel = 2
- url = http://xael.org/norman/python/python-nmap
+ url = http://xael.org/pages/python-nmap.html
arch = any
license = GPL3
makedepends = python
makedepends = python2
depends = nmap
- source = http://xael.org/norman/python/python-nmap/python-nmap-0.4.1.tar.gz
+ source = http://xael.org/pages/python-nmap-0.4.1.tar.gz
md5sums = b466e4b2ef30a0b9c0cb80aac215fb79
pkgname = python-nmap
diff --git a/PKGBUILD b/PKGBUILD
index 9daef3426afc..c31eadd786f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ pkgrel=2
depends=('nmap')
pkgdesc="A Python library which helps in using the nmap port scanner. required nmap software"
arch=("any")
-url="http://xael.org/norman/python/python-nmap"
+url="http://xael.org/pages/python-nmap.html"
license=('GPL3')
-source="http://xael.org/norman/python/python-nmap/$pkgname-$pkgver.tar.gz"
+source="http://xael.org/pages/$pkgname-$pkgver.tar.gz"
md5sums=('b466e4b2ef30a0b9c0cb80aac215fb79')
makedepends=("python" "python2")