summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumner Evans2021-02-11 11:22:26 -0700
committerSumner Evans2021-02-11 11:22:26 -0700
commit5d243b87522b5efc81ca4f3afa1d73d284ecd2e6 (patch)
treee62ee19b6962b576b4d57f9038b1f2fcfeea1c4e
parent6f3c83c1128e1e33d7d9737968cf849e490917d3 (diff)
downloadaur-5d243b87522b5efc81ca4f3afa1d73d284ecd2e6.tar.gz
0.11.10 -> 0.11.11
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9359af8cd3c8..a8a2231291ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sublime-music
pkgdesc = A native Subsonic/Airsonic/*sonic client for Linux. Built using Python and GTK+.
- pkgver = 0.11.10
- pkgrel = 2
+ pkgver = 0.11.11
+ pkgrel = 1
url = https://sublimemusic.app
arch = any
license = GPL3
@@ -24,10 +24,10 @@ pkgbase = sublime-music
optdepends = python-keyring: support for storing passwords in the system keyring
optdepends = python-pychromecast: support for casting to Chromecast devices
optdepends = python-bottle: support for casting downloaded files to Chromecasts on the same LAN
- source = https://files.pythonhosted.org/packages/source/s/sublime-music/sublime_music-0.11.10.tar.gz
- source = https://gitlab.com/sumner/sublime-music/-/archive/v0.11.10/sublime-music-v0.11.10.tar.gz
- md5sums = 67ee264faaec62c146ba4f67afd11e6f
- md5sums = cb8e41e60dbb2d2ea25edc5961efde61
+ source = https://files.pythonhosted.org/packages/source/s/sublime-music/sublime_music-0.11.11.tar.gz
+ source = https://gitlab.com/sumner/sublime-music/-/archive/v0.11.11/sublime-music-v0.11.11.tar.gz
+ md5sums = 1147833c59c0d4ab4fb7eb4799814234
+ md5sums = 0b94d8011b3c2c31d083700b848135a3
pkgname = sublime-music
diff --git a/PKGBUILD b/PKGBUILD
index 349c29aba22f..b9f1fc4fc684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase='sublime-music'
pkgname=('sublime-music')
_module='sublime_music'
-pkgver='0.11.10'
-pkgrel=2
+pkgver='0.11.11'
+pkgrel=1
pkgdesc='A native Subsonic/Airsonic/*sonic client for Linux. Built using Python and GTK+.'
url='https://sublimemusic.app'
depends=(
@@ -35,11 +35,11 @@ makedepends=(
license=('GPL3')
arch=('any')
source=(
- 'https://files.pythonhosted.org/packages/source/s/sublime-music/sublime_music-0.11.10.tar.gz'
- 'https://gitlab.com/sumner/sublime-music/-/archive/v0.11.10/sublime-music-v0.11.10.tar.gz'
+ 'https://files.pythonhosted.org/packages/source/s/sublime-music/sublime_music-0.11.11.tar.gz'
+ 'https://gitlab.com/sumner/sublime-music/-/archive/v0.11.11/sublime-music-v0.11.11.tar.gz'
)
-md5sums=('67ee264faaec62c146ba4f67afd11e6f'
- 'cb8e41e60dbb2d2ea25edc5961efde61')
+md5sums=('1147833c59c0d4ab4fb7eb4799814234'
+ '0b94d8011b3c2c31d083700b848135a3')
build() {