summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgeorg2017-04-16 11:20:50 +0200
committergeorg2017-04-16 11:20:50 +0200
commit10c0260ceab56151fb50f1d269044405453e3e6e (patch)
treebc19f48d3e3e84666932b2b1880f992d27bb2d4d
parentccdbff40f93aa625c1aefd5a8dad8746f3fb4682 (diff)
downloadaur-10c0260ceab56151fb50f1d269044405453e3e6e.tar.gz
fixed launcher-launcher
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a818bc70866..883f544cce56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Apr 15 09:29:26 UTC 2017
+# Sun Apr 16 09:20:22 UTC 2017
pkgbase = unigine-superposition
pkgdesc = Interactive Unigine Benchmark: walk through a lab of a lone professor
pkgver = 1.0
- pkgrel = 3
+ pkgrel = 4
url = http://www.unigine.com
arch = x86_64
license = custom:UNIGINE Engine
diff --git a/PKGBUILD b/PKGBUILD
index 84006559fdf9..d1aa168a23d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=unigine-superposition
_pkgname=Unigine_Superposition
pkgver=1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Interactive Unigine Benchmark: walk through a lab of a lone professor"
arch=('x86_64')
url="http://www.unigine.com"
license=('custom:UNIGINE Engine')
-depends=('libgl' 'gcc-libs' 'libxrandr' 'libxinerama' 'fontconfig' 'qt5-declarative' 'libxkbcommon-x11')
+depends=('libgl' 'gcc-libs' 'libxrandr' 'libxinerama' 'fontconfig' 'qt5-declarative' 'libxkbcommon-x11') #'openssl-1.0'
optdepends=('openal: sound support')
options=("!strip")
source=("https://assets.unigine.com/d/${_pkgname}-${pkgver}.run" "Superposition.desktop")
@@ -29,8 +29,8 @@ package() {
install -d "${pkgdir}/usr/bin"
cat >> "${pkgdir}/usr/bin/unigine-superposition" << \here
#!/bin/sh
-cd /opt/${pkgname}/bin
-launcher
+cd /opt/unigine-superposition/bin
+./launcher
here
chmod a+x "${pkgdir}/usr/bin/unigine-superposition"
# misc