summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumner Evans2020-04-26 22:16:59 -0600
committerSumner Evans2020-04-26 22:16:59 -0600
commit98b7db2460a45393f1a9259428a59fcc57583a5f (patch)
tree1b0b0ba30c728f7d46c6ba22a6b8cefd257583ec
parentbf1c14a53a4e5bad6fcb04e719a8527055e003f0 (diff)
downloadaur-98b7db2460a45393f1a9259428a59fcc57583a5f.tar.gz
0.9.0 -> 0.9.1
-rw-r--r--.SRCINFO10
-rw-r--r--Makefile2
-rw-r--r--PKGBUILD10
-rwxr-xr-xupdate.sh3
4 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d76d5b10b26..33c37d5d8605 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.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://gitlab.com/sumner/sublime-music
arch = any
@@ -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.9.0.tar.gz
- source = https://gitlab.com/sumner/sublime-music/-/jobs/artifacts/v0.9.0/download?job=build_logo
- md5sums = 89353db351a27d22da9feab9db2f21cf
- md5sums = 1aeb80106186a8acac6616b97fc99016
+ source = https://files.pythonhosted.org/packages/source/s/sublime-music/sublime-music-0.9.1.tar.gz
+ source = https://gitlab.com/sumner/sublime-music/-/jobs/artifacts/v0.9.1/download?job=build_logo
+ md5sums = 547c4c6d13101a6478588640de5d2dcd
+ md5sums = b23ed432e8694289c115b053e09a4eab
pkgname = sublime-music
diff --git a/Makefile b/Makefile
index d29e5ed881c1..ce984e6b6445 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PROJECT_NAME=tracktime
+PROJECT_NAME=sublime-music
all:
makepkg --printsrcinfo > .SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 571a997fd001..3dd90202e346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='sublime-music'
pkgname=('sublime-music')
_module='sublime-music'
-pkgver='0.9.0'
+pkgver='0.9.1'
pkgrel=1
pkgdesc='A native Subsonic/Airsonic/*sonic client for Linux. Build using Python and GTK+.'
url='https://gitlab.com/sumner/sublime-music'
@@ -32,11 +32,11 @@ makedepends=(
license=('GPL3')
arch=('any')
source=(
- 'https://files.pythonhosted.org/packages/source/s/sublime-music/sublime-music-0.9.0.tar.gz'
- 'https://gitlab.com/sumner/sublime-music/-/jobs/artifacts/v0.9.0/download?job=build_logo'
+ 'https://files.pythonhosted.org/packages/source/s/sublime-music/sublime-music-0.9.1.tar.gz'
+ 'https://gitlab.com/sumner/sublime-music/-/jobs/artifacts/v0.9.1/download?job=build_logo'
)
-md5sums=('89353db351a27d22da9feab9db2f21cf'
- '1aeb80106186a8acac6616b97fc99016')
+md5sums=('547c4c6d13101a6478588640de5d2dcd'
+ 'b23ed432e8694289c115b053e09a4eab')
build() {
diff --git a/update.sh b/update.sh
index 3b77728169b7..458e1fd1e168 100755
--- a/update.sh
+++ b/update.sh
@@ -109,8 +109,7 @@ package() {
}" >> PKGBUILD
updpkgsums
-
-make
+makepkg --printsrcinfo > .SRCINFO
# Test
makepkg -f