summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2024-04-01 22:41:04 -0400
committerPatrick Northon2024-04-01 22:41:04 -0400
commit9e6e67a5f858c1281be1af10a01c0f48c18b39de (patch)
treeb1be5ac180bd00a046810e3db1509028681f1ad8
parentce709da82471890b58ec1817ccafbfa2fdad4251 (diff)
downloadaur-9e6e67a5f858c1281be1af10a01c0f48c18b39de.tar.gz
Update version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04693cb8d18c..8f6e07437e3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ags
pkgdesc = Engine to run adventure/quest games
- pkgver = 3.6.0.58
+ pkgver = 3.6.1.0
pkgrel = 1
url = https://github.com/adventuregamestudio/ags
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = ags
depends = libtheora
depends = libvorbis
depends = freetype2
- source = ags-3.6.0.58.tar.gz::https://github.com/adventuregamestudio/ags/archive/v3.6.0.58.tar.gz
- sha256sums = 5e028a19ac710e501ced6b79cfa70c7cdcefb876e7303233e7e97010c0270c52
+ source = ags-3.6.1.0.tar.gz::https://github.com/adventuregamestudio/ags/archive/v3.6.1.0.tar.gz
+ sha256sums = 2d413f7ca59234cbba52f317056da456ad19bae4a0be76c7a710c5fd5baa1a43
pkgname = ags
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"