summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Puertas2021-03-20 17:57:52 +0100
committerKevin Puertas2021-03-20 17:57:52 +0100
commit32cdac85dd023676a1d552a76c6b22620fe5b72e (patch)
treeb45a3a8cec087704c34720dcffd67973572ec96f
parentc6195841b08e9ba88e58bf87ba79a9c4f614cfab (diff)
downloadaur-gdevelop-git.tar.gz
Changed pkgver
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37834a2341dc..e862d24b4134 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gdevelop-git
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 = 20180125
+ pkgver = v5.0.0.beta106.r10.g35bf3861a
pkgrel = 1
url = http://www.compilgames.net
install = gdevelop-git.install
diff --git a/PKGBUILD b/PKGBUILD
index ee96470866c9..26976c7bab1e 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-git
-pkgver=20180125
+pkgver=v5.0.0.beta106.r10.g35bf3861a
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,11 @@ install='gdevelop-git.install'
makedepends=('rsync' 'cmake' 'git' 'curl')
depends=('gcc' 'wxgtk' 'openal' 'p7zip' 'glew' 'libsndfile' 'systemd' 'libjpeg-turbo' 'desktop-file-utils' 'gtk-update-icon-cache')
source=('git+https://github.com/4ian/GD.git')
-md5sums=(SKIP)
+md5sums=('SKIP')
+pkgver() {
+ cd "$srcdir"/GD
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+}
build() {
cd "$srcdir"/GD
cd Binaries