summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTaiko2k2021-02-17 23:02:58 +1300
committerTaiko2k2021-02-17 23:02:58 +1300
commite5ab04f945d1d71361c2f85052331c95f11830f3 (patch)
treec24c3bd051748f4c5218a9c863c344ce5bc42373 /PKGBUILD
parent2d031c5c29fe3f10b3670c0966ae9ec41808d418 (diff)
downloadaur-e5ab04f945d1d71361c2f85052331c95f11830f3.tar.gz
move cjk fonts to optional
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fe9b99c819d..69b6cc997152 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=tauon-music-box
_pkgname=tauonmb
_gitname=TauonMusicBox
pkgver=6.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="A modern streamlined music player"
arch=('any')
url="https://tauonmusicbox.rocks"
@@ -31,7 +31,7 @@ depends=('python-pillow'
'gst-plugins-good'
'gst-plugins-bad'
'noto-fonts-extra'
- 'noto-fonts-cjk'
+ 'noto-fonts'
'sdl2_image'
'xdg-utils'
'mpg123'
@@ -42,7 +42,8 @@ depends=('python-pillow'
'libopenmpt' # AUR
)
-optdepends=('p7zip: 7z archive extraction support'
+optdepends=('noto-fonts-cjk: Matching font for CJK characters'
+ 'p7zip: 7z archive extraction support'
'unrar: RAR archive extraction support'
'python-plexapi: Plex streaming'
'python-pypresence: Discord status support'