summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Puertas2018-05-12 20:33:00 +0200
committerKevin Puertas2018-05-12 20:33:00 +0200
commit3d7b6525a476abef84517562818bec642ca6bddb (patch)
tree2f8be519b8049567dbd7f4d831e7c339017b8cc6
parent86d07e71425089565c43204594edd1778ca97798 (diff)
downloadaur-3d7b6525a476abef84517562818bec642ca6bddb.tar.gz
4.0.97
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20e60f86700b..d880287f87ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gdevelop
pkgdesc = A full featured, open source game development software, allowing to create HTML5 and native games without knowing a programming language. All the game logic is made thanks to an intuitive and powerful event based system.
- pkgver = 4.0.96
+ pkgver = 4.0.97
pkgrel = 1
url = http://www.compilgames.net
install = gdevelop.install
@@ -23,8 +23,8 @@ pkgbase = gdevelop
depends = desktop-file-utils
depends = gtk-update-icon-cache
provides = gdevelop
- source = https://github.com/4ian/GD/archive/4.0.96.tar.gz
- sha256sums = bff5b2a796791b3ae1612c757c89479652af18c70731106ea6b69ae89291fd00
+ source = https://github.com/4ian/GD/archive/4.0.97.tar.gz
+ sha256sums = cd1041eccd574eab2fa310eab5d54c0368806d8f925d300ff30dc1aa377fa2fc
pkgname = gdevelop
diff --git a/PKGBUILD b/PKGBUILD
index 9a5318dc8a1a..79c647eb437f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JKA Network <contacto@jkanetwork.com>
# Before maintainer: Todor Imreorov for github <blurymind@gmail.com>
pkgname=gdevelop
-pkgver=4.0.96
+pkgver=4.0.97
pkgrel=1
pkgdesc="A full featured, open source game development software, allowing to create HTML5 and native games without knowing a programming language. All the game logic is made thanks to an intuitive and powerful event based system."
arch=('x86_64')
@@ -13,7 +13,7 @@ install='gdevelop.install'
makedepends=('rsync' 'cmake' 'git' 'curl')
depends=('gcc' 'wxgtk' 'openal' 'p7zip' 'glew' 'libsndfile' 'systemd' 'libjpeg-turbo' 'desktop-file-utils' 'gtk-update-icon-cache')
source=("https://github.com/4ian/GD/archive/$pkgver.tar.gz")
-sha256sums=('bff5b2a796791b3ae1612c757c89479652af18c70731106ea6b69ae89291fd00')
+sha256sums=('cd1041eccd574eab2fa310eab5d54c0368806d8f925d300ff30dc1aa377fa2fc')
build() {
cd "$srcdir"/GD-$pkgver
cd Binaries