summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"