summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormgl2021-03-11 18:12:19 +0100
committermgl2021-03-11 18:12:19 +0100
commit8b061326f1eb70680f3d6ede5ebf65910a74123f (patch)
tree955430dfd74af046a1dde2b76e26f9a0e1907458
parent36b09c65d72ea9ec72d22aee441857ec1e6c05db (diff)
downloadaur-8b061326f1eb70680f3d6ede5ebf65910a74123f.tar.gz
Added gconf dependency back because Unity Editor depends on it
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae9ac2a1267e..f541f582128d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +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 = 2.4.2
- pkgrel = 2
+ pkgrel = 3
url = https://unity.com/
arch = x86_64
license = custom
depends = gtk2
depends = nss
depends = p7zip
- depends = tar
+ depends = gconf
depends = cpio
depends = zip
depends = libxss
diff --git a/PKGBUILD b/PKGBUILD
index 08558c124858..8f645cb6abbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=unityhub
pkgver=2.4.2
-pkgrel=2
+pkgrel=3
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=('gtk2' 'nss' 'p7zip' 'tar' 'cpio' 'zip' 'libxss' 'libxtst')
+depends=('gtk2' 'nss' 'p7zip' 'gconf' 'cpio' 'zip' 'libxss' 'libxtst')
source=("${pkgname}-${pkgver}.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage")
PKGEXT='.pkg.tar'
sha256sums=('SKIP')