summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2024-04-01 22:41:04 -0400
committerPatrick Northon2024-04-01 22:41:04 -0400
commit9e6e67a5f858c1281be1af10a01c0f48c18b39de (patch)
treeb1be5ac180bd00a046810e3db1509028681f1ad8 /PKGBUILD
parentce709da82471890b58ec1817ccafbfa2fdad4251 (diff)
downloadaur-9e6e67a5f858c1281be1af10a01c0f48c18b39de.tar.gz
Update version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4758b42d1d28..3c325506816f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,20 +5,16 @@
# Contributor: xyproto
pkgname=ags
-pkgver=3.6.0.58
+pkgver=3.6.1.0
pkgrel=1
pkgdesc='Engine to run adventure/quest games'
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=('sdl2' 'sdl2_sound' 'libogg' 'libtheora' 'libvorbis' 'freetype2')
makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::https://github.com/adventuregamestudio/ags/archive/v$pkgver.tar.gz")
-sha256sums=('5e028a19ac710e501ced6b79cfa70c7cdcefb876e7303233e7e97010c0270c52')
+sha256sums=('2d413f7ca59234cbba52f317056da456ad19bae4a0be76c7a710c5fd5baa1a43')
_srcdir="$pkgname-$pkgver"