summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d1309842a67..36167b2d7de4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sublime-music-git
pkgdesc = A native Subsonic/Airsonic/*sonic client for Linux. Build using Python and GTK+.
- pkgver = v0.11.6.r5.g0a5faa2
+ pkgver = v0.11.9.r0.gd454b90
pkgrel = 1
url = https://sublimemusic.app
arch = any
@@ -8,6 +8,7 @@ pkgbase = sublime-music-git
makedepends = python-setuptools
makedepends = python-sphinx
depends = python
+ depends = python-bleach
depends = python-dataclasses-json
depends = python-dateutil
depends = python-deepdiff
diff --git a/PKGBUILD b/PKGBUILD
index 2a72cb5ab6e1..2d6c46186c2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='sublime-music-git'
pkgname=('sublime-music-git')
_module='sublime-music'
-pkgver=v0.11.6.r5.g0a5faa2
+pkgver=v0.11.9.r0.gd454b90
pkgrel=1
pkgdesc='A native Subsonic/Airsonic/*sonic client for Linux. Build using Python and GTK+.'
url='https://sublimemusic.app'
@@ -11,6 +11,7 @@ provides=('sublime-music')
conflicts=('sublime-music')
depends=(
'python'
+ 'python-bleach'
'python-dataclasses-json'
'python-dateutil'
'python-deepdiff'