summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2017-02-01 19:45:55 +0100
committerGordian Edenhofer2017-02-01 19:45:55 +0100
commitc9e4b37a18390d46dfd863c004f99d881219f537 (patch)
tree450d8b19f59a6c312b199cb4593c5a39e986a9da
parent0852ce71a4d1394eb98e79dc6ee9c8ed89104e4e (diff)
downloadaur-c9e4b37a18390d46dfd863c004f99d881219f537.tar.gz
upgpkg: unity-editor-bin 5.5.1f1+20170201-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0e8ca9fba76..cc6a0734c0d4 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.0p1+20161220
+ pkgver = 5.5.1f1+20170201
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.0p1+20161220
+ provides = unity-editor=5.5.1f1+20170201
conflicts = unity-editor
options = !strip
- source = http://beta.unity3d.com/download/59c25c92588f/unity-editor_amd64-5.5.0xp1Linux.deb
- sha512sums = e6b71956390586596addfd29dc0b1f682f821a0419fd0a5b0049c9a59add014a2087a7ce1491e6c92398360e71028fb0e0daad0fb6c3996a71dcf046e8f11b4d
+ source = http://beta.unity3d.com/download/f5287bef00ff/unity-editor_amd64-5.5.1xf1Linux.deb
+ sha512sums = 40d35cbf12289027e3c070ff46293a56960d57ac3ac34a16be06309f0607067e8a52b87ba6867fea9dd1a60d23190c04d44c1abc4ac8a8d29ecebf8f8bd4dd14
pkgname = unity-editor-bin
diff --git a/PKGBUILD b/PKGBUILD
index d96f55027a14..afc86fc57884 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@
PKGEXT='.pkg.tar'
pkgname=unity-editor-bin
-_version=5.5.0
-_build=p1
-_buildtag=20161220
+_version=5.5.1
+_build=f1
+_buildtag=20170201
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://beta.unity3d.com/download/59c25c92588f/unity-editor_amd64-5.5.0xp1Linux.deb")
-sha512sums=('e6b71956390586596addfd29dc0b1f682f821a0419fd0a5b0049c9a59add014a2087a7ce1491e6c92398360e71028fb0e0daad0fb6c3996a71dcf046e8f11b4d')
+source=("http://beta.unity3d.com/download/f5287bef00ff/unity-editor_amd64-${_version}x${_build}Linux.deb")
+sha512sums=('40d35cbf12289027e3c070ff46293a56960d57ac3ac34a16be06309f0607067e8a52b87ba6867fea9dd1a60d23190c04d44c1abc4ac8a8d29ecebf8f8bd4dd14')
prepare() {
if [[ "$(df . -BG --output=avail | awk -F'[^0-9]*' 'FNR==2 {print $2;}')" -le "10" ]]; then