summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorahugeat2020-11-09 19:03:09 +0100
committerahugeat2020-11-09 19:03:09 +0100
commite991730dc934a143b973b0720ee089dfcf972d40 (patch)
tree10da699d2858ad9336475f44fa60ffd8161c2946
parentc04c87d3e2b48e833e384942f933b59867d073bd (diff)
downloadaur-e991730dc934a143b973b0720ee089dfcf972d40.tar.gz
Bump to v0.18.1.rXX
-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')