summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Husen2022-06-11 02:14:18 +0000
committerAhmad Husen2022-06-11 02:14:18 +0000
commit1b7b66b0f22835c6c0b0e0d6d6ce11bd95c44e2a (patch)
tree6e011c625c3eb11d9fc8cae8aa755338fe5d7291
parent73fe2289acadbced495982cf2fa70b89e61cf0e4 (diff)
downloadaur-1b7b66b0f22835c6c0b0e0d6d6ce11bd95c44e2a.tar.gz
chore: bump to 0.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8f727736589..cb6db36da1c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ncspot-bin
pkgdesc = Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes.
- pkgver = 0.9.8
- pkgrel = 2
+ pkgver = 0.10.0
+ pkgrel = 1
url = https://github.com/hrkfdn/ncspot
arch = x86_64
license = BSD
@@ -9,9 +9,9 @@ pkgbase = ncspot-bin
provides = ncspot
conflicts = ncspot
conflicts = ncspot-git
- source = https://github.com/hapakaien/aur-packages/releases/download/ncspot%40v0.9.8/ncspot-v0.9.8-linux-x86_64.tar.gz
+ source = https://github.com/hapakaien/aur-packages/releases/download/ncspot%40v0.10.0/ncspot-v0.10.0-linux-x86_64.tar.gz
source = https://github.com/hrkfdn/ncspot/raw/main/LICENSE
- sha512sums = ecc8e3d36d95ce6c5563e88a7a272c2570cbec7e03e587f91f9f4bed94af11c48ad2672095e634cf1682a5cc9fc0b35e625a5bb0b22ed5518c450a02c0130bef
+ sha512sums = b5203a00bba82bdb048037dde06424d4f833d0cf444f01948c0344aa21a1e27b916610748c50829dda453568cdb7fbf60dff48495e974401565f337243cd607c
sha512sums = 5704429acf132bc3d66071eb9d5b3ba82e3cc960fb691a786fe8c0ce1526e4fb4a1ce36059501c9c37eca8d47ba67dfd0d0d4c673f7dfbb15f486a93a2c91bdf
pkgname = ncspot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 850ba83e7755..c9ff5f3a3f9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: A. Husen <hi@husen.id>
pkgname=ncspot-bin
_pkgname=ncspot
-pkgver=0.9.8
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
pkgdesc="Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes."
arch=('x86_64')
url="https://github.com/hrkfdn/ncspot"
@@ -11,7 +11,7 @@ provides=('ncspot')
conflicts=('ncspot' 'ncspot-git')
optdepends=('ueberzug: album cover support')
source=("https://github.com/hapakaien/aur-packages/releases/download/ncspot%40v${pkgver}/ncspot-v${pkgver}-linux-x86_64.tar.gz" "${url}/raw/main/LICENSE")
-sha512sums=('ecc8e3d36d95ce6c5563e88a7a272c2570cbec7e03e587f91f9f4bed94af11c48ad2672095e634cf1682a5cc9fc0b35e625a5bb0b22ed5518c450a02c0130bef'
+sha512sums=('b5203a00bba82bdb048037dde06424d4f833d0cf444f01948c0344aa21a1e27b916610748c50829dda453568cdb7fbf60dff48495e974401565f337243cd607c'
'5704429acf132bc3d66071eb9d5b3ba82e3cc960fb691a786fe8c0ce1526e4fb4a1ce36059501c9c37eca8d47ba67dfd0d0d4c673f7dfbb15f486a93a2c91bdf')
package() {