summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Wallace2018-07-12 00:46:26 +0100
committerDean Wallace2018-07-12 00:46:26 +0100
commit9c91c1414f348852c66b3435b5e2ef3dc52c9380 (patch)
tree2d281ed8c5c366092535fd492b8194ad4cc9becd
parentc14980a8d97a288d52351d21f9efe8e61e35a373 (diff)
downloadaur-9c91c1414f348852c66b3435b5e2ef3dc52c9380.tar.gz
typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d294eba7f1f..4e8193e3bea2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = rofimoji-git
depends = rofi
depends = python3
depends = xdotool
- optdepends = noto-emoji
+ optdepends = noto-fonts-emoji
optdepends = ttf-symbola
optdepends = xsel: copy emoji to clipboard
provides = rofimoji
diff --git a/PKGBUILD b/PKGBUILD
index 1af15554cd5a..138cd4252782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.3.0.r1.ga84847f
pkgrel=1
pkgdesc="A simple emoji picker for rofi"
depends=('rofi' 'python3' 'xdotool')
-optdepends=('noto-emoji' 'ttf-symbola' 'xsel: copy emoji to clipboard')
+optdepends=('noto-fonts-emoji' 'ttf-symbola' 'xsel: copy emoji to clipboard')
arch=('any')
url="https://github.com/fdw/${_pkgname}"
license=('MIT')