diff options
author | Oscar Morante | 2019-02-20 09:26:49 +0100 |
---|---|---|
committer | Oscar Morante | 2019-02-20 09:26:49 +0100 |
commit | 567cf81e5c2658f9723e9ea6493cdcbc1631e73e (patch) | |
tree | 1df3350aca8be79ba517a7d4b2a9ff6d78772bbe | |
parent | 860d1fc748b1a95b6be28fdc7280fd0848ca2f91 (diff) | |
download | aur-567cf81e5c2658f9723e9ea6493cdcbc1631e73e.tar.gz |
update to new upstream version (2019.1.0b4)
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = unity-editor-beta-windows pkgdesc = Allows building your Unity projects for the Windows platform - pkgver = 2019.1.0b3 + pkgver = 2019.1.0b4 pkgrel = 1 url = https://unity3d.com/ arch = x86_64 @@ -8,8 +8,8 @@ pkgbase = unity-editor-beta-windows makedepends = cpio depends = unity-editor-beta options = !strip - source = 2019.1.0b3.1.0b3.pkg::https://beta.unity3d.com/download/52be913b8b36/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2019.1.0b3.pkg - md5sums = c1371686b1f9a194289d1aab2541b38a + source = 2019.1.0b4.1.0b4.pkg::https://beta.unity3d.com/download/fd0dda99e05a/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2019.1.0b4.pkg + md5sums = d6d6c4c688c1ce046d5bdd0341831932 pkgname = unity-editor-beta-windows @@ -3,7 +3,7 @@ _prefix=/opt/UnityBeta pkgname=unity-editor-beta-windows -pkgver=2019.1.0b3 +pkgver=2019.1.0b4 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.0b3.1.0b3.pkg::https://beta.unity3d.com/download/52be913b8b36/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2019.1.0b3.pkg") -md5sums=("c1371686b1f9a194289d1aab2541b38a") +source=("2019.1.0b4.1.0b4.pkg::https://beta.unity3d.com/download/fd0dda99e05a/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2019.1.0b4.pkg") +md5sums=("d6d6c4c688c1ce046d5bdd0341831932") options=(!strip) PKGEXT='.pkg.tar' # Prevent compressing of the final package |