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:
parent
d6c5d0ec4d
commit
bccf3d10e2
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue