summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSébastien Leduc2016-08-16 09:57:26 +0200
committerSébastien Leduc2016-08-16 09:57:26 +0200
commitdebd91032f2a2697003953e2b94aa21ab1639f0d (patch)
treee0a88d804ebee605445445534f63dd53d97db982 /PKGBUILD
parent9bcfc0596ee2d01c2d96e572cba90359628127d0 (diff)
downloadaur-debd91032f2a2697003953e2b94aa21ab1639f0d.tar.gz
Bump to 0.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b8483c48ea1..e9aaf6923820 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=('python-nmap' 'python2-nmap')
pkgbase='python-nmap'
_realname=python-nmap
-pkgver=0.6.0
+pkgver=0.6.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/pages/python-nmap.html"
license=('GPL3')
source=("http://xael.org/pages/$pkgname-$pkgver.tar.gz")
-md5sums=('c3996b1e8dfb944fa30fb37d3fc43a67')
+md5sums=('2795bfcbc05cbbbccfcf4df59facaab1')
makedepends=("python" "python2")
prepare() {