summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2019-10-23 17:05:59 -0700
committerAinola2019-10-23 17:05:59 -0700
commit4090342b197594f7f511bc6ea49b9998fcc9f2ab (patch)
tree0eb324347d36767d8ba4a1505499da9fca26f2e5
parent13d187a952e9065752f89c6aab23dbcba401bc7f (diff)
downloadaur-4090342b197594f7f511bc6ea49b9998fcc9f2ab.tar.gz
upgpkg: 3.4.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 161cfa5499cb..62e9d39ec906 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.1
+ pkgver = 3.4.4.2
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.1.tar.gz::https://github.com/adventuregamestudio/ags/archive/v.3.4.4.1.tar.gz
+ source = ags-3.4.4.2.tar.gz::https://github.com/adventuregamestudio/ags/archive/v.3.4.4.2.tar.gz
source = https://github.com/adventuregamestudio/ags/commit/44d954493bb5f3e95a11a4eddbb62bd6110b1b63.patch
- sha256sums = 270df55df129563b7c759e8c1e14616669b991c268b0cf55bbb6aa27c3922fb4
+ sha256sums = dfbbabc8d54ec5182194a4565e3acb5c6daef5e90e6bafec65340183a9402743
sha256sums = 6b7092e5794ae532f79c5c6ad5f5761c217b3ec874da43537152fb8e60b20019
pkgname = ags
diff --git a/PKGBUILD b/PKGBUILD
index 31bf337612e1..badf9895732b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: xyproto
pkgname=ags
-pkgver=3.4.4.1
+pkgver=3.4.4.2
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=('270df55df129563b7c759e8c1e14616669b991c268b0cf55bbb6aa27c3922fb4'
+sha256sums=('dfbbabc8d54ec5182194a4565e3acb5c6daef5e90e6bafec65340183a9402743'
'6b7092e5794ae532f79c5c6ad5f5761c217b3ec874da43537152fb8e60b20019')
prepare() {