summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Puertas2017-06-28 00:25:21 +0200
committerKevin Puertas2017-06-28 00:25:21 +0200
commitb93eb186edfc00d1154de902368d331c7c9cca3b (patch)
tree0ac37cb35b076bee0f5c29305e063f72bc82f00a
parentc9050499fa6509e96f728bb4cbf1b9b8911a527c (diff)
downloadaur-b93eb186edfc00d1154de902368d331c7c9cca3b.tar.gz
Go to 4.0.94 (4.0.95 not works)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31cfa4529fb7..e622b326ce31 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.95
+ pkgver = 4.0.94
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.95.tar.gz
- md5sums = b5f10fe989a2e1969449fde683428e80
+ source = https://github.com/4ian/GD/archive/4.0.94.tar.gz
+ md5sums = 0f5319dc324dbd4454dac1d735963280
pkgname = gdevelop
diff --git a/PKGBUILD b/PKGBUILD
index 87c9f398bfd2..7e61d42d27cd 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.95
+pkgver=4.0.94
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,9 +13,9 @@ 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=('b5f10fe989a2e1969449fde683428e80')
+md5sums=('0f5319dc324dbd4454dac1d735963280')
build() {
- cd "$srcdir"/GD
+ cd "$srcdir"/GD-$pkgver
cd Binaries
rm -rf build
mkdir build
@@ -25,7 +25,7 @@ build() {
make -j4
}
package() {
- cd "$srcdir"/GD
+ cd "$srcdir"/GD-$pkgver
cd Binaries/build
make install DESTDIR="$pkgdir"
#Remove sfml installed libs