summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-09-28 19:40:25 +0200
committerGordian Edenhofer2016-09-28 19:40:25 +0200
commitc36a5db84eba936a22ce2adc2dfa0a15ce24b560 (patch)
tree181baa3406e16627a9db24387d7576ff6c8fbb0f
parentab0723faf9b39a22a19b462c3d738a62b9e5b111 (diff)
downloadaur-c36a5db84eba936a22ce2adc2dfa0a15ce24b560.tar.gz
upgpkg: unity-editor-bin 5.5.0b5+20160927-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 553ec0175f68..ad7a4f0a5b94 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.5.0b2+20160906
+ pkgver = 5.5.0b5+20160927
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.5.0b2+20160906
+ provides = unity-editor=5.5.0b5+20160927
conflicts = unity-editor
options = !strip
- source = http://download.unity3d.com/download_unity/linux/unity-editor-5.5.0b2+20160906_amd64.deb
- md5sums = 9d6c0b2507c5bb271ac9c71e396e002c
+ source = http://download.unity3d.com/download_unity/linux/unity-editor-5.5.0b5+20160927_amd64.deb
+ md5sums = 0fd61c867f2b0d4e36f3d8c3022c21ff
pkgname = unity-editor-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2832eac92d92..0a76e981aefd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ PKGEXT='.pkg.tar'
pkgname=unity-editor-bin
_version=5.5.0
-_build=b2
-_buildtag=20160906
+_build=b5
+_buildtag=20160927
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=('9d6c0b2507c5bb271ac9c71e396e002c')
+md5sums=('0fd61c867f2b0d4e36f3d8c3022c21ff')
prepare() {
if [[ "$(df . -BG --output=avail | awk -F'[^0-9]*' 'FNR==2 {print $2;}')" -le "10" ]]; then