summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00de81ef6ebe..5619e36f710d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unity-editor-bin
pkgdesc = The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences.
- pkgver = 5.6.2x2017.2.0+f1
+ pkgver = 5.6.2x2017.2.0+f3
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -25,10 +25,10 @@ pkgbase = unity-editor-bin
optdepends = java-environment: for Android and Tizen exporting
optdepends = android-sdk: for Android Remote
optdepends = android-udev: for Android Remote
- provides = unity-editor=5.6.2x2017.2.0+f1
+ provides = unity-editor=5.6.2x2017.2.0+f3
conflicts = unity-editor
options = !strip
- source = https://beta.unity3d.com/download/ad31c9083c46/unity-editor_amd64-2017.2.0f1.deb
- sha512sums = cfc88d448ce19d7f3b847d5fa1e1304a57d0abafa2662cfbfb311213b169186487a1535d9bd344804ffce4676f3a2569e606d316b057d351ab524555409bc243
+ source = https://beta.unity3d.com/download/ee86734cf592/unity-editor_amd64-2017.2.0f3.deb
+ sha512sums = 3d64fdc4f124d52738d6c74f22f20bab448289573f74b771bf007b7675a3ce8b0d4338d77626ff1d367365537eba404fa27d07e44de0632faf7488c931c1fb8c
pkgname = unity-editor-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5f5803a4a8dd..54981565bb55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@ PKGEXT='.pkg.tar'
pkgname=unity-editor-bin
_version=5.6.2
-_build=f1
+_build=f3
_buildtag=2017.2.0
-_nonce=ad31c9083c46
+_nonce=ee86734cf592
pkgver="${_version}x${_buildtag}+${_build}"
pkgrel=1
pkgdesc="The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences."
@@ -28,7 +28,7 @@ provides=("unity-editor=${pkgver}")
conflicts=('unity-editor')
options=(!strip)
source=("https://beta.unity3d.com/download/${_nonce}/unity-editor_amd64-${_buildtag}${_build}.deb")
-sha512sums=('cfc88d448ce19d7f3b847d5fa1e1304a57d0abafa2662cfbfb311213b169186487a1535d9bd344804ffce4676f3a2569e606d316b057d351ab524555409bc243')
+sha512sums=('3d64fdc4f124d52738d6c74f22f20bab448289573f74b771bf007b7675a3ce8b0d4338d77626ff1d367365537eba404fa27d07e44de0632faf7488c931c1fb8c')
prepare() {
if [[ "$(df . -BG --output=avail | awk -F'[^0-9]*' 'FNR==2 {print $2;}')" -le "10" ]]; then