summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKat Witten2020-02-20 22:19:20 -0800
committerKat Witten2020-02-20 22:19:20 -0800
commit293d5c14aec137e33804ce8e4cae4f587ed5b2ce (patch)
tree8e1f4f8182d4118b519bc1e91a9f5fc4e6e5755f
parentd0906973ee9b257320f5157923556315609ba38b (diff)
downloadaur-293d5c14aec137e33804ce8e4cae4f587ed5b2ce.tar.gz
add optional dependency for launcher icon symbols
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e76c668db885..2c4178872c5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = sway-launcher-desktop-git
pkgdesc = TUI Application launcher with Desktop Entry support.
- pkgver = r77.7ba43fb
- pkgrel = 1
+ pkgver = r93.80b9323
+ pkgrel = 2
url = https://github.com/Biont/sway-launcher-desktop
arch = any
license = GPL
makedepends = git
depends = fzf
+ optdepends = ttf-nerd-fonts-symbols: for launcher icon symbols
provides = sway-launcher-desktop
conflicts = sway-launcher-desktop
source = git+https://github.com/Biont/sway-launcher-desktop.git
diff --git a/PKGBUILD b/PKGBUILD
index 198ec8698b8f..702024cefdbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Kat Witten <turtlewit@live.com>
pkgname=sway-launcher-desktop-git
-pkgver=r77.7ba43fb
-pkgrel=1
+pkgver=r93.80b9323
+pkgrel=2
pkgdesc="TUI Application launcher with Desktop Entry support."
arch=('any')
url="https://github.com/Biont/sway-launcher-desktop"
license=('GPL')
depends=('fzf')
makedepends=('git')
+optdepends=('ttf-nerd-fonts-symbols: for launcher icon symbols')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git+https://github.com/Biont/sway-launcher-desktop.git")