summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Puertas2017-10-22 21:22:40 +0200
committerKevin Puertas2017-10-22 21:22:40 +0200
commit86d07e71425089565c43204594edd1778ca97798 (patch)
tree9fbc8f21ece06ffad89e20e01d1c74275d1c97e1
parentb93eb186edfc00d1154de902368d331c7c9cca3b (diff)
downloadaur-86d07e71425089565c43204594edd1778ca97798.tar.gz
Fix sums and update v 4.0.96
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e622b326ce31..20e60f86700b 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.94
+ pkgver = 4.0.96
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.94.tar.gz
- md5sums = 0f5319dc324dbd4454dac1d735963280
+ source = https://github.com/4ian/GD/archive/4.0.96.tar.gz
+ sha256sums = bff5b2a796791b3ae1612c757c89479652af18c70731106ea6b69ae89291fd00
pkgname = gdevelop
diff --git a/PKGBUILD b/PKGBUILD
index 7e61d42d27cd..9a5318dc8a1a 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.94
+pkgver=4.0.96
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")
-md5sums=('0f5319dc324dbd4454dac1d735963280')
+sha256sums=('bff5b2a796791b3ae1612c757c89479652af18c70731106ea6b69ae89291fd00')
build() {
cd "$srcdir"/GD-$pkgver
cd Binaries