summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2017-10-03 14:41:51 +0200
committerGordian Edenhofer2017-10-03 14:41:51 +0200
commit0ea310b6d557e57795aa9265e77f73f3f2525a11 (patch)
tree799953d3ca207ffe7e5a74c7e2fcc8d92eec5d1b
parent4df6631d1d5492baa2b4d21c3c53f2af0b3b8227 (diff)
downloadaur-0ea310b6d557e57795aa9265e77f73f3f2525a11.tar.gz
upgpkg: unity-editor-bin 5.6.2x2017.2.0+f1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f8645e0aba5..00de81ef6ebe 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.1.1+f1
+ pkgver = 5.6.2x2017.2.0+f1
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.1.1+f1
+ provides = unity-editor=5.6.2x2017.2.0+f1
conflicts = unity-editor
options = !strip
- source = https://beta.unity3d.com/download/f4fc8fd4067d/unity-editor_amd64-2017.1.1xf1Linux.deb
- sha512sums = 7159943fa7aa518259b0f74cbff9cf87059be53044f00c52635ac0eda5b1a1d1d6ca7abd956dc63d3a3bd5e8c17e9a3270ff85c147c670ce84baaaebb8b9222a
+ source = https://beta.unity3d.com/download/ad31c9083c46/unity-editor_amd64-2017.2.0f1.deb
+ sha512sums = cfc88d448ce19d7f3b847d5fa1e1304a57d0abafa2662cfbfb311213b169186487a1535d9bd344804ffce4676f3a2569e606d316b057d351ab524555409bc243
pkgname = unity-editor-bin
diff --git a/PKGBUILD b/PKGBUILD
index dedd286f5408..5f5803a4a8dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ PKGEXT='.pkg.tar'
pkgname=unity-editor-bin
_version=5.6.2
_build=f1
-_buildtag=2017.1.1
-_nonce=f4fc8fd4067d
+_buildtag=2017.2.0
+_nonce=ad31c9083c46
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."
@@ -27,8 +27,8 @@ optdepends=('ffmpeg: for WebGL exporting'
provides=("unity-editor=${pkgver}")
conflicts=('unity-editor')
options=(!strip)
-source=("https://beta.unity3d.com/download/${_nonce}/unity-editor_amd64-${_buildtag}x${_build}Linux.deb")
-sha512sums=('7159943fa7aa518259b0f74cbff9cf87059be53044f00c52635ac0eda5b1a1d1d6ca7abd956dc63d3a3bd5e8c17e9a3270ff85c147c670ce84baaaebb8b9222a')
+source=("https://beta.unity3d.com/download/${_nonce}/unity-editor_amd64-${_buildtag}${_build}.deb")
+sha512sums=('cfc88d448ce19d7f3b847d5fa1e1304a57d0abafa2662cfbfb311213b169186487a1535d9bd344804ffce4676f3a2569e606d316b057d351ab524555409bc243')
prepare() {
if [[ "$(df . -BG --output=avail | awk -F'[^0-9]*' 'FNR==2 {print $2;}')" -le "10" ]]; then