summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2020-12-28 16:12:54 -0500
committerDaniel M. Capella2020-12-28 16:12:54 -0500
commit6e31ce1b5bae05eb011891dbb34b2b722585d1f6 (patch)
tree976c2960f52c86c54599ce7fb87bfb44dc94844d
parent35ec452342c7946027a6c38cd23c56125bbe89f6 (diff)
downloadaur-6e31ce1b5bae05eb011891dbb34b2b722585d1f6.tar.gz
Add nerd-fonts optdep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c21dc47400a7..18ffe0628377 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rofimoji-git
pkgdesc = Character picker for rofi
- pkgver = 4.3.0.r6.g0614fe8
+ pkgver = 4.3.0.r25.ga8adb50
pkgrel = 1
url = https://github.com/fdw/rofimoji
install = rofimoji-git.install
@@ -14,6 +14,7 @@ pkgbase = rofimoji-git
depends = python-configargparse
depends = python-xdg
depends = rofi
+ optdepends = nerd-fonts: for the Nerd Fonts character file
optdepends = wl-copy: for the Wayland clipboarder
optdepends = wtype: for the Wayland typer
optdepends = xclip: for one of the X.Org clipboarders
diff --git a/PKGBUILD b/PKGBUILD
index bb7e2d0e9f40..c164097f9736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel M. Capella <polyzen@archlinux.org>
pkgname=rofimoji-git
-pkgver=4.3.0.r6.g0614fe8
+pkgver=4.3.0.r25.ga8adb50
pkgrel=1
pkgdesc='Character picker for rofi'
arch=('any')
@@ -9,7 +9,8 @@ url=https://github.com/fdw/rofimoji
license=('MIT')
depends=('emoji-font' 'python-configargparse' 'python-xdg' 'rofi')
makedepends=('git' 'python-pip' 'python-setuptools' 'python-wheel')
-optdepends=('wl-copy: for the Wayland clipboarder'
+optdepends=('nerd-fonts: for the Nerd Fonts character file'
+ 'wl-copy: for the Wayland clipboarder'
'wtype: for the Wayland typer'
'xclip: for one of the X.Org clipboarders'
'xsel: for one of the X.Org clipboarders'