summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbudomino2020-11-02 16:34:30 +0800
committerbudomino2020-11-02 16:34:30 +0800
commit3e92a0b1d0664e2b2d95ca290f9a302f7a35a672 (patch)
treeb68fa5dca7c41acfe9d27393a91d868c2e48d6c9
parenteb7f42a513c56e118e377c78f73bbb0218cfacaa (diff)
downloadaur-3e92a0b1d0664e2b2d95ca290f9a302f7a35a672.tar.gz
new maintainer
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b9d4ef9ca68..afbab8d71eb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unity-editor-lts-windows
pkgdesc = Allows building your Unity projects for the Windows platform
- pkgver = 2018.4.8f1
+ pkgver = 2019.4.13f1
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = unity-editor-lts-windows
makedepends = cpio
depends = unity-editor-lts
options = !strip
- source = 2018.4.8f1.4.8f1.pkg::https://download.unity3d.com/download_unity/9bc9d983d803/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2018.4.8f1.pkg
- md5sums = 1e92fc6628d186451e15d50c201bc86c
+ source = 2019.4.13f1.pkg::https://download.unity3d.com/download_unity/518737b1de84/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2019.4.13f1.pkg
+ md5sums = 9a171923e818b89eb9f6d36daa5680ad
pkgname = unity-editor-lts-windows
diff --git a/PKGBUILD b/PKGBUILD
index 07fb374d85bd..7f92fcbd248a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,11 @@
-# Maintainer: Oscar Morante <spacepluk@gmail.com>
+# Previous Maintainer: Oscar Morante <spacepluk@gmail.com>
+# Current Maintaner: Bu Domino <bu.domino@gmail.com>
_prefix=/opt/UnityLts
+_hash=518737b1de84
pkgname=unity-editor-lts-windows
-pkgver=2018.4.8f1
+pkgver=2019.4.13f1
pkgrel=1
pkgdesc="Allows building your Unity projects for the Windows platform"
arch=('x86_64')
@@ -11,8 +13,8 @@ url='https://unity3d.com/'
license=('custom')
depends=('unity-editor-lts')
makedepends=('cpio')
-source=("2018.4.8f1.4.8f1.pkg::https://download.unity3d.com/download_unity/9bc9d983d803/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2018.4.8f1.pkg")
-md5sums=("1e92fc6628d186451e15d50c201bc86c")
+source=("$pkgver.pkg::https://download.unity3d.com/download_unity/${_hash}/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-$pkgver.pkg")
+md5sums=('9a171923e818b89eb9f6d36daa5680ad')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package
@@ -22,4 +24,3 @@ package() {
cd "${_dest}"
cat "${srcdir}/TargetSupport.pkg.tmp/Payload" | gzip -dc | cpio -i
}
-