summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cornwall2019-09-25 19:09:44 -0700
committerBrett Cornwall2019-09-25 19:09:44 -0700
commit13d187a952e9065752f89c6aab23dbcba401bc7f (patch)
treef4f6fbe57ddeb9c4bf13a6cbb29163c8453dfc37
parent8974152f5eb5bd364220d1603b29ed93fca7d18b (diff)
downloadaur-13d187a952e9065752f89c6aab23dbcba401bc7f.tar.gz
upgpkg: 3.4.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43a4a6686a61..161cfa5499cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ags
pkgdesc = A development tool that is primarily used to create graphical adventure games
- pkgver = 3.4.4.0
+ pkgver = 3.4.4.1
pkgrel = 1
url = https://github.com/adventuregamestudio/ags
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = ags
depends = dumb-a4
depends = libtheora
depends = freetype2
- source = ags-3.4.4.0.tar.gz::https://github.com/adventuregamestudio/ags/archive/v.3.4.4.0.tar.gz
+ source = ags-3.4.4.1.tar.gz::https://github.com/adventuregamestudio/ags/archive/v.3.4.4.1.tar.gz
source = https://github.com/adventuregamestudio/ags/commit/44d954493bb5f3e95a11a4eddbb62bd6110b1b63.patch
- sha256sums = 1315d70354df96551ed438b29c624aa78b13832473a0d0409bdfda1a8431de01
+ sha256sums = 270df55df129563b7c759e8c1e14616669b991c268b0cf55bbb6aa27c3922fb4
sha256sums = 6b7092e5794ae532f79c5c6ad5f5761c217b3ec874da43537152fb8e60b20019
pkgname = ags
diff --git a/PKGBUILD b/PKGBUILD
index 0c4fdad777d6..31bf337612e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: xyproto
pkgname=ags
-pkgver=3.4.4.0
+pkgver=3.4.4.1
pkgrel=1
pkgdesc='A development tool that is primarily used to create graphical adventure games'
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('dumb-a4' 'libtheora' 'freetype2')
makedepends=('wxgtk')
source=("$pkgname-$pkgver.tar.gz::https://github.com/adventuregamestudio/ags/archive/v.$pkgver.tar.gz"
'https://github.com/adventuregamestudio/ags/commit/44d954493bb5f3e95a11a4eddbb62bd6110b1b63.patch')
-sha256sums=('1315d70354df96551ed438b29c624aa78b13832473a0d0409bdfda1a8431de01'
+sha256sums=('270df55df129563b7c759e8c1e14616669b991c268b0cf55bbb6aa27c3922fb4'
'6b7092e5794ae532f79c5c6ad5f5761c217b3ec874da43537152fb8e60b20019')
prepare() {