summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd972a6442f5..ee213b3237b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = spicetify-marketplace-bin
pkgdesc = Spicetify app that integrates a marketplace for extensions, themes and snippets
- pkgver = 1.0.1
- pkgrel = 3
+ pkgver = 1.0.2
+ pkgrel = 1
url = https://github.com/spicetify/spicetify-marketplace
install = spicetify-marketplace-bin.install
arch = any
license = MIT
makedepends = git
depends = spicetify-cli
- source = spicetify-marketplace-v1.0.1.zip::https://github.com/spicetify/spicetify-marketplace/releases/download/v1.0.1/spicetify-marketplace.zip
- source = color-v1.0.1.ini::https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/color.ini
- source = LICENSE-v1.0.1::https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/LICENSE
- sha256sums = e020c82f4bc2520cb0dfd97c5430ec8ad2ea95e5be7a2a42405f0456ba782579
+ source = spicetify-marketplace-v1.0.2.zip::https://github.com/spicetify/spicetify-marketplace/releases/download/v1.0.2/spicetify-marketplace.zip
+ source = color-v1.0.2.ini::https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/color.ini
+ source = LICENSE-v1.0.2::https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/LICENSE
+ sha256sums = ff66ce3bce46fa3198a9912c7580d500f71484f27ca653d40f12d9007f885959
sha256sums = 802c83f4f822eb254f60ef34ea8c53ea9d97889b9e886ac532e42953b9548fb2
sha256sums = 49ecb1c6db038200e2f9e8549d99d1966dcfa5b4bc3d0aea3e89b2f3a305a6da
diff --git a/PKGBUILD b/PKGBUILD
index 1e9c8b7f21cf..a85915b2900e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: jensb <aur-jensb AT mailbox PUNKT org>
pkgname='spicetify-marketplace-bin'
-pkgver=1.0.1
-pkgrel=3
+pkgver=1.0.2
+pkgrel=1
pkgdesc='Spicetify app that integrates a marketplace for extensions, themes and snippets'
arch=('any')
url='https://github.com/spicetify/spicetify-marketplace'
@@ -12,7 +12,7 @@ makedepends=('git')
source=("spicetify-marketplace-v${pkgver}.zip::https://github.com/spicetify/spicetify-marketplace/releases/download/v${pkgver}/spicetify-marketplace.zip"
"color-v${pkgver}.ini::https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/color.ini"
"LICENSE-v${pkgver}::https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/LICENSE")
-sha256sums=('e020c82f4bc2520cb0dfd97c5430ec8ad2ea95e5be7a2a42405f0456ba782579'
+sha256sums=('ff66ce3bce46fa3198a9912c7580d500f71484f27ca653d40f12d9007f885959'
'802c83f4f822eb254f60ef34ea8c53ea9d97889b9e886ac532e42953b9548fb2'
'49ecb1c6db038200e2f9e8549d99d1966dcfa5b4bc3d0aea3e89b2f3a305a6da')
install=spicetify-marketplace-bin.install