summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53313817b1cf..41911531bce8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sat Sep 30 19:38:10 UTC 2017
pkgbase = driftnet-git
pkgdesc = get files out of a tcp stream
pkgver = v1.1.3.r19.g7602b53
@@ -5,6 +7,8 @@ pkgbase = driftnet-git
url = https://github.com/deiv/driftnet
arch = i686
arch = x86_64
+ arch = armv7h
+ arch = aarch64
license = GPL3
makedepends = git
depends = libpcap
diff --git a/PKGBUILD b/PKGBUILD
index e9f3a8ae7ed0..de1e1e8f6146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _gitname=driftnet
pkgver=v1.1.3.r19.g7602b53
pkgrel=1
pkgdesc="get files out of a tcp stream"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url=https://github.com/deiv/driftnet
license=('GPL3')
depends=('libpcap' 'libjpeg' 'libpng12' 'giflib')