summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Leduc2015-08-23 11:28:00 +0200
committerSébastien Leduc2015-08-23 11:28:00 +0200
commite98fddb048c59273271dfcfb465524faaea25ce3 (patch)
tree124498a5687e4279d1bebf5785a8fb71b2b0a2a7
parent3bb5f6eecc9db86694895fb233c0ce807bcd3415 (diff)
downloadaur-e98fddb048c59273271dfcfb465524faaea25ce3.tar.gz
bump to 0.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e76f8368e3f..e33e8f12c5fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-nmap
pkgdesc = A Python library which helps in using the nmap port scanner. required nmap software
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = http://xael.org/norman/python/python-nmap
arch = any
license = GPL3
depends = nmap
- source = http://xael.org/norman/python/python-nmap/python-nmap-0.4.0.tar.gz
- md5sums = 2046fa63e969ae77b68e91664e97876b
+ source = http://xael.org/norman/python/python-nmap/python-nmap-0.4.1.tar.gz
+ md5sums = b466e4b2ef30a0b9c0cb80aac215fb79
pkgname = python-nmap
depends = nmap
diff --git a/PKGBUILD b/PKGBUILD
index 682eac16b352..b140b9e41c89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=('python-nmap' 'python2-nmap')
pkgbase='python-nmap'
_realname=python-nmap
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
depends=('nmap')
pkgdesc="A Python library which helps in using the nmap port scanner. required nmap software"
@@ -12,7 +12,7 @@ arch=("any")
url="http://xael.org/norman/python/python-nmap"
license=('GPL3')
source="http://xael.org/norman/python/python-nmap/$pkgname-$pkgver.tar.gz"
-md5sums=('2046fa63e969ae77b68e91664e97876b')
+md5sums=('b466e4b2ef30a0b9c0cb80aac215fb79')
prepare() {
cp -a "${srcdir}/${_realname}-${pkgver}"{,-python2}