summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMr.Smith19742023-09-07 19:27:37 +0300
committerMr.Smith19742023-09-07 19:27:37 +0300
commit395a019968e83517adbc057b4112ee6e4b16c28c (patch)
treeefcac3d5e61cd1359169a9c5e96d6b7c8001e1c8 /PKGBUILD
parente0f7e3aa59f2cea90ded27ccfa927aaaad159f82 (diff)
downloadaur-orbiter2016-git.tar.gz
Updated build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2da684d51f19..030f93655deb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_pkgname=Orbiter
pkgname=orbiter2016-git
pkgver=r560.01aaeb02
-pkgrel=3
+pkgrel=4
pkgdesc="Orbiter Space Flight Simulator"
arch=(x86_64)
url="http://orbit.medphys.ucl.ac.uk/index.html"
license=(MIT)
depends=()
-makedepends=('git' 'cmake' 'glfw-x11' 'openal' 'libsndfile' 'glm' 'texlive-latex')
+makedepends=('git' 'cmake' 'glfw' 'openal' 'libsndfile' 'glm' 'texlive-latex')
provides=()
conflicts=()
source=("Orbiter_BasicLogo.png"
@@ -103,7 +103,6 @@ build() {
package () {
DESTDIR="$pkgdir" cmake --install build
-
mkdir -p "$pkgdir/usr/bin"
mkdir -p "$pkgdir/usr/share/applications"
mkdir -p "$pkgdir/usr/share/pixmaps"