Skip to content
Snippets Groups Projects
Commit 28f5b359 authored by DWwanghao's avatar DWwanghao
Browse files

community/*: enable on loongarch64

parent c3e90006
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ pkgver=2.10.23
pkgrel=0
pkgdesc="High-Performance server for NATS.io"
url="https://github.com/nats-io/nats-server"
arch="all !x86 !armv7 !armhf !s390x !ppc64le !riscv64 !loongarch64" # limited by failing check()
arch="all !x86 !armv7 !armhf !s390x !ppc64le !riscv64" # limited by failing check()
license="Apache-2.0"
makedepends="go"
options="net" # Go modules
......
......@@ -6,7 +6,7 @@ _pgsqlverm="${_pgsqlver%%.[0-9]*}"
pkgrel=1
pkgdesc="Backup and recovery manager for PostgreSQL"
url="https://github.com/postgrespro/pg_probackup"
arch="all !riscv64 !loongarch64" # blocked by postgresql15
arch="all !riscv64" # blocked by postgresql15
license="PostgreSQL"
makedepends="
bison
......
......@@ -5,8 +5,7 @@ pkgver=0.4.2
pkgrel=0
pkgdesc="A status command for Sway's swaybar"
url="https://sr.ht/~tsdh/swayr/"
# loongarch64: libc crate fails to build
arch="all !loongarch64"
arch="all"
license="GPL-3.0-or-later"
makedepends="cargo cargo-auditable"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~tsdh/swayr/archive/swayrbar-$pkgver.tar.gz"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment