summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2016-09-01 16:19:27 +0200
committerGordian Edenhofer2016-09-01 16:19:27 +0200
commitd62890b2ee5975e7b0c6033077ac492de3e827af (patch)
tree77090a373998ff534ad6abd69f9ba1e143946566 /PKGBUILD
parentdf5187abd7f09eae078c021d096574c406098b2b (diff)
downloadaur-d62890b2ee5975e7b0c6033077ac492de3e827af.tar.gz
upgpkg: unity-editor-bin 5.5.0b1+20160830-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1d59864de12..9093e713b082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@
PKGEXT='.pkg.tar'
pkgname=unity-editor-bin
-_version=5.4.0
-_build=p1
-_buildtag=20160810
+_version=5.5.0
+_build=b1
+_buildtag=20160830
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=('a2e76e4d964bdb9c8392c241eacba87a')
+md5sums=('600db52509ced87b4176946a827261a0')
prepare() {
if [[ "$(df . -BG --output=avail | awk -F'[^0-9]*' 'FNR==2 {print $2;}')" -le "10" ]]; then