summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrett Cornwall2020-05-25 10:37:16 -0700
committerBrett Cornwall2020-05-25 10:37:16 -0700
commit2ef8cdb9cc07e0aebe464686fd1f636934dc1b85 (patch)
treea27f6974f0dfd3d3406857ad5138f1c2412290f6 /PKGBUILD
parent0290bef7bb83e797ed668f0d24ebc22bb1896809 (diff)
downloadaur-2ef8cdb9cc07e0aebe464686fd1f636934dc1b85.tar.gz
add comments justifying continued use of dumb-a4 pkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0f7865d0d5d..df6c5cc48fa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,10 @@ pkgdesc='A development tool that is primarily used to create graphical adventure
arch=('x86_64')
url='https://github.com/adventuregamestudio/ags'
license=('Artistic2.0')
+# ags depends on Allegro 4 and do not have plans to upgrade - they intend to replace Allegro entirely with SDL.
+# https://github.com/adventuregamestudio/ags/issues/403
+# https://github.com/adventuregamestudio/ags/issues/762
+# https://github.com/adventuregamestudio/ags/issues/1051#issuecomment-602217650
depends=('dumb-a4' 'libtheora' 'freetype2')
makedepends=('cmake' 'wxgtk')
source=("$pkgname-$pkgver.tar.gz::https://github.com/adventuregamestudio/ags/archive/v.$pkgver.tar.gz"