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 761862855a03..85ef9ab86f99 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.4.0f1+20160715
+ pkgver = 5.4.0f3+20160727
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.4.0f1+20160715
+ provides = unity-editor=5.4.0f3+20160727
conflicts = unity-editor
options = !strip
- source = http://download.unity3d.com/download_unity/linux/unity-editor-5.4.0f1+20160715_amd64.deb
- md5sums = af6aae1231fc22ccb5ef8ed199dcc36f
+ source = http://download.unity3d.com/download_unity/linux/unity-editor-5.4.0f3+20160727_amd64.deb
+ md5sums = c29fa79e7bf270f4119da13b53f16ae0
pkgname = unity-editor-bin
diff --git a/PKGBUILD b/PKGBUILD
index db3f789c0598..b4da8969525f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ PKGEXT='.pkg.tar'
pkgname=unity-editor-bin
_version=5.4.0
-_build=f1
-_buildtag=20160715
+_build=f3
+_buildtag=20160727
pkgver="${_version}${_build}+${_buildtag}"
pkgrel=1
pkgdesc="The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences."
@@ -27,7 +27,7 @@ provides=("unity-editor=${pkgver}")
conflicts=('unity-editor')
options=(!strip)
source=("http://download.unity3d.com/download_unity/linux/unity-editor-${pkgver}_amd64.deb")
-md5sums=('af6aae1231fc22ccb5ef8ed199dcc36f')
+md5sums=('c29fa79e7bf270f4119da13b53f16ae0')
prepare() {
if [[ "$(df . -BG --output=avail | awk -F'[^0-9]*' 'FNR==2 {print $2;}')" -le "10" ]]; then