summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ec190951a84..b1b75a8e9a7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = unigine-tropics
pkgdesc = Demonstration and benchmarking of the Unigine 3D engine
pkgver = 1.3
- pkgrel = 5
+ pkgrel = 6
url = http://unigine.com/
arch = i686
arch = x86_64
license = custom
- depends = lib32-libstdc++5
+ depends = lib32-gcc-libs
depends = lib32-libxrandr
depends = lib32-libgl
depends = lib32-openal
diff --git a/PKGBUILD b/PKGBUILD
index 32da5f30dc19..949ee69ab825 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=unigine-tropics
_pkgname=Unigine_Tropics
pkgver=1.3
-pkgrel=5
+pkgrel=6
pkgdesc="Demonstration and benchmarking of the Unigine 3D engine"
arch=('i686' 'x86_64')
url="http://unigine.com/"
@@ -13,9 +13,9 @@ license=('custom')
md5sums=('73729f5ccde2bcf991ecff10feb6dbdf'
'322eea429002108ec286be641c5b9549')
[ `uname -m` = 'i686' ] &&
- depends=('libstdc++5' 'libxrandr' 'libgl' 'openal' 'libxinerama')
+ depends=('gcc-libs' 'libxrandr' 'libgl' 'openal' 'libxinerama')
[ `uname -m` = 'x86_64' ] &&
- depends=('lib32-libstdc++5' 'lib32-libxrandr' 'lib32-libgl' 'lib32-openal' 'lib32-libxinerama')
+ depends=('lib32-gcc-libs' 'lib32-libxrandr' 'lib32-libgl' 'lib32-openal' 'lib32-libxinerama')
source=(https://assets.unigine.com/d/${_pkgname}-${pkgver}.run
LICENSE)
build() {