summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrivernis2021-12-16 23:12:45 +0100
committertrivernis2021-12-16 23:12:45 +0100
commit70b4e2dc05ddc35355b05df08aefb089da42e178 (patch)
tree28129e5e2868460c6b211b554e6c8c9e66d10e99
parent18b05373a4cc997bb38ac76c2b572818c639691b (diff)
downloadaur-70b4e2dc05ddc35355b05df08aefb089da42e178.tar.gz
Add description to optional daemon dependency
Signed-off-by: trivernis <trivernis@protonmail.com>
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d00765808e0..d9b923477f46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='A tag based media management tool for images, videos, audio and more'
arch=(x86_64)
url=https://github.com/trivernis/mediarepo-ui
license=(GPL3)
-optdepends=('mediarepo-daemon=0.9.0')
+optdepends=('mediarepo-daemon=0.9.0: backend for local repositories')
makedepends=(curl wget openssl appmenu-gtk-module gtk3 libappindicator-gtk3 webkit2gtk patchelf libvips clang rustup yarn nodejs npm python node-gyp)
options=(!strip)