summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumner Evans2020-04-27 08:16:16 -0600
committerSumner Evans2020-04-27 08:16:16 -0600
commit0afdd5b78f84f3e1bfc293e3d2f53b717951666b (patch)
treed1127d07b26aa30d329d350ce498235237dc0717
parent98b7db2460a45393f1a9259428a59fcc57583a5f (diff)
downloadaur-0afdd5b.tar.gz
Fix md5sum for logo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33c37d5d8605..fb3087b04f03 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.9.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/sumner/sublime-music
arch = any
license = GPL3
@@ -26,7 +26,7 @@ pkgbase = sublime-music
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
+ md5sums = 175ca5becfa508b3d8e13ca3a621dac2
pkgname = sublime-music
diff --git a/PKGBUILD b/PKGBUILD
index 3dd90202e346..798a24e6408d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase='sublime-music'
pkgname=('sublime-music')
_module='sublime-music'
pkgver='0.9.1'
-pkgrel=1
+pkgrel=2
pkgdesc='A native Subsonic/Airsonic/*sonic client for Linux. Build using Python and GTK+.'
url='https://gitlab.com/sumner/sublime-music'
depends=(
@@ -36,7 +36,7 @@ source=(
'https://gitlab.com/sumner/sublime-music/-/jobs/artifacts/v0.9.1/download?job=build_logo'
)
md5sums=('547c4c6d13101a6478588640de5d2dcd'
- 'b23ed432e8694289c115b053e09a4eab')
+ '175ca5becfa508b3d8e13ca3a621dac2')
build() {