aboutsummaryrefslogtreecommitdiffstats
path: root/community/gdmd/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gdmd/APKBUILD')
-rw-r--r--community/gdmd/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gdmd/APKBUILD b/community/gdmd/APKBUILD
index 70351ed31b3..b2708f243c9 100644
--- a/community/gdmd/APKBUILD
+++ b/community/gdmd/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Mathias LANG <pro.mathias.lang@gmail.com>
pkgname=gdmd
pkgver=0.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="Wrapper providing DMD-like CLI interface to gdc"
url="https://github.com/D-Programming-GDC/gdmd"
# GDC does not support PPC64le
-arch="all !ppc64le !riscv64"
+arch="aarch64 s390x x86_64"
license="GPL-3.0-or-later"
depends="perl gcc-gdc"
# It's a script, and needs to be installed to be tested