summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumner Evans2020-02-20 21:37:04 -0700
committerSumner Evans2020-02-20 21:37:04 -0700
commit70f8749cb5e507f374fb122bbd3e5ec44f567ccf (patch)
treeee66d0f553d9e1683f460b28685a38c2fe596ea4
parentff0e115b23bef7f74fcce0a7020ab046bb489d97 (diff)
downloadaur-70f8749cb5e507f374fb122bbd3e5ec44f567ccf.tar.gz
Fixed the md5sum for the logo resource... again
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6666f69cc37..add8da12e56d 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.13
- 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.8.13.tar.gz
source = https://gitlab.com/sumner/sublime-music/-/jobs/artifacts/v0.8.13/download?job=build_logo
md5sums = 3e60ffa2f8bd29e72725f09cf07ba064
- md5sums = 06909ee117744ed2309a977ec55f5881
+ md5sums = e2f9199c04776e7abaf79089d36b8a3d
pkgname = sublime-music
diff --git a/PKGBUILD b/PKGBUILD
index 3a4b4c58ea47..97d1a6da5683 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase='sublime-music'
pkgname=('sublime-music')
_module='sublime-music'
pkgver='0.8.13'
-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.8.13/download?job=build_logo'
)
md5sums=('3e60ffa2f8bd29e72725f09cf07ba064'
- '06909ee117744ed2309a977ec55f5881')
+ 'e2f9199c04776e7abaf79089d36b8a3d')
build() {