summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2015-08-29 19:33:44 +0200
committerGordian Edenhofer2015-08-29 19:33:44 +0200
commitbed535e90c811a8f2a4f5d0524cf043f3144c4c8 (patch)
treedae248f99974a7f6e6a325c86593d595a50582d3
parent879c1851b2a70cec5899e50c2e73cc929f12dfc1 (diff)
downloadaur-bed535e90c811a8f2a4f5d0524cf043f3144c4c8.tar.gz
Update pkgdesc, depends and optdepends
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d31f61643045..e8cf2eb01e4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = unity-editor-bin
- pkgdesc = Editor for the Unity Game Engine
+ pkgdesc = The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences
pkgver = 5.1.0f3+2015082501
pkgrel = 1
url = https://unity3d.com/
@@ -7,25 +7,19 @@ pkgbase = unity-editor-bin
arch = x86_64
license = custom
depends = desktop-file-utils
- depends = qt5-base
- depends = python
- depends = python2
- depends = gconf
- depends = lib32-libxcursor
- depends = lib32-libgl
- depends = lib32-libxrandr
- depends = postgresql-libs
- depends = lib32-openssl
- depends = ruby
+ depends = xdg-utils
+ depends = gcc-multilib
+ depends = libgl
depends = glu
depends = nss
+ depends = libpng12
depends = libxtst
+ depends = monodevelop
optdepends = ffmpeg: for WebGL exporting
optdepends = nodejs: for WebGL exporting
optdepends = java-runtime: for WebGL exporting
optdepends = gzip: for WebGL exporting
optdepends = java-environment: for Android and Tizen exporting
- optdepends = monodevelop: enable unity monodevelop
optdepends = android-sdk: for Android Remote
optdepends = android-udev: for Android Remote
provides = unity-editor
diff --git a/PKGBUILD b/PKGBUILD
index 605cdca48534..b9f7ebd32f32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,16 @@
pkgname=unity-editor-bin
pkgver=5.1.0f3+2015082501
pkgrel=1
-pkgdesc="Editor for the Unity Game Engine"
+pkgdesc="The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences"
arch=('x86_64')
license=('custom')
url="https://unity3d.com/"
-depends=('desktop-file-utils' 'qt5-base' 'python' 'python2' 'gconf' 'lib32-libxcursor' 'lib32-libgl'
- 'lib32-libxrandr' 'postgresql-libs' 'lib32-openssl' 'ruby' 'glu' 'nss' 'libxtst')
+depends=('desktop-file-utils' 'xdg-utils' 'gcc-multilib' 'libgl' 'glu' 'nss' 'libpng12' 'libxtst' 'monodevelop')
optdepends=('ffmpeg: for WebGL exporting'
'nodejs: for WebGL exporting'
'java-runtime: for WebGL exporting'
'gzip: for WebGL exporting'
'java-environment: for Android and Tizen exporting'
- 'monodevelop: enable unity monodevelop'
'android-sdk: for Android Remote'
'android-udev: for Android Remote')
provides=('unity-editor')