[arch-commits] Commit in nbtscan/repos/community-x86_64 (4 files)

Antonio Rojas arojas at archlinux.org
Sat Jun 9 08:34:45 UTC 2018


    Date: Saturday, June 9, 2018 @ 08:34:45
  Author: arojas
Revision: 342144

archrelease: copy trunk to community-x86_64

Added:
  nbtscan/repos/community-x86_64/PKGBUILD
    (from rev 342143, nbtscan/trunk/PKGBUILD)
  nbtscan/repos/community-x86_64/nbtscan.1.gz
    (from rev 342143, nbtscan/trunk/nbtscan.1.gz)
Deleted:
  nbtscan/repos/community-x86_64/PKGBUILD
  nbtscan/repos/community-x86_64/nbtscan.1.gz

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-09 08:34:24 UTC (rev 342143)
+++ PKGBUILD	2018-06-09 08:34:45 UTC (rev 342144)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Sergio Rubio <rubiojr at biondofu.net>
-
-pkgname=nbtscan
-pkgver=1.5.1
-pkgrel=6
-pkgdesc="NBTscan is a program for scanning IP networks for NetBIOS name information."
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=(glibc)
-url="http://www.inetcat.net/software/nbtscan.html"
-source=(http://www.sourcefiles.org/Networking/Tools/Miscellanenous/nbtscan-1.5.1.tar.gz
-	nbtscan.1.gz)
-md5sums=('85bb085077c380b82a6ff73e0de0c154'
-         'c9b7f61d2be12af5edc120142341c5f7')
-
-build() {
-    cd $srcdir/$pkgname-${pkgver}a
-    ./configure --prefix=/usr
-    make
-}
-
-package() {
-    cd $srcdir/$pkgname-${pkgver}a
-
-    # Copy the binary
-    mkdir -p $pkgdir/usr/bin
-    cp nbtscan $pkgdir/usr/bin
-
-    cd $srcdir
-    # Include the nbtscan debian man page
-    mkdir -p $pkgdir/usr/share/man/man1
-    cp nbtscan.1.gz $pkgdir/usr/share/man/man1
-}

Copied: nbtscan/repos/community-x86_64/PKGBUILD (from rev 342143, nbtscan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-09 08:34:45 UTC (rev 342144)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergio Rubio <rubiojr at biondofu.net>
+
+pkgname=nbtscan
+pkgver=1.5.1
+pkgrel=7
+pkgdesc="NBTscan is a program for scanning IP networks for NetBIOS name information."
+arch=('x86_64')
+license=('GPL')
+depends=(glibc)
+url="http://www.inetcat.net/software/nbtscan.html"
+#source=(http://www.sourcefiles.org/Networking/Tools/Miscellanenous/nbtscan-$pkgver.tar.gz
+source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz
+	nbtscan.1.gz)
+sha256sums=('f9f95d5555356c8d467a576e69d9d348bf2a821ded9a85f895b5e6d21e2aa7eb'
+            '286b73168554e0e481d8a1b4b9a728bedcde0f5d32f2e022f6a142fd7a8bfdad')
+
+build() {
+    cd "$srcdir"/$pkgname-${pkgver}a
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd "$srcdir"/$pkgname-${pkgver}a
+
+    # Copy the binary
+    mkdir -p "$pkgdir"/usr/bin
+    cp nbtscan "$pkgdir"/usr/bin
+
+    cd "$srcdir"
+    # Include the nbtscan debian man page
+    mkdir -p "$pkgdir"/usr/share/man/man1
+    cp nbtscan.1.gz "$pkgdir"/usr/share/man/man1
+}

Deleted: nbtscan.1.gz
===================================================================
(Binary files differ)

Copied: nbtscan/repos/community-x86_64/nbtscan.1.gz (from rev 342143, nbtscan/trunk/nbtscan.1.gz)
===================================================================
(Binary files differ)



More information about the arch-commits mailing list