summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2016-06-09 21:45:04 +0200
committerGordian Edenhofer2016-06-09 21:45:04 +0200
commitcd22983f31936367ead59e266211fdf7e547923f (patch)
treeff80f8bc25302e06bd474381efdd78d8ddd327fd /PKGBUILD
parentf3eb4f24c3f9b31b530f71a0493190e8cf4d38e0 (diff)
downloadaur-cd22983f31936367ead59e266211fdf7e547923f.tar.gz
upgpkg: unity-editor-bin 5.4.0b21+20160609-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 143da7c07ebf..17e8d41d0170 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ PKGEXT='.pkg.tar'
pkgname=unity-editor-bin
_version=5.4.0
-_build=b18
-_buildtag=20160524
+_build=b21
+_buildtag=20160609
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=('3cb6350943dee95346832d6915e53f35')
+md5sums=('c91027f621fe1e72ea48372fcbdda94f')
prepare() {
if [[ "$(df . -BG --output=avail | awk -F'[^0-9]*' 'FNR==2 {print $2;}')" -le "10" ]]; then