summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentdebd91032f2a2697003953e2b94aa21ab1639f0d (diff)
downloadaur-e0bce73d6ae8b9b0d73f4eb6a4ee0a8fc72ab79c.tar.gz
Update to 0.6.4.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {