summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorSébastien Leduc2022-07-19 12:06:29 +0200
committerSébastien Leduc2022-07-19 12:06:29 +0200
commit9da860fec1fcb757201ab49cf1242dd453e44341 (patch)
tree56f24b13636b5e8be029daa179342118b78550c8 /.SRCINFO
parente0bce73d6ae8b9b0d73f4eb6a4ee0a8fc72ab79c (diff)
downloadaur-9da860fec1fcb757201ab49cf1242dd453e44341.tar.gz
Update to 0.7.1 and drop python2 support
Package is not compatible with python2 any more (use of f-string only available in python >= 3.6).
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO12
1 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aef5acb4009c..95fc45128c32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,15 @@
pkgbase = python-nmap
pkgdesc = A Python library which helps in using the nmap port scanner. required nmap software
- pkgver = 0.6.4
+ pkgver = 0.7.1
pkgrel = 1
url = http://xael.org/pages/python-nmap.html
arch = any
license = GPL3
makedepends = python
- makedepends = python2
depends = nmap
- source = https://files.pythonhosted.org/packages/source/p/python-nmap/python-nmap-0.6.4.tar.gz
- md5sums = 4996331547811b0d744ec7b609248b19
+ source = https://files.pythonhosted.org/packages/source/p/python-nmap/python-nmap-0.7.1.tar.gz
+ md5sums = 1a97c59260678a2fa186e4d99f3ecb75
pkgname = python-nmap
depends = nmap
depends = python
-
-pkgname = python2-nmap
- depends = nmap
- depends = python2
-