summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Wiedenmann2016-05-26 22:03:07 +0200
committerBjörn Wiedenmann2016-05-26 22:07:31 +0200
commit61637e9c6e84b35dbb759e32000c3e34182f6c66 (patch)
tree00158e9b5ec4e8cf1274092fcd78777dfadab376
parent472366dbcf9927e6fc7cb66e930cb84e9a328c6e (diff)
downloadaur-61637e9c6e84b35dbb759e32000c3e34182f6c66.tar.gz
Added 'armv7h' to architectures
Works on Raspberry Pi 3 (and probably on Pi 2 as well, as the Pi 3 is actually using the Pi 2 image for now).
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f269055e2ef0..40664a66c7d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Thu May 26 19:17:55 UTC 2016
+# Thu May 26 20:06:44 UTC 2016
pkgbase = openssh-hpn-git
pkgdesc = A Secure SHell server/client fork with High Performance patches included
pkgver = 7.2.P2.r40.g6c21335
- pkgrel = 2
+ pkgrel = 3
url = http://www.psc.edu/networking/projects/hpn-ssh/
install = openssh-hpn-git.install
arch = i686
arch = x86_64
+ arch = armv7h
license = custom:BSD
makedepends = git
depends = krb5
diff --git a/PKGBUILD b/PKGBUILD
index f86cb2c2225c..f59513b99695 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,11 +38,11 @@
pkgname=openssh-hpn-git
pkgver=7.2.P2.r40.g6c21335
-pkgrel=2
+pkgrel=3
pkgdesc='A Secure SHell server/client fork with High Performance patches included'
url='http://www.psc.edu/networking/projects/hpn-ssh/'
license=('custom:BSD')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
depends=('krb5' 'ldns' 'libedit' 'openssl' 'pam')
makedepends=('git')
optdepends=('xorg-xauth: X11 forwarding'