summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Whatson2021-05-02 20:10:58 +1000
committerAndrew Whatson2021-05-02 20:10:58 +1000
commit91b696325967d8d6e6cd917eee95075617268d53 (patch)
tree3a9e78cc405b8a5afb3e8795e1c50af5b8bc5065
parent776c21cdf2c541a5d5375bfe672bc6e786d1eeb0 (diff)
downloadaur-91b696325967d8d6e6cd917eee95075617268d53.tar.gz
Add version to provides, git as makedep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0dfb505adfc..d54f7bb4a184 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
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 = 2020.3.0r5530.49285096
+ pkgver = 2020.4.0r5819.5e30d83a
pkgrel = 1
url = http://home.flightgear.org/
arch = x86_64
license = GPL
makedepends = boost
makedepends = cmake
+ makedepends = git
makedepends = mesa
depends = glu
depends = glut
depends = freealut
depends = plib
depends = openscenegraph
- provides = simgear
+ provides = simgear=2020.4.0r5819.5e30d83a
conflicts = simgear
options = staticlibs
source = simgear::git+https://git.code.sf.net/p/flightgear/simgear#branch=next
diff --git a/PKGBUILD b/PKGBUILD
index 68f9e8b08824..8f426bf3a2a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: Pascal Groschwitz <p.groschwitz@googlemail.com>
pkgname=simgear-git
-pkgver=2020.3.0r5530.49285096
+pkgver=2020.4.0r5819.5e30d83a
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')
url="http://home.flightgear.org/"
license=('GPL')
depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
-makedepends=('boost' 'cmake' 'mesa')
-provides=('simgear')
+makedepends=('boost' 'cmake' 'git' 'mesa')
+provides=("simgear=${pkgver}")
conflicts=('simgear')
options=('staticlibs')
source=("simgear::git+https://git.code.sf.net/p/flightgear/simgear#branch=next")