aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/gitea/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gitea/APKBUILD b/community/gitea/APKBUILD
index 5699ef8e24..c3f0b8fbfa 100644
--- a/community/gitea/APKBUILD
+++ b/community/gitea/APKBUILD
@@ -23,7 +23,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/go-gitea/gitea/archive/v$pkg
builddir="$srcdir/src/code.gitea.io/$pkgname"
case "$CARCH" in
- x86_64|s390x|x86) options="!check" ;;
+ x86_64|s390x|x86) options="$options !check" ;;
esac
prepare() {