Update to 1.1.1

This commit is contained in:
Moabeat 2024-05-10 16:30:11 +02:00
parent ca92f31b0a
commit 0c45660595
2 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
pkgbase = ncspot-ncurses
pkgdesc = Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes.
pkgver = 1.1.0
pkgrel = 2
pkgdesc = Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes
pkgver = 1.1.1
pkgrel = 1
url = https://github.com/hrkfdn/ncspot
arch = x86_64
license = BSD
@ -24,7 +24,7 @@ pkgbase = ncspot-ncurses
conflicts = ncspot-git
conflicts = ncspot-bin
options = !lto
source = ncspot-1.1.0.tar.gz::https://github.com/hrkfdn/ncspot/archive/v1.1.0.tar.gz
b2sums = 5f330654f755e61407e229de0b0f9ad3364d54c1dd180f26b83dfe6836601bcbebf940d545d54d886098c2c9e12e9a312f4ffc82999f226dc6b8767ca1c9bf7b
source = ncspot-1.1.1.tar.gz::https://github.com/hrkfdn/ncspot/archive/v1.1.1.tar.gz
b2sums = 3c637c3426df7f2ac9e7f6fe5835fa2b0e691c2a67c207f75cacb2813a3570549447dc5a30ba2c4c678b512c895553c7a007bc22547a883ae42b94a40628bcf3
pkgname = ncspot-ncurses

View file

@ -4,9 +4,9 @@
pkgname=ncspot-ncurses
_pkgname=ncspot
pkgver=1.1.0
pkgrel=2
pkgdesc="Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes."
pkgver=1.1.1
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"
license=('BSD')
@ -16,7 +16,7 @@ depends=('openssl' 'libpulse' 'libxcb' 'dbus' 'hicolor-icon-theme' 'gcc-libs' 'g
makedepends=('cargo' 'python' 'pkgconf' 'ueberzug' 'pandoc-cli')
optdepends=('ueberzug: display album art in terminal (X11)')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/hrkfdn/ncspot/archive/v${pkgver}.tar.gz")
b2sums=('5f330654f755e61407e229de0b0f9ad3364d54c1dd180f26b83dfe6836601bcbebf940d545d54d886098c2c9e12e9a312f4ffc82999f226dc6b8767ca1c9bf7b')
b2sums=('3c637c3426df7f2ac9e7f6fe5835fa2b0e691c2a67c207f75cacb2813a3570549447dc5a30ba2c4c678b512c895553c7a007bc22547a883ae42b94a40628bcf3')
options=('!lto')
prepare() {