summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2021-12-28 19:45:59 -0500
committerPatrick Northon2021-12-28 19:45:59 -0500
commite2ab0fb83e1c44f33d13e662a84617ef9a239fb5 (patch)
tree8f0feea262075fadbeeb18b3800541760842e811 /PKGBUILD
parentc71548029ad71ea25d962982c0d7563adcc694e0 (diff)
downloadaur-e2ab0fb83e1c44f33d13e662a84617ef9a239fb5.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 95dbc80751ed..4eb1a0a5d5d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: xyproto
pkgname=ags
-pkgver=3.5.1.11
+pkgver=3.5.1.13
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=('9202e8d9ad8fcf3cfc6304b1982aafcc32bad0e152aae74f71849102355d6dc0')
+sha256sums=('be01e9410205d47c904e06df309abfa8f37a8a9775b45fba90d19168b7aed9a9')
build() {
cmake -S "ags-v.$pkgver" -B 'build' \