summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5744e43134c9..e9345763a651 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gf-git
pkgdesc = Gamedev Framework (gf) is a framework to build 2D games in C++14. It is based on SDL and OpenGL ES 2.0, and presents an API that is very similar to the graphics module of SFML with additional features (development version).
- pkgver = 0.17.4.r30.g32d3c45
+ pkgver = 0.18.1.r2.g9de9dd7
pkgrel = 1
url = https://gamedevframework.github.io/
arch = x86_64
@@ -20,4 +20,3 @@ pkgbase = gf-git
sha256sums = SKIP
pkgname = gf-git
-
diff --git a/PKGBUILD b/PKGBUILD
index a62ba605e66e..1c527c500c53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Arthur HUGEAT <hugeat dot arthur at gmail dot com>
pkgname=gf-git
-pkgver=0.17.4.r30.g32d3c45
+pkgver=0.18.1.r2.g9de9dd7
pkgrel=1
pkgdesc="Gamedev Framework (gf) is a framework to build 2D games in C++14. It is based on SDL and OpenGL ES 2.0, and presents an API that is very similar to the graphics module of SFML with additional features (development version)."
arch=('x86_64' 'i686')