summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--EULA15
-rw-r--r--PKGBUILD16
3 files changed, 23 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43dc41fb5593..7e12fb86b27a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 14 17:39:24 UTC 2016
+# Thu Dec 29 17:53:40 UTC 2016
pkgbase = unity-editor-beta
pkgdesc = The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences.
- pkgver = 5.6.0b1+20161213
+ pkgver = 5.6.0b3+20161229
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -25,15 +25,15 @@ pkgbase = unity-editor-beta
optdepends = java-environment: for Android and Tizen exporting
optdepends = android-sdk: for Android Remote
optdepends = android-udev: for Android Remote
- noextract = unity-editor-installer.sh
+ noextract = unity-editor-installer-5.6.0xb3Linux.sh
options = !strip
- source = http://beta.unity3d.com/download/2e25f7ab9f17/unity-editor-installer.sh
+ source = http://beta.unity3d.com/download/b7d937b6f596/unity-editor-installer-5.6.0xb3Linux.sh
source = EULA
source = unity-editor-beta
source = monodevelop-unity-beta
source = unity-monodevelop-beta.png
- sha256sums = 58c89d5a693f7801f13463c68fc0757b09b9581e48c50195ee30ea5ab9824879
- sha256sums = ead9cd0828720d50a2fff92b87ac1bb763f1ac307e38698119d3ffe1969d546c
+ sha256sums = 7dbde5d8338bce8e04f1f5ef027f90c48fa929c739b581ad90a28e524296e42a
+ sha256sums = 99a515909093bf77dbe66e6486184f097e258c0707ac847540ab3af54404c553
sha256sums = 63afa0050dae75d9e448054c5318dddc62682a2bff39920cd1c3219481fb3387
sha256sums = 336ffc3f63e622aa394e1022c15a58ce94865d7b6d9465cbcca4ce943285763a
sha256sums = 6769b7ad1c1a1b088f1e96934d909fffef95d6a6c757420699f0a6705ef70a51
diff --git a/EULA b/EULA
index dc4c1073cb96..023cc758a8ba 100644
--- a/EULA
+++ b/EULA
@@ -1,13 +1,13 @@
*** This is only the Software section of Unity's Terms of Service
*** for the complete Terms Of Service refer to (https://unity3d.com/legal/terms-of-service)
- Unity Pro, Unity Plus and Unity Personal Software
+ Unity Pro, Unity Plus and Unity Personal Software Additional Terms
- Additional Terms
+  
Last Updated November 4, 2016
-SUMMARY OF IMPORTANT USE RESTRICTIONS
+Summary Of Important Use Restrictions
Please read all of the Software Terms set forth below
@@ -80,9 +80,10 @@ SUMMARY OF IMPORTANT USE RESTRICTIONS
plan, you will have to commit to a new subscription term if you choose to
start using Unity Plus or Unity Pro again.
- You May Not Use Unity Personal, Unity Plus and/or Unity Pro Simultaneously
+  
- You may not combine or integrate Your Project Content developed with one
+ You May Not Use Unity Personal, Unity Plus And/Or Unity Pro Simultaneously
+  You may not combine or integrate Your Project Content developed with one
tier of Unity Software (e.g., Unity Personal) simultaneously with any of
Your Project Content that you develop with another tier (e.g., Unity Plus
or Unity Pro). Your Project Content developed with Unity Personal and/or
@@ -134,7 +135,9 @@ SUMMARY OF IMPORTANT USE RESTRICTIONS
connection with any Gambling Activities without a separate license from
Unity.
- UNITY SOFTWARE TERMS
+  
+
+Unity Software Terms
Your use of the Unity Software is subject to these Additional Terms (the
“Software Terms”), which supplement and incorporate the [2]Unity Terms of
diff --git a/PKGBUILD b/PKGBUILD
index 32394c02d338..1cc0f26c3fdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=unity-editor-beta
_version=5.6.0
-_build=b1
-_buildtag=20161213
+_build=b3
+_buildtag=20161229
pkgver=${_version}${_build}+${_buildtag}
pkgrel=1
pkgdesc="The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences."
@@ -32,14 +32,14 @@ optdepends=('ffmpeg: for WebGL exporting'
'java-environment: for Android and Tizen exporting'
'android-sdk: for Android Remote'
'android-udev: for Android Remote')
-source=('http://beta.unity3d.com/download/2e25f7ab9f17/unity-editor-installer.sh'
+noextract=("unity-editor-installer-${_version}x${_build}Linux.sh")
+source=("http://beta.unity3d.com/download/b7d937b6f596/unity-editor-installer-${_version}x${_build}Linux.sh"
'EULA'
'unity-editor-beta'
'monodevelop-unity-beta'
'unity-monodevelop-beta.png')
-noextract=('unity-editor-installer.sh')
-sha256sums=('58c89d5a693f7801f13463c68fc0757b09b9581e48c50195ee30ea5ab9824879'
- 'ead9cd0828720d50a2fff92b87ac1bb763f1ac307e38698119d3ffe1969d546c'
+sha256sums=('7dbde5d8338bce8e04f1f5ef027f90c48fa929c739b581ad90a28e524296e42a'
+ '99a515909093bf77dbe66e6486184f097e258c0707ac847540ab3af54404c553'
'63afa0050dae75d9e448054c5318dddc62682a2bff39920cd1c3219481fb3387'
'336ffc3f63e622aa394e1022c15a58ce94865d7b6d9465cbcca4ce943285763a'
'6769b7ad1c1a1b088f1e96934d909fffef95d6a6c757420699f0a6705ef70a51')
@@ -56,8 +56,8 @@ prepare() {
build() {
msg2 "Extracting archive ..."
- yes | fakeroot sh unity-editor-installer.sh > /dev/null
- rm unity-editor-installer.sh
+ yes | fakeroot sh $noextract > /dev/null
+ rm $noextract
}
package() {