summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Frenguelli2022-11-06 08:02:26 +0100
committerFederico Frenguelli2022-11-06 08:02:26 +0100
commit7f5585f254870bacb3be6038a07fd301516b6ae6 (patch)
tree1b8934e5a3f6dde901265ae6e9138dddf0fc6b80
parent24df94eb63efade5e9f1b41b5f8083a7d7f1aea8 (diff)
downloadaur-7f5585f254870bacb3be6038a07fd301516b6ae6.tar.gz
Added openssl-1.1 to dependencies because of issues with openssl 3.0
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e68aa5eb420c..74b324818389 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = unityhub
pkgdesc = The Unity Hub is a standalone application that streamlines the way you find, download, and manage your Unity Projects and installations.
pkgver = 3.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://unity.com/
arch = x86_64
license = custom
depends = nss
depends = gtk3
depends = cpio
+ depends = openssl-1.1
optdepends = libappindicator-gtk3: The official deb says this an optional dependency
optdepends = gconf: Required by Unity 2019.4 or older
optdepends = libicu50: May fix issues related to empty compiler errors
diff --git a/PKGBUILD b/PKGBUILD
index b08b139ef719..a7e939cf87f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=unityhub
pkgver=3.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="The Unity Hub is a standalone application that streamlines the way you find, download, and manage your Unity Projects and installations."
url="https://unity.com/"
arch=('x86_64')
license=('custom')
-depends=('nss' 'gtk3' 'cpio')
+depends=('nss' 'gtk3' 'cpio' 'openssl-1.1')
optdepends=(
'libappindicator-gtk3: The official deb says this an optional dependency'
'gconf: Required by Unity 2019.4 or older'