summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSébastien Leduc2015-12-06 19:08:44 +0100
committerSébastien Leduc2015-12-06 19:08:44 +0100
commita0067d0edf8b02b9b829fb39879f5933795836c9 (patch)
tree3071f018281f8d23c2ab156961ec6574c4f182bf /PKGBUILD
parent7fb1294dfb9baa490a32c44fe55a2220e3ded48f (diff)
downloadaur-a0067d0edf8b02b9b829fb39879f5933795836c9.tar.gz
Bump to 0.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8f5650b9828..0aa194e6a726 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=('python-nmap' 'python2-nmap')
pkgbase='python-nmap'
_realname=python-nmap
-pkgver=0.4.6
+pkgver=0.5.0
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=('236cf72905edf916d9c769b11f72bf81')
+md5sums=('34d32d0d9973b87bc132531317d21d5b')
makedepends=("python" "python2")
prepare() {