summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5c941a8091a..5ccd018fe828 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = unityhub-beta
license = custom
depends = nss
depends = gtk3
+ optdepends = libappindicator-gtk3: The DEB says this an optional dependency
provides = unityhub
source = unityhub-beta-3.0.0beta.7.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3Beta.0.0-beta.7.deb
source = license.txt
diff --git a/PKGBUILD b/PKGBUILD
index ba56c84090b9..630b37003cc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('x86_64')
url="https://unity.com/"
license=('custom')
depends=('nss' 'gtk3')
+optdepends=('libappindicator-gtk3: The DEB says this an optional dependency')
provides=('unityhub')
source=(
"$pkgname-$pkgver.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3Beta.0.0-beta.7.deb"