Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
ncspot
Commits:
23f077ab by Christian Heusel at 2024-03-07T13:55:27+01:00
upgpkg: 1.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,17 @@
pkgbase = ncspot
pkgdesc = Cross-platform ncurses Spotify client written in Rust,
inspired by ncmpc and the likes.
- pkgver = 0.13.3
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/hrkfdn/ncspot
arch = x86_64
- license = BSD
+ license = BSD-2-Clause
makedepends = cargo
makedepends = python
makedepends = pkgconf
makedepends = ueberzug
makedepends = pandoc-cli
+ depends = glibc
+ depends = gcc-libs
depends = openssl
depends = libpulse
depends = libxcb
@@ -17,7 +19,7 @@ pkgbase = ncspot
depends = hicolor-icon-theme
optdepends = ueberzug: display album art in terminal (X11)
options = !lto
- source =
ncspot-0.13.3.tar.gz::https://github.com/hrkfdn/ncspot/archive/v0.13.3.tar.gz
- b2sums =
c10eaa39540520d115768d21969cf3c8545bb3d01d7609ee479306351ddcf217ece63c3efefbbfe08c3a41292cc6e57882cd0e97b70824fcbafd21004747a53d
+ source =
ncspot-1.1.0.tar.gz::https://github.com/hrkfdn/ncspot/archive/v1.1.0.tar.gz
+ b2sums =
5f330654f755e61407e229de0b0f9ad3364d54c1dd180f26b83dfe6836601bcbebf940d545d54d886098c2c9e12e9a312f4ffc82999f226dc6b8767ca1c9bf7b
pkgname = ncspot
=====================================
PKGBUILD
=====================================
@@ -2,17 +2,17 @@
# Contributor: Alejandro Valdes <alejandrovaldes at live dot com>
pkgname=ncspot
-pkgver=0.13.3
+pkgver=1.1.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"
-license=('BSD')
-depends=('openssl' 'libpulse' 'libxcb' 'dbus' 'hicolor-icon-theme')
+license=('BSD-2-Clause')
+depends=('glibc' 'gcc-libs' 'openssl' 'libpulse' 'libxcb' 'dbus'
'hicolor-icon-theme')
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=('c10eaa39540520d115768d21969cf3c8545bb3d01d7609ee479306351ddcf217ece63c3efefbbfe08c3a41292cc6e57882cd0e97b70824fcbafd21004747a53d')
+b2sums=('5f330654f755e61407e229de0b0f9ad3364d54c1dd180f26b83dfe6836601bcbebf940d545d54d886098c2c9e12e9a312f4ffc82999f226dc6b8767ca1c9bf7b')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ncspot/-/commit/23f077abd343f7420ac079a6d3b236e9372b861f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ncspot/-/commit/23f077abd343f7420ac079a6d3b236e9372b861f
You're receiving this email because of your account on gitlab.archlinux.org.