summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2024-04-01 11:26:25 -0400
committerPatrick Northon2024-04-01 11:26:25 -0400
commitce709da82471890b58ec1817ccafbfa2fdad4251 (patch)
tree92eebfc7162434e44675ee688302fe0a6d7f8db2 /PKGBUILD
parent0eb9800b5f6467052d130b399256fe748433c152 (diff)
downloadaur-ce709da82471890b58ec1817ccafbfa2fdad4251.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 453e85bbe668..4758b42d1d28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: xyproto
pkgname=ags
-pkgver=3.6.0.57
+pkgver=3.6.0.58
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=('85db30365b410e016c4cd5f7f364f4a3b6b299720c56b34276c2f5f8f0a6fac6')
+sha256sums=('5e028a19ac710e501ced6b79cfa70c7cdcefb876e7303233e7e97010c0270c52')
_srcdir="$pkgname-$pkgver"