[arch-commits] Commit in ncrack/trunk (PKGBUILD)

Daniel Micay thestinger at archlinux.org
Mon Aug 8 21:17:17 UTC 2016


    Date: Monday, August 8, 2016 @ 21:17:17
  Author: thestinger
Revision: 186089

upgpkg: ncrack 0.5-1

Modified:
  ncrack/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-08 21:03:07 UTC (rev 186088)
+++ PKGBUILD	2016-08-08 21:17:17 UTC (rev 186089)
@@ -3,24 +3,23 @@
 # Contributor: mickael9 <mickael9 at gmail dot com>
 
 pkgname=ncrack
-pkgver=0.4a
-_realver=0.4ALPHA
-pkgrel=5
+pkgver=0.5
+pkgrel=1
 pkgdesc='A high-speed network authentication cracking tool'
 arch=(i686 x86_64)
 url='http://nmap.org/ncrack/'
 license=(GPL)
 depends=(openssl)
-source=("http://nmap.org/ncrack/dist/ncrack-${_realver}.tar.gz")
-md5sums=('db9be165469c04650ddc7403b29eb472')
+source=("http://nmap.org/ncrack/dist/ncrack-$pkgver.tar.gz")
+md5sums=('c264bced401db826852014aef22927cd')
 
 build() {
-  cd $pkgname-${_realver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname-${_realver}
+  cd $pkgname-$pkgver
   make install DESTDIR="$pkgdir"
 }



More information about the arch-commits mailing list