summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2016-05-25 21:32:24 +0200
committerGordian Edenhofer2016-05-25 21:32:24 +0200
commitf3eb4f24c3f9b31b530f71a0493190e8cf4d38e0 (patch)
tree13943c55d32250f2687a45cb7fee026d5f0a88db /PKGBUILD
parent4399f88c77feb2f7c98e62dbd8bb804b4bd14f2a (diff)
downloadaur-f3eb4f24c3f9b31b530f71a0493190e8cf4d38e0.tar.gz
upgpkg: unity-editor-bin 5.4.0b18+20160524-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bca893575dde..143da7c07ebf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ PKGEXT='.pkg.tar'
pkgname=unity-editor-bin
_version=5.4.0
-_build=b16
-_buildtag=20160503
+_build=b18
+_buildtag=20160524
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=('4071f30da18abc59aee9927e91aa7a18')
+md5sums=('3cb6350943dee95346832d6915e53f35')
prepare() {
if [[ "$(df . -BG --output=avail | awk -F'[^0-9]*' 'FNR==2 {print $2;}')" -le "10" ]]; then