summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumner Evans2019-11-19 23:50:27 -0700
committerSumner Evans2019-11-19 23:50:27 -0700
commite274ce1db64bac462bc13c3409f04d5758adc22c (patch)
tree2bfd78ed1caca09ae9d36b09b6b7fb8e75787db3
parent1f6ed515dc42de13ae832ce9d1b52e586a92ecc8 (diff)
downloadaur-e274ce1db64bac462bc13c3409f04d5758adc22c.tar.gz
Added the python-ordered-set dependency because python-deepdiff has the wrong one
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
-rwxr-xr-xupdate.sh1
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 947352c110a6..4602ffe59f1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sublime-music
pkgdesc = A native Subsonic/Airsonic/*sonic client for Linux. Build using Python and GTK+.
pkgver = 0.8.8
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/sumner/sublime-music
arch = any
license = GPL3
@@ -12,6 +12,7 @@ pkgbase = sublime-music
depends = python-deprecated
depends = python-fuzzywuzzy
depends = python-gobject
+ depends = python-ordered-set
depends = python-pychromecast
depends = pygobject-devel
depends = python-dateutil
@@ -29,6 +30,7 @@ pkgname = sublime-music
depends = python-deprecated
depends = python-fuzzywuzzy
depends = python-gobject
+ depends = python-ordered-set
depends = python-pychromecast
depends = pygobject-devel
depends = python-dateutil
diff --git a/PKGBUILD b/PKGBUILD
index e6d9c3b0ea5a..f629bc07c80f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase='sublime-music'
pkgname=('sublime-music')
_module='sublime-music'
pkgver='0.8.8'
-pkgrel=1
+pkgrel=2
pkgdesc='A native Subsonic/Airsonic/*sonic client for Linux. Build using Python and GTK+.'
url='https://gitlab.com/sumner/sublime-music'
depends=(
@@ -14,6 +14,7 @@ depends=(
'python-deprecated'
'python-fuzzywuzzy'
'python-gobject'
+ 'python-ordered-set'
'python-pychromecast'
'pygobject-devel'
'python-dateutil'
diff --git a/update.sh b/update.sh
index 1aef34d0ee79..118ae208da0f 100755
--- a/update.sh
+++ b/update.sh
@@ -10,6 +10,7 @@ DEPENDS=(
python-deprecated
python-fuzzywuzzy
python-gobject
+ python-ordered-set
python-pychromecast
pygobject-devel
python-dateutil