summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlen D'souza2018-09-21 23:19:19 +0530
committerGlen D'souza2018-09-21 23:22:50 +0530
commit42662f3fc9ab1fc8153052fdeab9bc6e9c434e8f (patch)
treecd30302ad3ff55243e8f81bda371b92db62bb147
parent6a70f7db51bb44030fc68cf26baa879f9c71c4f1 (diff)
downloadaur-42662f3fc9ab1fc8153052fdeab9bc6e9c434e8f.tar.gz
Update 2018.4.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40a53d5c0318..c43af6504b7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simgear-git
pkgdesc = A set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications.
- pkgver = 2018.3.0r5096.f4cad429
+ pkgver = 2018.4.0r5098.6d89cc6c
pkgrel = 1
url = http://home.flightgear.org/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = simgear-git
depends = freealut
depends = plib
depends = openscenegraph
- provides = simgear=2018.3.0
+ provides = simgear=2018.4.0
conflicts = simgear
options = staticlibs
source = simgear::git+https://git.code.sf.net/p/flightgear/simgear#branch=next
diff --git a/PKGBUILD b/PKGBUILD
index fbbf5cae402b..e7655a679139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Pascal Groschwitz <p.groschwitz@googlemail.com>
pkgname=simgear-git
-pkgver=2018.3.0r5096.f4cad429
-_pkgver=2018.3.0
+pkgver=2018.4.0r5098.6d89cc6c
+_pkgver=2018.4.0
pkgrel=1
pkgdesc="A set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications."
arch=('x86_64')
@@ -12,7 +12,7 @@ url="http://home.flightgear.org/"
license=('GPL')
depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
makedepends=('boost' 'cmake' 'mesa')
-provides=('simgear=2018.3.0')
+provides=('simgear=2018.4.0')
conflicts=('simgear')
options=('staticlibs')
source=("simgear::git+https://git.code.sf.net/p/flightgear/simgear#branch=next")