summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Florness2023-06-17 16:10:36 -0400
committerDavid Florness2023-06-17 16:10:36 -0400
commitd0e8eb4ab095818d48ed0d6ba40e24db7de48e73 (patch)
treeb03d0b7dca4e9b8c324c453f9d10912d9c593a35 /PKGBUILD
parent20eed64712a533dc375b7e98704f4618ab0f2030 (diff)
downloadaur-sublime-music.tar.gz
fix: remove python-bottle and python-pychromecast from optdepends
These were added to the required dependencies in 20eed64712a5 for the latest Sublime release.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b7c3153779b..3281a332f904 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase='sublime-music'
pkgname=('sublime-music')
_module='sublime_music'
pkgver='0.12.0'
-pkgrel=1
+pkgrel=2
pkgdesc='A native Subsonic/Airsonic/*sonic client for Linux. Built using Python and GTK+.'
url='https://sublimemusic.app'
depends=(
@@ -27,8 +27,6 @@ optdepends=(
'libnm-glib: for changing the Subsonic server address depending on what SSID you are connected to'
'libnotify: for system song notification support'
'python-keyring: support for storing passwords in the system keyring'
- 'python-pychromecast: support for casting to Chromecast devices'
- 'python-bottle: support for casting downloaded files to Chromecasts on the same LAN'
)
makedepends=(
'python-build'