summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaiko2k2022-05-29 12:13:15 +1200
committerTaiko2k2022-05-29 12:13:15 +1200
commit97fd4cc112d4a58f8c3af44a836fdd909eb8eb90 (patch)
treeb95c24073d9ba0e4cbd9e1490889c23beccf6714
parentf79e1e6e92c904eaec0e60ef6bb936444570f2d7 (diff)
downloadaur-97fd4cc112d4a58f8c3af44a836fdd909eb8eb90.tar.gz
add workaround
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76b5e3b98e82..70d493c2a780 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -35,6 +35,7 @@ pkgbase = tauon-music-box
depends = libappindicator-gtk3
depends = libopenmpt
depends = libsamplerate
+ depends = python-httpx
optdepends = noto-fonts-cjk: Matching font for CJK characters
optdepends = p7zip: 7z archive extraction support
optdepends = unrar: RAR archive extraction support
diff --git a/PKGBUILD b/PKGBUILD
index 681a4a80f4e6..7b33016d3a5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,6 +40,7 @@ depends=('python-pillow'
'libappindicator-gtk3'
'libopenmpt' # AUR
'libsamplerate'
+ 'python-httpx' # Workaround for https://bugs.archlinux.org/task/74611
)
optdepends=('noto-fonts-cjk: Matching font for CJK characters'