summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2016-08-10 20:21:47 +0200
committerGordian Edenhofer2016-08-10 20:21:47 +0200
commitdf5187abd7f09eae078c021d096574c406098b2b (patch)
tree8a125bc28c674fcf814076c3cecaee2451958c10 /PKGBUILD
parent593dc7cdc027695a353aa284fb036fbae79d3109 (diff)
downloadaur-df5187abd7f09eae078c021d096574c406098b2b.tar.gz
upgpkg: unity-editor-bin 5.4.0p1+20160810-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4da8969525f..a1d59864de12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ PKGEXT='.pkg.tar'
pkgname=unity-editor-bin
_version=5.4.0
-_build=f3
-_buildtag=20160727
+_build=p1
+_buildtag=20160810
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=('c29fa79e7bf270f4119da13b53f16ae0')
+md5sums=('a2e76e4d964bdb9c8392c241eacba87a')
prepare() {
if [[ "$(df . -BG --output=avail | awk -F'[^0-9]*' 'FNR==2 {print $2;}')" -le "10" ]]; then