main/wireguard-postmarketos-stable: fix arch

Change arch line to same as linux-postmarketos-stable (so the current
build scripts won't attempt to build linux-postmarketos-stable for
armv7).
This commit is contained in:
Oliver Smith 2019-01-18 09:46:38 +01:00
parent d6c5d0ec4d
commit bccf3d10e2
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -14,7 +14,7 @@ pkgname=wireguard-${_flavor}
pkgver=4.18.4
pkgrel=0
pkgdesc="Next generation secure network tunnel: kernel modules for $_flavor"
arch=all
arch="x86_64 armhf aarch64"
url='https://www.wireguard.com'
license="GPL-2.0"
depends="linux-postmarketos-stable"
@ -43,4 +43,4 @@ package() {
done
}
sha512sums="2278cae078cf3ff9e0c43979ff559820d9d99b64c1ccdbc8a7fea3fc1a5fa0818d782a8962aefc07678599cc15f5a4237fd5dd7ffad108d639c39930979e3cc5 WireGuard-0.0.20180809.tar.xz"
sha512sums="2278cae078cf3ff9e0c43979ff559820d9d99b64c1ccdbc8a7fea3fc1a5fa0818d782a8962aefc07678599cc15f5a4237fd5dd7ffad108d639c39930979e3cc5 WireGuard-0.0.20180809.tar.xz"