summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Florness2020-09-26 18:35:42 -0400
committerSumner Evans2020-09-26 22:23:40 -0600
commit01e8eadc1d1c3cbc00a5adc0d42af9894eed88b9 (patch)
treeafb5c5ac763fc5aa96504b3ad811a9ab9406f9d2 /PKGBUILD
parent1a98bc77396c90ccff9dac57ab54a9bb6cb86c9a (diff)
downloadaur-01e8eadc1d1c3cbc00a5adc0d42af9894eed88b9.tar.gz
Add python-bleach dependency
These changes come from adding 'python-bleach' to update.sh's dependency list and doing $ ./update.sh 0.11.9 2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5dee751bbe8a..737e88ef68fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@ pkgbase='sublime-music'
pkgname=('sublime-music')
_module='sublime_music'
pkgver='0.11.9'
-pkgrel=1
+pkgrel=2
pkgdesc='A native Subsonic/Airsonic/*sonic client for Linux. Build using Python and GTK+.'
url='https://sublimemusic.app'
depends=(
'python'
+ 'python-bleach'
'python-dataclasses-json'
'python-dateutil'
'python-deepdiff'