summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2015-09-15 06:56:36 -0600
committerAinola2015-09-15 06:56:36 -0600
commit01d4f201ddf92e7327cf7276bca4c228badfe5ff (patch)
tree5ca14318a07e32703f85309ccd744f96f6e13b11 /PKGBUILD
parentb4108dfca58bc136dbe40974002dea72170887eb (diff)
downloadaur-01d4f201ddf92e7327cf7276bca4c228badfe5ff.tar.gz
upgpkg: 3.3.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c11e63496bb8..2ea99cafc16e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: quantax
pkgname=ags
-pkgver=3.3.4.1
-pkgrel=3
+pkgver=3.3.4.2
+pkgrel=1
pkgdesc="A development tool that is primarily used to create graphical adventure games"
arch=('i686' 'x86_64')
url="https://github.com/adventuregamestudio/ags"
@@ -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=('ac4ea69bacf3c3f071e97a8489d5cd02921b2868eb9d4c49af138935e8c9b4ea')
+sha256sums=('1d699a1d0a2f0ba5810a10e544108caead781033ead877d7d2a3540345d42407')
prepare() {
cd "$srcdir/ags-v.${pkgver}"