summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2022-06-23 15:56:37 -0400
committerPatrick Northon2022-06-23 15:56:37 -0400
commitcfcc97d8bd6200d43a655bf9b1f9b20c1b1bc8b5 (patch)
treebd1bad941871150b3ff5d3a96a08c4cd1798d3f5 /PKGBUILD
parent15dbcd17de7998aafc51ee9093a33a90481ac956 (diff)
downloadaur-cfcc97d8bd6200d43a655bf9b1f9b20c1b1bc8b5.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 48ca9b904e6f..22832c43a0f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: xyproto
pkgname=ags
-pkgver=3.5.1.18
+pkgver=3.5.1.19
pkgrel=1
pkgdesc='Engine to run adventure/quest games'
arch=('x86_64')
@@ -18,7 +18,7 @@ license=('Artistic2.0')
depends=('dumb-a4' 'libtheora' 'freetype2' 'sdl2' 'alsa-lib' 'jack' 'libx11' 'libxext' 'libxcursor' 'libxpm' 'libxxf86vm')
makedepends=('cmake' 'wxgtk2')
source=("$pkgname-$pkgver.tar.gz::https://github.com/adventuregamestudio/ags/archive/v.$pkgver.tar.gz")
-sha256sums=('dd34df52f573b5bc8a60bd9267e1314cfc5709856aa5f481b2959c3dccd6dc02')
+sha256sums=('bdde3270357289690760ec8ca2524f397a3936fc01e618e99d5521ce98f3e812')
build() {
cmake -S "ags-v.$pkgver" -B 'build' \