summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoritsmeow2024-05-02 19:56:28 +0200
committeritsmeow2024-05-02 19:56:28 +0200
commitc0a19d7ab7b5fd035141748c903176e64baf5aa7 (patch)
treeedcbaf7d7148c8fa18699e5b327262822bc29bed
parent6f71ed57c295a36623cb51868d7cf2b465f7b0fc (diff)
downloadaur-c0a19d7ab7b5fd035141748c903176e64baf5aa7.tar.gz
bump: v2.36.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed59a92d052d..2f594bc31722 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spicetify-cli
pkgdesc = Command-line tool to customize Spotify client
- pkgver = 2.36.9
+ pkgver = 2.36.10
pkgrel = 1
url = https://github.com/spicetify/spicetify-cli
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = spicetify-cli
license = LGPL2.1
makedepends = go
optdepends = xdg-utils: Allows for opening directories in default file manager
- source = spicetify-cli-2.36.9.tar.gz::https://github.com/spicetify/spicetify-cli/archive/v2.36.9.tar.gz
- sha256sums = 8e258dc46c913a7f0a97f5b0d1306c7cf9abd0dc806e45d076500f8e1e39c30c
+ source = spicetify-cli-2.36.10.tar.gz::https://github.com/spicetify/spicetify-cli/archive/v2.36.10.tar.gz
+ sha256sums = 1d591cfb061a4ee7065db57828030dc1c85d5ae0dd3d9ef022350acd245bf98d
pkgname = spicetify-cli
diff --git a/PKGBUILD b/PKGBUILD
index 4652f69724b0..cf891253fe8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
## Maintainer: khanhas <xuankhanh963@gmail.com>, itsmeow <itsmeow@itsmeow.dev>
pkgname=spicetify-cli
-pkgver=2.36.9
+pkgver=2.36.10
pkgrel=1
pkgdesc='Command-line tool to customize Spotify client'
arch=('x86_64' 'i686')
@@ -9,7 +9,7 @@ license=('LGPL2.1')
makedepends=('go')
optdepends=('xdg-utils: Allows for opening directories in default file manager')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('8e258dc46c913a7f0a97f5b0d1306c7cf9abd0dc806e45d076500f8e1e39c30c')
+sha256sums=('1d591cfb061a4ee7065db57828030dc1c85d5ae0dd3d9ef022350acd245bf98d')
build() {
cd "$pkgname-$pkgver"