summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-11-30 19:28:34 +0100
committerGordian Edenhofer2016-11-30 19:28:34 +0100
commit5e29d8869e998508d95ab178bb57c01b2abd0c1a (patch)
treefd0f50ce45a4b6f02d4e9f81412edc52b1f635ed
parentc36a5db84eba936a22ce2adc2dfa0a15ce24b560 (diff)
downloadaur-5e29d8869e998508d95ab178bb57c01b2abd0c1a.tar.gz
upgpkg: unity-editor-bin 5.5.0f3+20161125-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad7a4f0a5b94..ec865c7ed422 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.0b5+20160927
+ pkgver = 5.5.0f3+20161125
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.0b5+20160927
+ provides = unity-editor=5.5.0f3+20161125
conflicts = unity-editor
options = !strip
- source = http://download.unity3d.com/download_unity/linux/unity-editor-5.5.0b5+20160927_amd64.deb
- md5sums = 0fd61c867f2b0d4e36f3d8c3022c21ff
+ source = http://download.unity3d.com/download_unity/linux/unity-editor-5.5.0f3+20161125_amd64.deb
+ md5sums = b525e2862b5eba77ad252f3e243c31f0
pkgname = unity-editor-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0a76e981aefd..d22721ed4752 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ PKGEXT='.pkg.tar'
pkgname=unity-editor-bin
_version=5.5.0
-_build=b5
-_buildtag=20160927
+_build=f3
+_buildtag=20161125
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=('0fd61c867f2b0d4e36f3d8c3022c21ff')
+md5sums=('b525e2862b5eba77ad252f3e243c31f0')
prepare() {
if [[ "$(df . -BG --output=avail | awk -F'[^0-9]*' 'FNR==2 {print $2;}')" -le "10" ]]; then