summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Schlisio2017-04-24 23:24:16 +0200
committerG. Schlisio2017-04-24 23:24:16 +0200
commit02fde4dd19062fc56bf67fc676c93c510ba7d6a2 (patch)
tree72d48be9635c3480342987117dc1dd23e3e2a2a8
parent10c0260ceab56151fb50f1d269044405453e3e6e (diff)
downloadaur-02fde4dd19062fc56bf67fc676c93c510ba7d6a2.tar.gz
openssl fix
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 883f544cce56..d8528684277d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# 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 = 4
+ pkgrel = 5
url = http://www.unigine.com
arch = x86_64
license = custom:UNIGINE Engine
@@ -14,6 +12,7 @@ pkgbase = unigine-superposition
depends = fontconfig
depends = qt5-declarative
depends = libxkbcommon-x11
+ depends = openssl-1.0
optdepends = openal: sound support
options = !strip
source = https://assets.unigine.com/d/Unigine_Superposition-1.0.run
diff --git a/PKGBUILD b/PKGBUILD
index d1aa168a23d5..94ee2c803232 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=unigine-superposition
_pkgname=Unigine_Superposition
pkgver=1.0
-pkgrel=4
+pkgrel=5
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') #'openssl-1.0'
+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")
@@ -30,7 +30,7 @@ package() {
cat >> "${pkgdir}/usr/bin/unigine-superposition" << \here
#!/bin/sh
cd /opt/unigine-superposition/bin
-./launcher
+LD_LIBRARY_PATH=/usr/lib/openssl-1.0 ./launcher
here
chmod a+x "${pkgdir}/usr/bin/unigine-superposition"
# misc