summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5ef69d1d80c..8b0d07ea2dd0 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.0p1+20160810
+ pkgver = 5.5.0b1+20160830
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.0p1+20160810
+ provides = unity-editor=5.5.0b1+20160830
conflicts = unity-editor
options = !strip
- source = http://download.unity3d.com/download_unity/linux/unity-editor-5.4.0p1+20160810_amd64.deb
- md5sums = a2e76e4d964bdb9c8392c241eacba87a
+ source = http://download.unity3d.com/download_unity/linux/unity-editor-5.5.0b1+20160830_amd64.deb
+ md5sums = 600db52509ced87b4176946a827261a0
pkgname = unity-editor-bin
diff --git a/PKGBUILD b/PKGBUILD
index a1d59864de12..9093e713b082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@
PKGEXT='.pkg.tar'
pkgname=unity-editor-bin
-_version=5.4.0
-_build=p1
-_buildtag=20160810
+_version=5.5.0
+_build=b1
+_buildtag=20160830
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=('a2e76e4d964bdb9c8392c241eacba87a')
+md5sums=('600db52509ced87b4176946a827261a0')
prepare() {
if [[ "$(df . -BG --output=avail | awk -F'[^0-9]*' 'FNR==2 {print $2;}')" -le "10" ]]; then