summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKokaKiwi2022-10-02 14:27:04 +0200
committerKokaKiwi2022-10-02 14:27:04 +0200
commita957bef5e4be7770e5749028a87e074d0c82c134 (patch)
treea3194372da9ab0dc18637029f023a78669a00b05
parentcd8289f1258a65e5a63932b52f485096fffbff31 (diff)
downloadaur-a957bef5e4be7770e5749028a87e074d0c82c134.tar.gz
Add armv7h to supported arch
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32c0e19a1524..5bb7efce0fdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = snowflake-pt-proxy
url = https://snowflake.torproject.org
arch = x86_64
arch = aarch64
+ arch = armv7h
license = BSD
makedepends = go
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 570c0f5cb9ec..6ed8ca1acbbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Snowflake is a pluggable transport that proxies traffic through temporary proxies using WebRTC (proxy part)"
url="https://snowflake.torproject.org"
license=('BSD')
-arch=('x86_64' 'aarch64')
+arch=('x86_64' 'aarch64' 'armv7h')
depends=('glibc')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/archive/v$pkgver/snowflake-v$pkgver.tar.gz"