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 ee370a67c343..7322db5b1d4a 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.0b15+20160418
+ pkgver = 5.4.0b16+20160503
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.0b15+20160418
+ provides = unity-editor=5.4.0b16+20160503
conflicts = unity-editor
options = !strip
- source = http://download.unity3d.com/download_unity/linux/unity-editor-5.4.0b15+20160418_amd64.deb
- md5sums = 815ab60084ef0be7960ed1b53b85cb9a
+ source = http://download.unity3d.com/download_unity/linux/unity-editor-5.4.0b16+20160503_amd64.deb
+ md5sums = 4071f30da18abc59aee9927e91aa7a18
pkgname = unity-editor-bin
diff --git a/PKGBUILD b/PKGBUILD
index b65087d5cfe4..bca893575dde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ PKGEXT='.pkg.tar'
pkgname=unity-editor-bin
_version=5.4.0
-_build=b15
-_buildtag=20160418
+_build=b16
+_buildtag=20160503
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=('815ab60084ef0be7960ed1b53b85cb9a')
+md5sums=('4071f30da18abc59aee9927e91aa7a18')
prepare() {
if [[ "$(df . -BG --output=avail | awk -F'[^0-9]*' 'FNR==2 {print $2;}')" -le "10" ]]; then