summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Minnocci2023-05-06 15:54:28 +0200
committerFrancesco Minnocci2023-05-06 15:54:28 +0200
commit2b1b226d51bdc2e37df5623ae3b23d7abd4abd4d (patch)
tree14709c2a0feefe5477d7b8d8829d14999a2c1bec
parent4e990b4320fb05cac19e4d1e438ec93e8325be82 (diff)
downloadaur-2b1b226d51bdc2e37df5623ae3b23d7abd4abd4d.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 144de63fd151..fc05486f25b5 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.13.1
- pkgrel = 2
+ pkgver = 0.13.2
+ 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/hrkfdn/ncspot/releases/download/v0.13.1/ncspot-v0.13.1-linux-x86_64.tar.gz
+ source = https://github.com/hrkfdn/ncspot/releases/download/v0.13.2/ncspot-v0.13.2-linux-x86_64.tar.gz
source = https://github.com/hrkfdn/ncspot/raw/main/LICENSE
- sha512sums = 5e5b12628437c1c0d4a4e8f0c7f4599bbf6ee7a28d4138647a3fae4d418a8eed6c53a9e96ec0d11c0026d29878d7b59bdbaa6c1cd7f630290beecd5c684fc029
+ sha512sums = 558c7bf983508f920261228a64cd4649ef77d3553adc76c51f4358e49e1494f55f746f70e797544eff76a023016ff2924cf66ea596d027a1d98c063be96c643c
sha512sums = 5704429acf132bc3d66071eb9d5b3ba82e3cc960fb691a786fe8c0ce1526e4fb4a1ce36059501c9c37eca8d47ba67dfd0d0d4c673f7dfbb15f486a93a2c91bdf
pkgname = ncspot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 90e7e38c453f..25c08ffaeba8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: A. Husen <hi@husen.id>
pkgname=ncspot-bin
_pkgname=ncspot
-pkgver=0.13.1
-pkgrel=2
+pkgver=0.13.2
+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"
@@ -14,7 +14,7 @@ source=(
"${url}/releases/download/v${pkgver}/ncspot-v${pkgver}-linux-x86_64.tar.gz"
"${url}/raw/main/LICENSE"
)
-sha512sums=('5e5b12628437c1c0d4a4e8f0c7f4599bbf6ee7a28d4138647a3fae4d418a8eed6c53a9e96ec0d11c0026d29878d7b59bdbaa6c1cd7f630290beecd5c684fc029'
+sha512sums=('558c7bf983508f920261228a64cd4649ef77d3553adc76c51f4358e49e1494f55f746f70e797544eff76a023016ff2924cf66ea596d027a1d98c063be96c643c'
'5704429acf132bc3d66071eb9d5b3ba82e3cc960fb691a786fe8c0ce1526e4fb4a1ce36059501c9c37eca8d47ba67dfd0d0d4c673f7dfbb15f486a93a2c91bdf')
package() {