Date: Monday, December 19, 2022 @ 14:40:47
Author: mtorromeo
Revision: 1361547
archrelease: copy trunk to community-x86_64
Added:
arp-scan/repos/community-x86_64/PKGBUILD
(from rev 1361546, arp-scan/trunk/PKGBUILD)
Deleted:
arp-scan/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-19 14:40:40 UTC (rev 1361546)
+++ PKGBUILD 2022-12-19 14:40:47 UTC (rev 1361547)
@@ -1,25 +0,0 @@
-# Maintainer: Massimiliano Torromeo <[email protected]>
-# Contributor: xav <xav at ethertricks dot net>
-
-pkgname=arp-scan
-pkgver=1.9.8
-pkgrel=1
-pkgdesc="A tool that uses ARP to discover and fingerprint IP hosts on the
local network"
-arch=('x86_64')
-url="https://github.com/royhills/arp-scan"
-license=('GPL')
-depends=('libpcap' 'perl-libwww')
-source=(https://github.com/royhills/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('b9b75ceaef6348f5951b06c773ec7a243a9e780e160eafebc369f9c27f6a7d3f')
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
- autoreconf --install
- ./configure --prefix=/usr --mandir=/usr/share/man
- make
-}
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
- make DESTDIR="${pkgdir}" install
-}
Copied: arp-scan/repos/community-x86_64/PKGBUILD (from rev 1361546,
arp-scan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-19 14:40:47 UTC (rev 1361547)
@@ -0,0 +1,25 @@
+# Maintainer: Massimiliano Torromeo <[email protected]>
+# Contributor: xav <xav at ethertricks dot net>
+
+pkgname=arp-scan
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="A tool that uses ARP to discover and fingerprint IP hosts on the
local network"
+arch=('x86_64')
+url="https://github.com/royhills/arp-scan"
+license=('GPL')
+depends=('libpcap' 'perl-libwww')
+source=(https://github.com/royhills/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('204b13487158b8e46bf6dd207757a52621148fdd1d2467ebd104de17493bab25')
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+ autoreconf --install
+ ./configure --prefix=/usr --mandir=/usr/share/man
+ make
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+ make DESTDIR="${pkgdir}" install
+}