summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-12-23 20:54:36 +0100
committerGordian Edenhofer2016-12-23 20:54:36 +0100
commit8cf3b43af202f219298a8c401614a24419829a3e (patch)
treec5e1826cbb7049b446dc03f71e6e2003b9d939e6
parent5e29d8869e998508d95ab178bb57c01b2abd0c1a (diff)
downloadaur-8cf3b43af202f219298a8c401614a24419829a3e.tar.gz
upgpkg: unity-editor-bin 5.5.0p1+20161220-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec865c7ed422..b0e8ca9fba76 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.5.0f3+20161125
+ pkgver = 5.5.0p1+20161220
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -23,10 +23,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.5.0f3+20161125
+ provides = unity-editor=5.5.0p1+20161220
conflicts = unity-editor
options = !strip
- source = http://download.unity3d.com/download_unity/linux/unity-editor-5.5.0f3+20161125_amd64.deb
- md5sums = b525e2862b5eba77ad252f3e243c31f0
+ source = http://beta.unity3d.com/download/59c25c92588f/unity-editor_amd64-5.5.0xp1Linux.deb
+ sha512sums = e6b71956390586596addfd29dc0b1f682f821a0419fd0a5b0049c9a59add014a2087a7ce1491e6c92398360e71028fb0e0daad0fb6c3996a71dcf046e8f11b4d
pkgname = unity-editor-bin
diff --git a/PKGBUILD b/PKGBUILD
index d22721ed4752..993af94164ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ PKGEXT='.pkg.tar'
pkgname=unity-editor-bin
_version=5.5.0
-_build=f3
-_buildtag=20161125
+_build=p1
+_buildtag=20161220
pkgver="${_version}${_build}+${_buildtag}"
pkgrel=1
pkgdesc="The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences."
@@ -26,8 +26,8 @@ optdepends=('ffmpeg: for WebGL exporting'
provides=("unity-editor=${pkgver}")
conflicts=('unity-editor')
options=(!strip)
-source=("http://download.unity3d.com/download_unity/linux/unity-editor-${pkgver}_amd64.deb")
-md5sums=('b525e2862b5eba77ad252f3e243c31f0')
+source=("http://beta.unity3d.com/download/59c25c92588f/unity-editor_amd64-5.5.0xp1Linux.deb")
+sha512sums=('e6b71956390586596addfd29dc0b1f682f821a0419fd0a5b0049c9a59add014a2087a7ce1491e6c92398360e71028fb0e0daad0fb6c3996a71dcf046e8f11b4d')
prepare() {
if [[ "$(df . -BG --output=avail | awk -F'[^0-9]*' 'FNR==2 {print $2;}')" -le "10" ]]; then