summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed742e5c7313..ade79b110e2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-libnmap
-pkgver=0.7.0
+pkgver=0.7.2
pkgrel=1
pkgdesc="Python NMAP library enabling you to start async nmap tasks, parse and compare/diff scan results. Python 3 version from PyPi"
arch=('any')
@@ -8,7 +8,7 @@ license=('CCPL')
depends=('python')
optdepends=('python-sqlalchemy' 'python-pymongo' 'python-boto')
source=("https://files.pythonhosted.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('9d14919142395aaca952e129398f0c7371c0f0a034c63de6dad99cd7050177ad')
+sha256sums=('73309abebc49881adc312b85d7169bb567ac259948d2b1ce7b962e21bc5f98ea')
build() {
cd "$srcdir/$pkgname-$pkgver"