summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco442017-09-30 21:38:16 +0200
committermarco442017-09-30 21:38:16 +0200
commit8c78940b8de75a0c69003670af9e80a84a49721f (patch)
treea57b2d0587fc9bdfd779c243d961f3a4d5933788
parent574487a19d299e8f29704bf9f771723fee77f24c (diff)
downloadaur-8c78940b8de75a0c69003670af9e80a84a49721f.tar.gz
Support arm and arm64
-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')