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