diff options
author | Oscar Morante | 2019-01-30 18:00:08 +0200 |
---|---|---|
committer | Oscar Morante | 2019-01-30 18:00:08 +0200 |
commit | 0b0b85d2aaeb5322ada758b30a8e50d571973458 (patch) | |
tree | 443d6b242c5da09c9581a50daf4dd304731558ce /PKGBUILD | |
parent | b436226096c71add70bd648b5e6b499a62e41ca9 (diff) | |
download | aur-0b0b85d2aaeb5322ada758b30a8e50d571973458.tar.gz |
update to new upstream version (2019.1.0b1)
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ _prefix=/opt/UnityBeta pkgname=unity-editor-beta-windows -pkgver=2019.1.0a14 +pkgver=2019.1.0b1 pkgrel=1 pkgdesc="Allows building your Unity projects for the Windows platform" arch=('x86_64') @@ -11,8 +11,8 @@ url='https://unity3d.com/' license=('custom') depends=('unity-editor-beta') makedepends=('cpio') -source=("2019.1.0a14.1.0a14.pkg::https://beta.unity3d.com/download/0e6151d5f054/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2019.1.0a14.pkg") -md5sums=("3f696a8a0c6677aec1e79bd1cf8b0431") +source=("2019.1.0b1.1.0b1.pkg::https://beta.unity3d.com/download/83b3ba1f99df/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2019.1.0b1.pkg") +md5sums=("717324357c6655a7df8341ca6d170136") options=(!strip) PKGEXT='.pkg.tar' # Prevent compressing of the final package |