summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")