summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20023f27a339..f8caaeb5039f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = unity-editor-beta-windows
pkgdesc = Allows building your Unity projects for the Windows platform
- pkgver = 2018.3.0b2
- pkgrel = 2
+ pkgver = 2018.3.0b3
+ pkgrel = 1
url = https://unity3d.com/
arch = x86_64
license = custom
makedepends = cpio
depends = unity-editor-beta
options = !strip
- source = https://beta.unity3d.com/download/21e0e8a5466d/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2018.3.0b2.pkg
- sha1sums = 7827243c77ad72642d3053448350aad73312a498
+ source = https://beta.unity3d.com/download/cc0086a8e10c/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2018.3.0b3.pkg
+ sha1sums = 3d08d57850f0089c152aa19a19ac5b2764715f6d
pkgname = unity-editor-beta-windows
diff --git a/PKGBUILD b/PKGBUILD
index 4d978b259e71..5b37cc165d4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
_version=2018.3.0
-_build=b2
-_randomstring=21e0e8a5466d
+_build=b3
+_randomstring=cc0086a8e10c
_prefix=/opt/UnityBeta
pkgname=unity-editor-beta-windows
pkgver=${_version}${_build}
-pkgrel=2
+pkgrel=1
pkgdesc="Allows building your Unity projects for the Windows platform"
arch=('x86_64')
url='https://unity3d.com/'
@@ -15,7 +15,7 @@ license=('custom')
depends=('unity-editor-beta')
makedepends=('cpio')
source=("https://beta.unity3d.com/download/${_randomstring}/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-${_version}${_build}.pkg")
-sha1sums=('7827243c77ad72642d3053448350aad73312a498')
+sha1sums=('3d08d57850f0089c152aa19a19ac5b2764715f6d')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package