summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-12 22:02:55 +0800
committerChocobo12023-04-12 22:02:55 +0800
commit0d1e589f1e10c1cbbe843970c2fd36c1fdbceb7e (patch)
treeaff3da65212adb10e3cae19b6b9409ee7a9c3666
parent3917ec58a453ccf272ad18e4614d4a179b142714 (diff)
downloadaur-0d1e589f1e10c1cbbe843970c2fd36c1fdbceb7e.tar.gz
upgpkg: ncrack-git 0.7.r54.g7fab46a-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5434e9146085..9cd59837ed74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ncrack-git
pkgdesc = High-speed network authentication cracking tool
- pkgver = 0.6.0.r20.g1a4232d
+ pkgver = 0.7.r54.g7fab46a
pkgrel = 1
url = https://nmap.org/ncrack/
arch = i686
@@ -9,10 +9,9 @@ pkgbase = ncrack-git
makedepends = git
depends = glibc
depends = openssl
- provides = ncrack
+ provides = ncrack=0.7.r54.g7fab46a
conflicts = ncrack
source = git+https://github.com/nmap/ncrack.git
sha256sums = SKIP
pkgname = ncrack-git
-
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
}