summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rwxr-xr-xupdate.sh2
3 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e035e8286206..62103f826426 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sublime-music
pkgdesc = A native Subsonic/Airsonic/*sonic client for Linux. Built using Python and GTK+.
pkgver = 0.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://sublimemusic.app
arch = any
license = GPL3
@@ -26,8 +26,6 @@ pkgbase = sublime-music
optdepends = libnm-glib: for changing the Subsonic server address depending on what SSID you are connected to
optdepends = libnotify: for system song notification support
optdepends = python-keyring: support for storing passwords in the system keyring
- optdepends = python-pychromecast: support for casting to Chromecast devices
- optdepends = python-bottle: support for casting downloaded files to Chromecasts on the same LAN
source = https://files.pythonhosted.org/packages/source/s/sublime-music/sublime_music-0.12.0.tar.gz
source = https://github.com/sublime-music/sublime-music/archive/refs/tags/v0.12.0.tar.gz
sha256sums = 458bacab6be5c926852d4a43ce675b5e767210287844c6fce921832e263db3c0
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'
diff --git a/update.sh b/update.sh
index ac41f53ff47c..2843cc45dfd6 100755
--- a/update.sh
+++ b/update.sh
@@ -60,8 +60,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'