summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeon Henrik Plickat2020-08-28 20:37:17 +0200
committerLeon Henrik Plickat2020-08-28 20:37:17 +0200
commit207e868f9b96e1d7c19cc45a6f31009931d18910 (patch)
treed2b7dc96e582cb394ec5e8d6e7dbc587e94e8898 /PKGBUILD
parent464ea5fcf479d42ec3950462f4643fea293d1409 (diff)
downloadaur-207e868f9b96e1d7c19cc45a6f31009931d18910.tar.gz
Fix optdepends
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4450ad3dc9a6..db6ed55a856b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://git.sr.ht/~leon_plickat/lavalauncher'
license=(GPL3)
depends=(cairo wayland wayland-protocols scdoc)
makedepends=(git gcc meson ninja)
-optdepends=(librsvg)
+optdepends=("librsvg: SVG image support.")
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
source=("${pkgname%-*}::git+${url}")