summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornoirscape2020-10-26 14:49:41 +0100
committernoirscape2020-10-26 14:49:41 +0100
commitef52780ca1df639cc26142636d2f4d9d5e4c9f3b (patch)
tree47e631dfb608ce4d57629354e8c032894e325324
parentbd4cd29c94165407a70d6695e685107cba05826e (diff)
downloadaur-ef52780ca1df639cc26142636d2f4d9d5e4c9f3b.tar.gz
2019.4.13
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD16
2 files changed, 14 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a23df9e0e3ed..d95fd673f6df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unity-editor-lts
pkgdesc = The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences. (LTS)
- pkgver = 2019.4.9f1
+ pkgver = 2019.4.13f1
pkgrel = 1
epoch = 1
url = https://unity3d.com/
@@ -20,6 +20,7 @@ pkgbase = unity-editor-lts
depends = npm
depends = intel-tbb
depends = gtk3
+ depends = python2
optdepends = unity-editor-lts-doc
optdepends = unity-editor-lts-android
optdepends = unity-editor-lts-ios
@@ -31,7 +32,7 @@ pkgbase = unity-editor-lts
optdepends = unityhub
optdepends = jq: needed for UnityHub integration helpers --register/--deregister
options = !strip
- source = 2019.4.9f1.tar.xz::https://download.unity3d.com/download_unity/50fe8a171dd9/LinuxEditorInstaller/Unity.tar.xz
+ source = 2019.4.13f1.tar.xz::https://download.unity3d.com/download_unity/518737b1de84/LinuxEditorInstaller/Unity.tar.xz
source = unity-editor-lts
source = unity-editor-lts.desktop
source = unity-editor-lts-icon.png
diff --git a/PKGBUILD b/PKGBUILD
index c6dc3628a194..dd5f2d8149e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,15 @@
-# Maintainer: Felix Golatofski <contact@xdfr.de>
-# Contributor: Oscar Morante <spacepluk@gmail.com>
+# Maintainer: Valentijn "noirscape" V <neko at catgirlsin dot space>
+# Maintainer: Felix Golatofski <contact at xdfr dot de>
+# Contributor: Oscar Morante <spacepluk at gmail dot com>
+
_prefix=/opt/UnityLts
+_hash=518737b1de84
+# hash obtained from: https://unity3d.com/unity/qa/lts-releases , you can find it by right clicking the download
+# link for any installer and then using your brain to figure otu what part looks like the hash
pkgname=unity-editor-lts
-pkgver=2019.4.9f1
+pkgver=2019.4.13f1
pkgrel=1
epoch=1
pkgdesc="The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences. (LTS)"
@@ -24,7 +29,8 @@ depends=('desktop-file-utils'
'libpqxx'
'npm'
'intel-tbb'
- 'gtk3')
+ 'gtk3'
+ 'python2')
optdepends=("${pkgname}-doc"
"${pkgname}-android"
"${pkgname}-ios"
@@ -35,7 +41,7 @@ optdepends=("${pkgname}-doc"
"visual-studio-code-bin"
"unityhub"
"jq: needed for UnityHub integration helpers --register/--deregister")
-source=("$pkgver.tar.xz::https://download.unity3d.com/download_unity/50fe8a171dd9/LinuxEditorInstaller/Unity.tar.xz"
+source=("$pkgver.tar.xz::https://download.unity3d.com/download_unity/${_hash}/LinuxEditorInstaller/Unity.tar.xz"
"${pkgname}"
"${pkgname}.desktop"
"${pkgname}-icon.png"