summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-04-06 11:03:59 -0600
committerMark Wagie2024-04-06 11:03:59 -0600
commitda36f25348d5f67bcfcbd3c76ff56981241af829 (patch)
treec2d4b1a6ecc1fcd456c9a6873472bb1351b83e92 /PKGBUILD
parentfc4c68c618c2808e4381a0c97a549484bf895ab1 (diff)
downloadaur-da36f25348d5f67bcfcbd3c76ff56981241af829.tar.gz
add future optional deps for core
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86519ff4feae..927025c8d7c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,6 +23,18 @@ makedepends=(
'meson'
'vala'
)
+#optdepends=(
+# 'blastem-highscore-git'
+# 'bsnes-highscore-git'
+# 'desmume-highscore-git'
+# 'gearsystem-highscore-git'
+# 'mednafen-highscore-git'
+# 'mgba-highscore-git'
+# 'mupen64plus-highscore-git'
+# 'nestopia-highscore-git'
+# 'prosystem-highscore-git'
+# 'stella-highscore-git'
+#)
provides=("${pkgname%-git}" 'gnome-games')
conflicts=("${pkgname%-git}" 'gnome-games')
source=('git+https://gitlab.gnome.org/World/highscore.git')