summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaiko2k2020-02-18 17:20:42 +1300
committerTaiko2k2020-02-18 17:20:42 +1300
commit1afedc7f9d754849c5503464738474043a2de671 (patch)
tree63dd921ef6300c73dbf9d36eaf648ed0c7f69c0e
parente2a0b4c98af1ae490568a5d87b3d09f66fa77bd0 (diff)
downloadaur-1afedc7f9d754849c5503464738474043a2de671.tar.gz
remove noto emoji dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22d505724638..c5e232d6c417 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = tauon-music-box
pkgdesc = A modern streamlined music player
pkgver = 5.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/taiko2k/tauonmb
arch = any
license = GPL3
depends = python3
depends = noto-fonts
- depends = noto-fonts-emoji
depends = noto-fonts-extra
depends = sdl2_image
depends = python-pillow
diff --git a/PKGBUILD b/PKGBUILD
index 937d4bafb806..68600d25f153 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ arch=('any')
license=('GPL3')
pkgver=5.2.1
-pkgrel=1
+pkgrel=2
-depends=('python3' 'noto-fonts' 'noto-fonts-emoji' 'noto-fonts-extra' 'sdl2_image' 'python-pillow' 'python-pylast' 'python-gobject' 'xdg-utils' 'python-beautifulsoup4' 'python-requests' 'python-cairo' 'python-stagger' 'python-hsaudiotag3k' 'python-flask' 'python-setproctitle' 'flac' 'python-musicbrainzngs' 'python-discogs-client' 'alsa-plugins' 'gstreamer' 'gst-plugins-base' 'python-dbus')
+depends=('python3' 'noto-fonts' 'noto-fonts-extra' 'sdl2_image' 'python-pillow' 'python-pylast' 'python-gobject' 'xdg-utils' 'python-beautifulsoup4' 'python-requests' 'python-cairo' 'python-stagger' 'python-hsaudiotag3k' 'python-flask' 'python-setproctitle' 'flac' 'python-musicbrainzngs' 'python-discogs-client' 'alsa-plugins' 'gstreamer' 'gst-plugins-base' 'python-dbus')
optdepends=('ffmpeg: File transcoding' 'noto-fonts-cjk: Matching font for CJK characters' 'p7zip: 7z archive extraction support' 'unrar: RAR archive extraction support' 'python-plexapi: PLEX client streaming' 'picard: Tag editing' 'gst-plugins-good: Extra GStreamer codecs' 'gst-plugins-bad: Extra GStreamer codecs' 'gst-plugins-ugly: Extra GStreamer codecs')