summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2016-09-10 19:20:26 -0600
committerAinola2016-09-10 19:20:26 -0600
commit7653ecbce19c0b270ccec4818d1ea5f296ccddf9 (patch)
tree9b21d5497759e3c6ffbe51bf9816a5ef1dbf5322
parent166ce74d6c96ed24310b97e5bc88ae163fac46b5 (diff)
downloadaur-7653ecbce19c0b270ccec4818d1ea5f296ccddf9.tar.gz
upgpkg: 3.3.5.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5364c43975a..3cad7837a752 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Aug 21 14:29:50 UTC 2016
+# Sun Sep 11 01:20:12 UTC 2016
pkgbase = ags
pkgdesc = A development tool that is primarily used to create graphical adventure games
- pkgver = 3.3.5.10
+ pkgver = 3.3.5.11
pkgrel = 1
url = https://github.com/adventuregamestudio/ags
install = ags.install
@@ -17,8 +17,8 @@ pkgbase = ags
depends = libvorbis
optdepends = wine: for installing and configuring the game
conflicts = ags-git
- source = https://github.com/adventuregamestudio/ags/archive/v.3.3.5.10.tar.gz
- sha256sums = 8afa31e4520606f4a81bd0181e3e89b33e424ac25d6fafef9bf04cf0ec132e11
+ source = https://github.com/adventuregamestudio/ags/archive/v.3.3.5.11.tar.gz
+ sha256sums = 029e0a4f2c12617a9672eee7cfc7e9c9aba0421bfb18c8a8210bf7fba5f63825
pkgname = ags
diff --git a/PKGBUILD b/PKGBUILD
index cf3472a81985..fb2c8f3e58a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: quantax
pkgname=ags
-pkgver=3.3.5.10
+pkgver=3.3.5.11
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=('8afa31e4520606f4a81bd0181e3e89b33e424ac25d6fafef9bf04cf0ec132e11')
+sha256sums=('029e0a4f2c12617a9672eee7cfc7e9c9aba0421bfb18c8a8210bf7fba5f63825')
prepare() {
cd "$srcdir/ags-v.${pkgver}"
@@ -32,4 +32,4 @@ package() {
install -Dm644 "$srcdir/ags-v.${pkgver}/License.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et