Skip to content

Commit

Permalink
aur(v2raya-bin): add loong64
Browse files Browse the repository at this point in the history
  • Loading branch information
Markson Hon committed Dec 11, 2023
1 parent a72e9fa commit 5c41ffd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion install/aur/v2raya-bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkgver={{pkgver}}
pkgrel=1
install=.INSTALL
pkgdesc="A web GUI client of Project V which supports VMess, VLESS, SS, SSR, Trojan, Tuic and Juicity protocols"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64' 'loong64')
url="https://github.com/v2rayA/v2rayA"
license=('AGPL3')
provides=('v2raya')
Expand Down Expand Up @@ -40,6 +40,9 @@ source_armv6h=(
source_armv7h=(
"v2raya_${pkgver}::https://apt.v2raya.org/static/v2raya_linux_armv7_${pkgver}"
)
source_loong64=(
"v2raya_${pkgver}::https://apt.v2raya.org/static/v2raya_linux_loongarch64_${pkgver}"
)

sha1sums=(
"$sha_service"
Expand All @@ -63,6 +66,9 @@ sha1sums_armv6h=(
sha1sums_armv7h=(
'{{sha1sums_armv7h}}'
)
sha1sums_loong64=(
'{{sha1sums_loong64}}'
)

build() {
cd "$srcdir"
Expand Down

0 comments on commit 5c41ffd

Please sign in to comment.