summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSébastien Leduc2015-10-17 10:45:01 +0200
committerSébastien Leduc2015-10-17 10:45:01 +0200
commit0fa211d1cce80e9fc8555406963e97ed65034569 (patch)
treebfb4db08bf9bfba03fa61fd3ddd746575dc69ccc /PKGBUILD
parent9d99443682017bf077d2e6bb8462c7a633ef3b0b (diff)
downloadaur-0fa211d1cce80e9fc8555406963e97ed65034569.tar.gz
bump to 0.4.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af0a6f8576a1..39892c94a1d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=('python-nmap' 'python2-nmap')
pkgbase='python-nmap'
_realname=python-nmap
-pkgver=0.4.3
+pkgver=0.4.4
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/pages/python-nmap.html"
license=('GPL3')
source="http://xael.org/pages/$pkgname-$pkgver.tar.gz"
-md5sums=('b535202ea1d52bacd11b321cad5819f5')
+md5sums=('ed1f456d1a77974a5402d5e860f0df7d')
makedepends=("python" "python2")
prepare() {