summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Edgecombe2018-05-31 18:44:23 +0100
committerGraham Edgecombe2018-05-31 18:44:23 +0100
commitb81677b9aa1c74ccc28791fe8e753d1524d85577 (patch)
tree215b9650f6ed2072c5ca02893a04911045ceab96
parentbe6c0acb5959c3dfd129cb6764ca82b4eb70b6b4 (diff)
downloadaur-b81677b9aa1c74ccc28791fe8e753d1524d85577.tar.gz
Add arm and aarch64 to arch array
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62fd4392ab62..cc092760155f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Feb 26 21:37:50 UTC 2018
+# Thu May 31 17:44:11 UTC 2018
pkgbase = netkit-rwho-debian
pkgdesc = Remote who client and server (with Debian patches)
pkgver = 0.17
- pkgrel = 5
+ pkgrel = 6
url = http://packages.qa.debian.org/n/netkit-rwho.html
install = rwhod.install
arch = i686
arch = x86_64
+ arch = arm
arch = armv6h
arch = armv7h
+ arch = aarch64
license = BSD
depends = glibc
depends = sh
diff --git a/PKGBUILD b/PKGBUILD
index 57e7ce3046b6..208fc413c6b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: mortzu
pkgname=netkit-rwho-debian
pkgver=0.17
-pkgrel=5
+pkgrel=6
_debrev=13
-arch=('i686' 'x86_64' 'armv6h' 'armv7h')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
license=('BSD')
pkgdesc='Remote who client and server (with Debian patches)'
depends=('glibc' 'sh')