summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumner Evans2020-08-01 14:26:06 -0600
committerSumner Evans2020-08-01 14:26:06 -0600
commit5eb3891f957630e8e707a7c8d40f3919a90e0225 (patch)
treee0f461df5a47dc98f7e6697d70e65bc586a95908
parentea3f1298c97a7c9180c2b91ec8c808afd8f3de85 (diff)
downloadaur-5eb3891f957630e8e707a7c8d40f3919a90e0225.tar.gz
0.11.4 -> 0.11.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
-rwxr-xr-xupdate.sh5
3 files changed, 10 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 169e5cb5b201..a8b3c10a0bf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sublime-music
pkgdesc = A native Subsonic/Airsonic/*sonic client for Linux. Build using Python and GTK+.
- pkgver = 0.11.4
+ pkgver = 0.11.6
pkgrel = 1
url = https://sublimemusic.app
arch = any
@@ -23,10 +23,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.4.tar.gz
- source = https://gitlab.com/sumner/sublime-music/-/archive/v0.11.4/sublime-music-v0.11.4.tar.gz
- md5sums = 64cc0683c4cd47beb85723cac41b01ff
- md5sums = 74cc70d67ff2213a43f323ebb052dd31
+ source = https://files.pythonhosted.org/packages/source/s/sublime-music/sublime-music-0.11.6.tar.gz
+ source = https://gitlab.com/sumner/sublime-music/-/archive/v0.11.6/sublime-music-v0.11.6.tar.gz
+ md5sums = 15bd161b9b0694c994e4a8457c9192ca
+ md5sums = 20a6be8195d9bd6d0ab7b908deeef2f7
pkgname = sublime-music
diff --git a/PKGBUILD b/PKGBUILD
index a669f05c18cc..0282b5ca71de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='sublime-music'
pkgname=('sublime-music')
_module='sublime-music'
-pkgver='0.11.4'
+pkgver='0.11.6'
pkgrel=1
pkgdesc='A native Subsonic/Airsonic/*sonic client for Linux. Build using Python and GTK+.'
url='https://sublimemusic.app'
@@ -34,11 +34,11 @@ makedepends=(
license=('GPL3')
arch=('any')
source=(
- 'https://files.pythonhosted.org/packages/source/s/sublime-music/sublime-music-0.11.4.tar.gz'
- 'https://gitlab.com/sumner/sublime-music/-/archive/v0.11.4/sublime-music-v0.11.4.tar.gz'
+ 'https://files.pythonhosted.org/packages/source/s/sublime-music/sublime-music-0.11.6.tar.gz'
+ 'https://gitlab.com/sumner/sublime-music/-/archive/v0.11.6/sublime-music-v0.11.6.tar.gz'
)
-md5sums=('64cc0683c4cd47beb85723cac41b01ff'
- '74cc70d67ff2213a43f323ebb052dd31')
+md5sums=('15bd161b9b0694c994e4a8457c9192ca'
+ '20a6be8195d9bd6d0ab7b908deeef2f7')
build() {
diff --git a/update.sh b/update.sh
index 20dee67329e7..bd4351b26240 100755
--- a/update.sh
+++ b/update.sh
@@ -28,11 +28,6 @@ if [[ $# == 2 ]]; then
pkgrel=$2
fi
-# Manually download the logo build artifact to avoid the fact that the GitLab
-# artifacts download using the tag may give you an incorrect version of the
-# logo build artifacts.
-# wget -O logo.zip "https://gitlab.com/sumner/sublime-music/-/jobs/artifacts/v$1/download?job=build_logo"
-
SRCS=(
https://files.pythonhosted.org/packages/source/${PROJ_NAME:0:1}/${PROJ_NAME}/${PROJ_NAME}-$1.tar.gz
https://gitlab.com/sumner/sublime-music/-/archive/v$1/sublime-music-v$1.tar.gz