summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormgl2021-03-11 18:09:50 +0100
committermgl2021-03-11 18:09:50 +0100
commit36b09c65d72ea9ec72d22aee441857ec1e6c05db (patch)
tree7befd785aa14b09eda2ae2160f36e7f0ae480047
parent07ba52bed06ec433fc6db47a4359e0a64bfaf53b (diff)
downloadaur-36b09c65d72ea9ec72d22aee441857ec1e6c05db.tar.gz
Revert "Added back gconf dependency"
This reverts commit 07ba52bed06ec433fc6db47a4359e0a64bfaf53b. Forgot tu bump version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c224aefca58..ae9ac2a1267e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = unityhub
depends = gtk2
depends = nss
depends = p7zip
- depends = gconf
+ depends = tar
depends = cpio
depends = zip
depends = libxss
diff --git a/PKGBUILD b/PKGBUILD
index 53d816e466b4..08558c124858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="The Unity Hub is a standalone application that streamlines the way you
url="https://unity.com/"
arch=('x86_64')
license=('custom')
-depends=('gtk2' 'nss' 'p7zip' 'gconf' 'cpio' 'zip' 'libxss' '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')