summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2021-08-14 08:47:06 -0400
committerPatrick Northon2021-08-14 08:47:06 -0400
commitf77324259f9253b04c2336e2f083b8227484ac7d (patch)
tree5424d31c6e36212713cf751e9780bf2e8187618d /PKGBUILD
parentfc750c14cf017b833bc13213a9cb4be593904074 (diff)
downloadaur-f77324259f9253b04c2336e2f083b8227484ac7d.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 b82b7cb9e66e..4a402fb6acd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: xyproto
pkgname=ags
-pkgver=3.5.1.9
+pkgver=3.5.1.10
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=('001b6af0e454351039b5bd3d7626fcaf6d9453ac337a0e6a03cad210ea30345e')
+sha256sums=('2a6df3046c3f9dd403326cc57c3574b15dfa1e11eac85fb398dafcd994e0d9ef')
build() {
cmake -S "ags-v.$pkgver" -B 'build' \