[arch-commits] Commit in arp-scan/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Fri Oct 25 17:41:22 UTC 2019
Date: Friday, October 25, 2019 @ 17:41:21
Author: mtorromeo
Revision: 519563
upgpkg: arp-scan 1.9.6-1
Modified:
arp-scan/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-25 17:39:22 UTC (rev 519562)
+++ PKGBUILD 2019-10-25 17:41:21 UTC (rev 519563)
@@ -2,23 +2,16 @@
# Contributor: xav <xav at ethertricks dot net>
pkgname=arp-scan
-pkgver=1.9.5
-pkgrel=2
+pkgver=1.9.6
+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
- libpcap-timeout.patch::https://github.com/royhills/arp-scan/commit/8513a181c10be83afdc46f49e9abe97212189d4a.patch)
-sha256sums=('aa9498af84158a315b7e0ea6c2cddfa746660ca3987cbe7e32c0c90f5382d9d2'
- '0ad040df57810bca6f8c016e7b83fdfe05f5aae683574ad7d73929746701c911')
+source=(https://github.com/royhills/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('971b45c3369816467994797fbcd0076eb8f0ffb9c42764ea6dba25ab3fd490da')
-prepare() {
- cd "$srcdir"/$pkgname-$pkgver
- patch -p1 -i "$srcdir"/libpcap-timeout.patch
-}
-
build() {
cd "$srcdir"/$pkgname-$pkgver
autoreconf --install
More information about the arch-commits
mailing list