summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoodBoyNeon2024-06-15 17:02:04 +0545
committerGoodBoyNeon2024-06-15 17:02:04 +0545
commit9d17c74837b5bf7db86d5376e7a5ad549204cd5a (patch)
tree74c1bb38232850e05fad96c094a4937d5363daff
parent9010a521fd3ff81f189646179e6d3b43667f54f5 (diff)
downloadaur-9d17c74837b5bf7db86d5376e7a5ad549204cd5a.tar.gz
Release v0.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1014c057dfd6..bbcea3b19135 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sprofile
pkgdesc = A tool for accessing your spotify statistics without ever leaving the terminal
- pkgver = 0.1.1
- pkgrel = 2
+ pkgver = 0.2.0
+ pkgrel = 0
url = https://github.com/goodboyneon/sprofile
arch = x86_64
license = MIT
@@ -9,7 +9,7 @@ pkgbase = sprofile
depends = nodejs>=18
depends = rust
depends = cargo
- source = sprofile-0.1.1.tar.gz::https://github.com/goodboyneon/sprofile/archive/v0.1.1.tar.gz
- sha256sums = 187c5b80cd94f1740c5fa7588a34a398dd4d71e8eb9218a76fc693927c967894
+ source = sprofile-0.2.0.tar.gz::https://github.com/goodboyneon/sprofile/archive/v0.2.0.tar.gz
+ sha256sums = 453464c1b1a7d25bf4e75ea7222e5cf2aab766469adb0afab8d8f5d999ea50c6
pkgname = sprofile
diff --git a/PKGBUILD b/PKGBUILD
index a22156b4f1c9..c2fab5aac80c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sushant Ray <contact@neon.is-a.dev>
pkgname='sprofile'
-pkgver=0.1.1
-pkgrel=2
+pkgver=0.2.0
+pkgrel=0
epoch=
pkgdesc="A tool for accessing your spotify statistics without ever leaving the terminal"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('nodejs>=18' 'rust' 'cargo')
makedepends=('git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/goodboyneon/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=("187c5b80cd94f1740c5fa7588a34a398dd4d71e8eb9218a76fc693927c967894")
+sha256sums=("453464c1b1a7d25bf4e75ea7222e5cf2aab766469adb0afab8d8f5d999ea50c6")
build() {