summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoodBoyNeon2024-06-10 19:57:55 +0545
committerGoodBoyNeon2024-06-10 19:57:55 +0545
commit90cd71e24b4492504dd9857d836db8df67947a6f (patch)
treeb550d42d3d4d21ef2bed7a0497507938b47f8c5a
parent4d223149dcb38ec34b18618363783bba6926e7bb (diff)
downloadaur-90cd71e24b4492504dd9857d836db8df67947a6f.tar.gz
Release v0.1.0-2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a65bc2a3823c..8edf89376ea5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='sprofile'
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
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=("d7c51b2d2de5fdb9153467386c55db89b070e2f6d27783805685c3ff796b565d")
+sha256sums=("1f39737b71833f23ae75ae3637a7421b0ada7bf1452d39900083d23d6b200620")
build() {