summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95b0ba245086..ed3187edde14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: quantax
pkgname=ags
-pkgver=3.3.5.4
+pkgver=3.3.5.5
pkgrel=1
pkgdesc="A development tool that is primarily used to create graphical adventure games"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ optdepends=('wine: for installing and configuring the game')
conflicts=('ags-git')
install=ags.install
source=("https://github.com/adventuregamestudio/ags/archive/v.${pkgver}.tar.gz")
-sha256sums=('5cd4b3e854685647f399e0fc800af4b432d3c95be9f946d821161ed3524f18c3')
+sha256sums=('f125555ebaf6b93503d6b12735bbdb56acc73bc8c0bac397eb6cbd8c3e00a6b6')
prepare() {
cd "$srcdir/ags-v.${pkgver}"