summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2016-09-28 19:40:25 +0200
committerGordian Edenhofer2016-09-28 19:40:25 +0200
commitc36a5db84eba936a22ce2adc2dfa0a15ce24b560 (patch)
tree181baa3406e16627a9db24387d7576ff6c8fbb0f /PKGBUILD
parentab0723faf9b39a22a19b462c3d738a62b9e5b111 (diff)
downloadaur-c36a5db84eba936a22ce2adc2dfa0a15ce24b560.tar.gz
upgpkg: unity-editor-bin 5.5.0b5+20160927-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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