summarylogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/update.sh b/update.sh
index a38609142537..38c45f7cf716 100755
--- a/update.sh
+++ b/update.sh
@@ -5,20 +5,17 @@ PROJ_NAME=sublime-music
DESCRIPTION="A native Subsonic/Airsonic/*sonic client for Linux. Build using Python and GTK+."
URL=https://gitlab.com/sumner/sublime-music
DEPENDS=(
- libnm-glib
- libnotify
python-bottle
python-dataclasses-json
python-dateutil
python-deepdiff
- python-deprecated
python-fuzzywuzzy
python-gobject
python-levenshtein
python-mpv
+ python-peewee
python-pychromecast
python-requests
- python-yaml
)
LICENSE='GPL3'
ADDITIONAL=
@@ -63,6 +60,8 @@ done
echo ")
optdepends=(
'python-keyring: support for storing passwords in the system keyring'
+ 'libnotify: for system song notification support'
+ 'libnm-glib: for changing the Subsonic server address depending on what SSID you are connected to'
)
makedepends=(
'python-setuptools'