summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2015-09-15 06:56:36 -0600
committerAinola2015-09-15 06:56:36 -0600
commit01d4f201ddf92e7327cf7276bca4c228badfe5ff (patch)
tree5ca14318a07e32703f85309ccd744f96f6e13b11
parentb4108dfca58bc136dbe40974002dea72170887eb (diff)
downloadaur-01d4f201ddf92e7327cf7276bca4c228badfe5ff.tar.gz
upgpkg: 3.3.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7e40ac01974..9a2670aecc53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ags
pkgdesc = A development tool that is primarily used to create graphical adventure games
- pkgver = 3.3.4.1
- pkgrel = 3
+ pkgver = 3.3.4.2
+ pkgrel = 1
url = https://github.com/adventuregamestudio/ags
install = ags.install
arch = i686
@@ -12,8 +12,8 @@ pkgbase = ags
depends = libtheora
optdepends = wine: for installing and configuring the game
conflicts = ags-git
- source = https://github.com/adventuregamestudio/ags/archive/v.3.3.4.1.tar.gz
- sha256sums = ac4ea69bacf3c3f071e97a8489d5cd02921b2868eb9d4c49af138935e8c9b4ea
+ source = https://github.com/adventuregamestudio/ags/archive/v.3.3.4.2.tar.gz
+ sha256sums = 1d699a1d0a2f0ba5810a10e544108caead781033ead877d7d2a3540345d42407
pkgname = ags
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}"