summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2021-07-29 23:49:15 -0400
committerPatrick Northon2021-07-29 23:49:15 -0400
commitfc750c14cf017b833bc13213a9cb4be593904074 (patch)
tree6585b76b84e8465d1bcee0d65917da34eae9413d /PKGBUILD
parent195b6b9de20415bd068bdbed81589fe83a8edfc3 (diff)
downloadaur-fc750c14cf017b833bc13213a9cb4be593904074.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 14e2c529023f..b82b7cb9e66e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: xyproto
pkgname=ags
-pkgver=3.5.1.8
+pkgver=3.5.1.9
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=('996b62e3ca329e7f4c68c21212795779a169048abb5fb43b39374b2ef99dcf33')
+sha256sums=('001b6af0e454351039b5bd3d7626fcaf6d9453ac337a0e6a03cad210ea30345e')
build() {
cmake -S "ags-v.$pkgver" -B 'build' \