diff options
author | mgl | 2021-03-11 18:09:50 +0100 |
---|---|---|
committer | mgl | 2021-03-11 18:09:50 +0100 |
commit | 36b09c65d72ea9ec72d22aee441857ec1e6c05db (patch) | |
tree | 7befd785aa14b09eda2ae2160f36e7f0ae480047 | |
parent | 07ba52bed06ec433fc6db47a4359e0a64bfaf53b (diff) | |
download | aur-36b09c65d72ea9ec72d22aee441857ec1e6c05db.tar.gz |
Revert "Added back gconf dependency"
This reverts commit 07ba52bed06ec433fc6db47a4359e0a64bfaf53b.
Forgot tu bump version
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ pkgbase = unityhub depends = gtk2 depends = nss depends = p7zip - depends = gconf + depends = tar depends = cpio depends = zip depends = libxss @@ -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') |