summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2016-12-23 20:54:36 +0100
committerGordian Edenhofer2016-12-23 20:54:36 +0100
commit8cf3b43af202f219298a8c401614a24419829a3e (patch)
treec5e1826cbb7049b446dc03f71e6e2003b9d939e6 /PKGBUILD
parent5e29d8869e998508d95ab178bb57c01b2abd0c1a (diff)
downloadaur-8cf3b43af202f219298a8c401614a24419829a3e.tar.gz
upgpkg: unity-editor-bin 5.5.0p1+20161220-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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