summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e6243ada45e..ae6c9140cb44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unity-editor
pkgdesc = The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences.
- pkgver = 2018.2.3f1+20180814
+ pkgver = 2018.2.4f1+20180820
pkgrel = 1
epoch = 1
url = https://unity3d.com/
@@ -24,20 +24,19 @@ pkgbase = unity-editor
depends = intel-tbb
depends = gtk3
optdepends = unity-editor-doc
- optdepends = unity-editor-standardassets
- optdepends = unity-editor-example
optdepends = unity-editor-android
optdepends = unity-editor-ios
optdepends = unity-editor-mac
optdepends = unity-editor-webgl
optdepends = unity-editor-windows
optdepends = unity-editor-facebook
+ optdepends = visual-studio-code-bin
options = !strip
- source = http://beta.unity3d.com/download/fba045906327/UnitySetup-2018.2.3f1
+ source = http://beta.unity3d.com/download/fe703c5165de/UnitySetup-2018.2.4f1
source = unity-editor
source = unity-editor.desktop
source = unity-editor-icon.png
- sha1sums = c4a11b282908d0938914d16a448ec4982a5ce34e
+ sha1sums = a1c6cca4876703bcfd4f8465e7def36a15804158
sha1sums = c3727d6851a3ffd0aef9b380e2485eed9f02ef6b
sha1sums = 6ba1a3051bc0d5ed08e2fa4551d0f6c679109176
sha1sums = fddf4861974f88f0565de7f54f7418204e729894
diff --git a/PKGBUILD b/PKGBUILD
index f58db7728b87..cdb4a1befa72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
-_version=2018.2.3
+_version=2018.2.4
_build=f1
-_buildtag=20180814
-_randomstring=fba045906327
+_buildtag=20180820
+_randomstring=fe703c5165de
_prefix=/opt/Unity
_unitydownloads="http://beta.unity3d.com/download/${_randomstring}"
#_keepdownloads=yes
@@ -31,20 +31,19 @@ depends=('desktop-file-utils'
'intel-tbb'
'gtk3')
optdepends=('unity-editor-doc'
- 'unity-editor-standardassets'
- 'unity-editor-example'
'unity-editor-android'
'unity-editor-ios'
'unity-editor-mac'
'unity-editor-webgl'
'unity-editor-windows'
- 'unity-editor-facebook')
+ 'unity-editor-facebook'
+ 'visual-studio-code-bin')
makedepends=('gtk2' 'libsoup' 'libarchive')
source=("${_unitydownloads}/UnitySetup-${_version}${_build}"
'unity-editor'
'unity-editor.desktop'
'unity-editor-icon.png')
-sha1sums=('c4a11b282908d0938914d16a448ec4982a5ce34e'
+sha1sums=('a1c6cca4876703bcfd4f8465e7def36a15804158'
'c3727d6851a3ffd0aef9b380e2485eed9f02ef6b'
'6ba1a3051bc0d5ed08e2fa4551d0f6c679109176'
'fddf4861974f88f0565de7f54f7418204e729894')