summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormgl2021-01-02 14:30:25 +0100
committermgl2021-01-02 14:30:25 +0100
commit2f5457da8f209ecd9339fe2a2bda94fcdadd92a2 (patch)
tree7befd785aa14b09eda2ae2160f36e7f0ae480047
parent4cd513c7a17fb292d2c4a07714ed7305b6cdaa79 (diff)
downloadaur-2f5457da8f209ecd9339fe2a2bda94fcdadd92a2.tar.gz
Removed gconf dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fe786d94bea..ae9ac2a1267e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 1
+ pkgrel = 2
url = https://unity.com/
arch = x86_64
license = custom
@@ -9,11 +9,9 @@ pkgbase = unityhub
depends = nss
depends = p7zip
depends = tar
- depends = gzip
depends = cpio
depends = zip
depends = libxss
- depends = gconf
depends = libxtst
source = unityhub-2.4.2.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6c3c2e0a5c27..08558c124858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=unityhub
pkgver=2.4.2
-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=('gtk2' 'nss' 'p7zip' 'tar' 'gzip' 'cpio' 'zip' 'libxss' 'gconf' 'libxtst')
+depends=('gtk2' 'nss' 'p7zip' 'tar' 'cpio' 'zip' 'libxss' 'libxtst')
source=("${pkgname}-${pkgver}.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage")
PKGEXT='.pkg.tar'
sha256sums=('SKIP')