summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-07-10 12:25:06 +0200
committerOscar Morante2018-07-10 12:25:06 +0200
commita8991894819b5418ccfabb65f8b893cc20cd8bc7 (patch)
treec9a92f1c5153c8e37f59f4f9f4562c7b9cab5281
parent749d281ee1ac222ca3ae0101856671b19edfa70a (diff)
downloadaur-a8991894819b5418ccfabb65f8b893cc20cd8bc7.tar.gz
update to new upstream version (2018.2.0f1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aecef13fc6f9..1513aaeb0ba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unity-editor-beta-windows
pkgdesc = Allows building your Unity projects for the Windows platform
- pkgver = 2018.2.0b7+20180608
+ pkgver = 2018.2.0f1+20180709
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = unity-editor-beta-windows
makedepends = libarchive
depends = unity-editor-beta
options = !strip
- source = http://beta.unity3d.com/download/6c38f70ea123/UnitySetup-2018.2.0b7
- sha1sums = 85b25538f696626df1f04f7f22fe1275172ace2e
+ source = http://beta.unity3d.com/download/db9a69dc5569/UnitySetup-2018.2.0f1
+ sha1sums = 25f558636adc41bc8263dc4976fd9df86d1f9f6d
pkgname = unity-editor-beta-windows
diff --git a/PKGBUILD b/PKGBUILD
index 564663cae3eb..242ac106493b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
_version=2018.2.0
-_build=b7
-_buildtag=20180608
-_randomstring=6c38f70ea123
+_build=f1
+_buildtag=20180709
+_randomstring=db9a69dc5569
_prefix=/opt/UnityBeta
_unitydownloads="http://beta.unity3d.com/download/${_randomstring}"
#_keepdownloads=yes
@@ -18,7 +18,7 @@ license=('custom')
depends=('unity-editor-beta')
makedepends=('gtk3' 'libsoup' 'libarchive')
source=("${_unitydownloads}/UnitySetup-${_version}${_build}")
-sha1sums=('85b25538f696626df1f04f7f22fe1275172ace2e')
+sha1sums=('25f558636adc41bc8263dc4976fd9df86d1f9f6d')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package