summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-11-03 10:50:51 -0400
committerPatrick Northon2023-11-03 10:50:51 -0400
commit722db19d0552fe0b9f5377fd5666eb9ad86365f1 (patch)
tree4455a3eb571ea6ac849a95c37b7f42c1ea8515b2 /PKGBUILD
parentd52a6d94c295a44cd2798c6cc0f91ec9c5166185 (diff)
downloadaur-722db19d0552fe0b9f5377fd5666eb9ad86365f1.tar.gz
Update version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d8358072e74..a6db07b750c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: xyproto
pkgname=ags
-pkgver=3.6.0.52
+pkgver=3.6.0.53
pkgrel=1
pkgdesc='Engine to run adventure/quest games'
arch=('x86_64')
@@ -18,7 +18,7 @@ license=('Artistic2.0')
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=('545c5a9b0d589f222cb53a450d775de48991d1ccb5723916fa34b2eafe0b152f')
+sha256sums=('b0fd88419d9c8ea5ffeffd04fe0b3ac0fd45eaf758d68c1323e0ccbdb8b48c1b')
_srcdir="$pkgname-$pkgver"