summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumner Evans2020-02-20 21:31:49 -0700
committerSumner Evans2020-02-20 21:31:49 -0700
commitff0e115b23bef7f74fcce0a7020ab046bb489d97 (patch)
treebb58fc92653a27c02e3218b684beae5bd32745f0
parent47144d68c681c18dc4fae67650e2bee86a8fbf5c (diff)
downloadaur-ff0e115b23bef7f74fcce0a7020ab046bb489d97.tar.gz
v0.8.12 -> v0.8.13
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
-rwxr-xr-xupdate.sh2
3 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a5419864ea9..f6666f69cc37 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.12
- pkgrel = 2
+ pkgver = 0.8.13
+ pkgrel = 1
url = https://gitlab.com/sumner/sublime-music
arch = any
license = GPL3
@@ -23,10 +23,10 @@ pkgbase = sublime-music
depends = python-yaml
depends = libnm-glib
depends = libnotify
- source = https://files.pythonhosted.org/packages/source/s/sublime-music/sublime-music-0.8.12.tar.gz
- source = https://gitlab.com/sumner/sublime-music/-/jobs/artifacts/v0.8.12/download?job=build_logo
- md5sums = 6a608f061f891aa238213592326cf143
- md5sums = 44e20182ab33dd53fc4877038a27cd5f
+ source = https://files.pythonhosted.org/packages/source/s/sublime-music/sublime-music-0.8.13.tar.gz
+ source = https://gitlab.com/sumner/sublime-music/-/jobs/artifacts/v0.8.13/download?job=build_logo
+ md5sums = 3e60ffa2f8bd29e72725f09cf07ba064
+ md5sums = 06909ee117744ed2309a977ec55f5881
pkgname = sublime-music
diff --git a/PKGBUILD b/PKGBUILD
index 011f6e03f228..3a4b4c58ea47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase='sublime-music'
pkgname=('sublime-music')
_module='sublime-music'
-pkgver='0.8.12'
-pkgrel=2
+pkgver='0.8.13'
+pkgrel=1
pkgdesc='A native Subsonic/Airsonic/*sonic client for Linux. Build using Python and GTK+.'
url='https://gitlab.com/sumner/sublime-music'
depends=(
@@ -32,11 +32,11 @@ makedepends=(
license=('GPL3')
arch=('any')
source=(
- 'https://files.pythonhosted.org/packages/source/s/sublime-music/sublime-music-0.8.12.tar.gz'
- 'https://gitlab.com/sumner/sublime-music/-/jobs/artifacts/v0.8.12/download?job=build_logo'
+ 'https://files.pythonhosted.org/packages/source/s/sublime-music/sublime-music-0.8.13.tar.gz'
+ 'https://gitlab.com/sumner/sublime-music/-/jobs/artifacts/v0.8.13/download?job=build_logo'
)
-md5sums=('6a608f061f891aa238213592326cf143'
- '44e20182ab33dd53fc4877038a27cd5f')
+md5sums=('3e60ffa2f8bd29e72725f09cf07ba064'
+ '06909ee117744ed2309a977ec55f5881')
build() {
diff --git a/update.sh b/update.sh
index 82c32ddbe73e..3b77728169b7 100755
--- a/update.sh
+++ b/update.sh
@@ -37,7 +37,7 @@ SRCS=(
https://gitlab.com/sumner/sublime-music/-/jobs/artifacts/v$1/download?job=build_logo
)
-rm -rf 'download\?job=build_logo'
+rm -rf 'download?job=build_logo'
printf '' > PKGBUILD
echo "# Maintainer: Sumner Evans <sumner.evans98 at gmail dot com>