summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2016-02-08 15:29:42 +0100
committerPhilipp A2016-02-08 15:29:42 +0100
commit19bbf85e8c69174881d8e3facdda1557874576bd (patch)
tree3e9a5fcd4c00e8fc13578860c734bc5888b5a21f /PKGBUILD
parent5a4a643241dea374738b00cb02180f13830fd4ce (diff)
downloadaur-19bbf85e8c69174881d8e3facdda1557874576bd.tar.gz
added noto to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14d2eeb71566..65fbc58b772f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
pkgname=unicodemoticon
pkgver=2.1.1
-pkgrel=3
+pkgrel=4
pkgdesc="Like a Color Picker but for Unicode Emoticons. Trayicon with Unicode Emoticons using Python3 Qt5."
url="https://github.com/juancarlospaco/unicodemoticon"
depends=('python' 'python-pyqt5')
optdepends=(
'ttf-symbola: Font with emoji'
- 'ttf-freefont: Font covering a wide unicode range'
- 'ttf-ancient-fonts: Contains ttf-symbola and other fonts covering a wide unicode range'
+ 'noto-fonts-emoji: Another font with emoji'
+ 'noto-fonts: Fonts designed to cover a wide unicode range'
+ 'ttf-freefont: Another font covering a wide unicode range'
+ 'ttf-ancient-fonts: Contains ttf-symbola and yet more fonts covering a wide unicode range'
)
makedepends=('python-distribute')
license=('GPL')