summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-09-14 14:59:42 -0400
committerPatrick Northon2023-09-14 14:59:42 -0400
commitd52a6d94c295a44cd2798c6cc0f91ec9c5166185 (patch)
treed006e684697d837a634c2d8e74e28f03f7742ebb /PKGBUILD
parent1cfbd64ccaae821f48144b5c45eab6e199507e5b (diff)
downloadaur-d52a6d94c295a44cd2798c6cc0f91ec9c5166185.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 6459e6425a6e..6d8358072e74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: xyproto
pkgname=ags
-pkgver=3.6.0.51
+pkgver=3.6.0.52
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=('aca61acca3831d62cd02430155071c2d2d594a8bc109b87a84a96f31df062fc0')
+sha256sums=('545c5a9b0d589f222cb53a450d775de48991d1ccb5723916fa34b2eafe0b152f')
_srcdir="$pkgname-$pkgver"