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

George Rawlinson grawlinson at gemini.archlinux.org
Wed Aug 18 02:37:55 UTC 2021


    Date: Wednesday, August 18, 2021 @ 02:37:54
  Author: grawlinson
Revision: 1002859

archrelease: copy trunk to community-x86_64

Added:
  nbtscan/repos/community-x86_64/PKGBUILD
    (from rev 1002858, nbtscan/trunk/PKGBUILD)
Deleted:
  nbtscan/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 31 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-18 02:36:21 UTC (rev 1002858)
+++ PKGBUILD	2021-08-18 02:37:54 UTC (rev 1002859)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Sergio Rubio <rubiojr at biondofu.net>
-
-pkgname=nbtscan
-pkgver=1.6
-pkgrel=1
-pkgdesc='Scan networks searching for NetBIOS information'
-url='https://github.com/resurrecting-open-source-projects/nbtscan'
-arch=('x86_64')
-license=('GPL2')
-depends=(glibc)
-source=(https://github.com/resurrecting-open-source-projects/nbtscan/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('9fc1bf325c37b1c9a3e4abec3bf2e5116f20c552a6ae5dc21d581c926ae02262')
-b2sums=('3e38e946aa875be2bca8ad0155a5bf4c612cecda3761623d75657b2ab54aa7a7526d284a78db764518748e092c2719a4c02bcdce32095c87537c9979571c10f7')
-
-prepare() {
-	cd ${pkgname}-${pkgver}
-	autoreconf -fiv
-}
-
-build() {
-	cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-	cd ${pkgname}-${pkgver}
-	make DESTDIR="$pkgdir" install
-  install -Dm 644 README.md ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: nbtscan/repos/community-x86_64/PKGBUILD (from rev 1002858, nbtscan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-18 02:37:54 UTC (rev 1002859)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Sergio Rubio <rubiojr at biondofu.net>
+
+pkgname=nbtscan
+pkgver=1.7.1
+pkgrel=1
+pkgdesc='Scan networks searching for NetBIOS information'
+url='https://github.com/resurrecting-open-source-projects/nbtscan'
+arch=('x86_64')
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+b2sums=('09fafb52217f73c922cb4ae8610aa6745ef5b1a6992b8abe880e901b07658063a6b109e7a7de10601024178de6bcaa1526e11ea16b1906287d598fca9dd203c1')
+
+prepare() {
+	cd ${pkgname}-${pkgver}
+	autoreconf -fiv
+}
+
+build() {
+	cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+	cd ${pkgname}-${pkgver}
+	make DESTDIR="$pkgdir" install
+  install -Dm 644 README.md ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list