summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmanuele 'Lele' Calo2020-08-28 16:58:03 +0200
committerEmanuele 'Lele' Calo2020-08-28 16:58:03 +0200
commit41c66f59fce737a644dd4a3290660086941f5436 (patch)
tree821e87a7c8baa713f7ff01409738b6b362a6b5bf /PKGBUILD
parenta1c3169840a7b30e10c403a6bbe45bb1765a84f2 (diff)
downloadaur-41c66f59fce737a644dd4a3290660086941f5436.tar.gz
Added armv7h arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1731dc8e678..91b76dbbfe31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=teleport
pkgver=4.3.5
-pkgrel=1
+pkgrel=2
pkgdesc="Modern SSH server for teams managing distributed infrastructure"
-arch=('x86_64' 'arm')
+arch=('x86_64' 'arm' 'armv7h')
url="https://gravitational.com/teleport"
license=('Apache')
depends=('glibc')
@@ -30,6 +30,8 @@ sha256sums_arm=(
'a4e7bb81be841bccedc493824d8740f5addc1d8f4cb483e0883f9650c7369f47'
'3b26c48a1ade6feea6658a663fe5db7210df24a191816ce95939dc0eddefa0bc'
)
+source_armv7h=("${source_arm[@]}")
+sha256sums_armv7h=("${sha256sums_arm[@]}")
options=(!strip)
backup=('etc/teleport/teleport.yaml')