summarylogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/update.sh b/update.sh
index 51c229293288..e9ad49917b8d 100755
--- a/update.sh
+++ b/update.sh
@@ -5,8 +5,12 @@ 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-dateutil
python-deepdiff
+ python-deprecated
python-fuzzywuzzy
python-gobject
python-levenshtein
@@ -14,8 +18,6 @@ DEPENDS=(
python-pychromecast
python-requests
python-yaml
- libnm-glib
- libnotify
)
LICENSE='GPL3'
ADDITIONAL=
@@ -63,8 +65,6 @@ optdepends=(
)
makedepends=(
'python-setuptools'
- 'inkscape'
- 'make'
)
license=('${LICENSE}')
arch=('any')