Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / arp-scan


Commits:
97d296f2 by Massimiliano Torromeo at 2023-12-15T22:13:00+01:00
Added optdepends for get-oui and removed deprecated get-iab script

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,14 @@
 pkgbase = arp-scan
        pkgdesc = A tool that uses ARP to discover and fingerprint IP hosts on 
the local network
        pkgver = 1.10.0
-       pkgrel = 3
+       pkgrel = 4
        url = https://github.com/royhills/arp-scan
        arch = x86_64
        license = GPL
        depends = libpcap
        depends = perl-libwww
+       optdepends = perl-text-csv: get-oui script
+       optdepends = perl-lwp-protocol-https: get-oui script
        backup = etc/arp-scan/mac-vendor.txt
        source = 
https://github.com/royhills/arp-scan/archive/1.10.0/arp-scan-1.10.0.tar.gz
        source = arp-scan-eacces.patch


=====================================
PKGBUILD
=====================================
@@ -3,12 +3,16 @@
 
 pkgname=arp-scan
 pkgver=1.10.0
-pkgrel=3
+pkgrel=4
 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')
+optdepends=(
+    'perl-text-csv: get-oui script'
+    'perl-lwp-protocol-https: get-oui script'
+)
 backup=('etc/arp-scan/mac-vendor.txt')
 
source=(https://github.com/royhills/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz
         arp-scan-eacces.patch)
@@ -33,5 +37,6 @@ build() {
 
 package() {
     cd "$srcdir"/$pkgname-$pkgver
-    make DESTDIR="${pkgdir}" install
+    make DESTDIR="$pkgdir" install
+    rm "$pkgdir/usr/bin/get-iab"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arp-scan/-/commit/97d296f2da6fb4b33cdd4d0ff8a0e5907803915a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arp-scan/-/commit/97d296f2da6fb4b33cdd4d0ff8a0e5907803915a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to