summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f89901b60df8..7815a9e93374 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = net-tools-debian-ifconfig
pkgdesc = Configuration tools for Linux networking, with Debian-style ifconfig output
pkgver = 1.60.20161209git
- pkgrel = 1
+ pkgrel = 2
url = http://net-tools.sourceforge.net/
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL2
makedepends = git
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index b87dbbb67cd1..bac382ad638d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@ origpkgname=net-tools
pkgname=${origpkgname}-debian-ifconfig
pkgver=1.60.20161209git
_commit=90da8a01
-pkgrel=1
+pkgrel=2
pkgdesc="Configuration tools for Linux networking, with Debian-style ifconfig output"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
license=('GPL2')
url="http://net-tools.sourceforge.net/"
depends=('glibc')