summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Fettes2024-04-05 22:12:38 +0800
committerTony Fettes2024-04-05 22:12:38 +0800
commit26090e529eccd6862c1ef5384a8060b78e5be73d (patch)
tree0343a40ff280ada0e31339b2014183c947f840bf
parent47e21cc42da4150d2dc4a873d47a9ba10d249214 (diff)
downloadaur-26090e529eccd6862c1ef5384a8060b78e5be73d.tar.gz
fix: don't build debug
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 579ce3187045..0dc7aefda354 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = moonbit-bin
depends = git
provides = moonbit
conflicts = moonbit
+ options = !debug
source = https://cli.moonbitlang.com/ubuntu_x86/moon
source = https://cli.moonbitlang.com/ubuntu_x86/moonc
source = https://cli.moonbitlang.com/ubuntu_x86/moonfmt
diff --git a/PKGBUILD b/PKGBUILD
index 9c7372f0b2cf..fa8082037a7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ license=('unknown')
depends=('glibc' 'gcc-libs' 'git')
provides=("moonbit")
conflicts=("moonbit")
+options=('!debug')
_origin="https://cli.moonbitlang.com"
source=("${_origin}/ubuntu_x86/moon"
"${_origin}/ubuntu_x86/moonc"