summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Leduc2021-06-30 18:52:03 +0200
committerSébastien Leduc2021-06-30 18:52:03 +0200
commite0bce73d6ae8b9b0d73f4eb6a4ee0a8fc72ab79c (patch)
tree988ad1ca77075cb73d1055d84fc5f904b11f6946
parentdebd91032f2a2697003953e2b94aa21ab1639f0d (diff)
downloadaur-e0bce73d6ae8b9b0d73f4eb6a4ee0a8fc72ab79c.tar.gz
Update to 0.6.4.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acc3599bf1d8..aef5acb4009c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# mar. août 16 07:56:18 UTC 2016
pkgbase = python-nmap
pkgdesc = A Python library which helps in using the nmap port scanner. required nmap software
- pkgver = 0.6.1
+ pkgver = 0.6.4
pkgrel = 1
url = http://xael.org/pages/python-nmap.html
arch = any
@@ -10,8 +8,8 @@ pkgbase = python-nmap
makedepends = python
makedepends = python2
depends = nmap
- source = http://xael.org/pages/python-nmap-0.6.1.tar.gz
- md5sums = 2795bfcbc05cbbbccfcf4df59facaab1
+ source = https://files.pythonhosted.org/packages/source/p/python-nmap/python-nmap-0.6.4.tar.gz
+ md5sums = 4996331547811b0d744ec7b609248b19
pkgname = python-nmap
depends = nmap
diff --git a/PKGBUILD b/PKGBUILD
index e9aaf6923820..3cef5dba6754 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=('python-nmap' 'python2-nmap')
pkgbase='python-nmap'
_realname=python-nmap
-pkgver=0.6.1
+pkgver=0.6.4
pkgrel=1
depends=('nmap')
pkgdesc="A Python library which helps in using the nmap port scanner. required nmap software"
arch=("any")
url="http://xael.org/pages/python-nmap.html"
license=('GPL3')
-source=("http://xael.org/pages/$pkgname-$pkgver.tar.gz")
-md5sums=('2795bfcbc05cbbbccfcf4df59facaab1')
+source=("https://files.pythonhosted.org/packages/source/${_realname::1}/$_realname/$_realname-$pkgver.tar.gz")
+md5sums=('4996331547811b0d744ec7b609248b19')
makedepends=("python" "python2")
prepare() {