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 da84afc6761c..7970f0b90d0c 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.0b21+20160609
+ pkgver = 5.4.0b23+20160628
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.0b21+20160609
+ provides = unity-editor=5.4.0b23+20160628
conflicts = unity-editor
options = !strip
- source = http://download.unity3d.com/download_unity/linux/unity-editor-5.4.0b21+20160609_amd64.deb
- md5sums = c91027f621fe1e72ea48372fcbdda94f
+ source = http://download.unity3d.com/download_unity/linux/unity-editor-5.4.0b23+20160628_amd64.deb
+ md5sums = 0c942a27d9db59982111d480c7e61648
pkgname = unity-editor-bin
diff --git a/PKGBUILD b/PKGBUILD
index 17e8d41d0170..45102a73bf23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ PKGEXT='.pkg.tar'
pkgname=unity-editor-bin
_version=5.4.0
-_build=b21
-_buildtag=20160609
+_build=b23
+_buildtag=20160628
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=('c91027f621fe1e72ea48372fcbdda94f')
+md5sums=('0c942a27d9db59982111d480c7e61648')
prepare() {
if [[ "$(df . -BG --output=avail | awk -F'[^0-9]*' 'FNR==2 {print $2;}')" -le "10" ]]; then