summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 497e22e8b6ac..a988abecf1b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=ncrack-git
-pkgver=0.6.0.r20.g1a4232d
+pkgver=0.7.r54.g7fab46a
pkgrel=1
pkgdesc="High-speed network authentication cracking tool"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://nmap.org/ncrack/"
license=('GPL2')
depends=('glibc' 'openssl')
makedepends=('git')
-provides=('ncrack')
+provides=("ncrack=$pkgver")
conflicts=('ncrack')
source=("git+https://github.com/nmap/ncrack.git")
sha256sums=('SKIP')
@@ -25,7 +25,8 @@ build() {
cd "ncrack"
autoreconf -fi
- ./configure --prefix="/usr"
+ ./configure \
+ --prefix="/usr"
make
}