summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNobbele2021-12-21 14:51:29 +0100
committerNobbele2021-12-21 14:51:29 +0100
commitc34979b72cfa0948c7befd51ed38a2dcb2ca21d1 (patch)
tree5516c6dc799c31c0b91074230a70e0ecb1daf9e0
parent903723043308c9d384453849252e054796e5b18b (diff)
downloadaur-c34979b72cfa0948c7befd51ed38a2dcb2ca21d1.tar.gz
Adds optional dependency
-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"