summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2021-09-21 13:30:27 -0400
committerPatrick Northon2021-09-21 13:30:27 -0400
commitc71548029ad71ea25d962982c0d7563adcc694e0 (patch)
tree9cc91f72fcf7c3642e998817db11d5426e4a0cc7 /PKGBUILD
parentf77324259f9253b04c2336e2f083b8227484ac7d (diff)
downloadaur-c71548029ad71ea25d962982c0d7563adcc694e0.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 4a402fb6acd0..95dbc80751ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: xyproto
pkgname=ags
-pkgver=3.5.1.10
+pkgver=3.5.1.11
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=('2a6df3046c3f9dd403326cc57c3574b15dfa1e11eac85fb398dafcd994e0d9ef')
+sha256sums=('9202e8d9ad8fcf3cfc6304b1982aafcc32bad0e152aae74f71849102355d6dc0')
build() {
cmake -S "ags-v.$pkgver" -B 'build' \