Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
spotify-player
Commits:
dd0f2dc5 by Orhun Parmaksız at 2025-11-12T09:03:55+03:00
upgpkg: 0.21.2-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = spotify-player
pkgdesc = A command driven spotify player
- pkgver = 0.21.1
+ pkgver = 0.21.2
pkgrel = 1
url = https://github.com/aome510/spotify-player
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = spotify-player
optdepends = libnotify: Notification support
optdepends = fzf: Fuzzy search support
options = !lto
- source =
spotify-player-0.21.1.tar.gz::https://github.com/aome510/spotify-player/archive/v0.21.1.tar.gz
- sha512sums =
1b1e7209f60076836286006600fc0dd9621d49d47588f544accddf221b307bd7387a52d8f33ed36c59ced24c3b03635f3acf261aa43bdb0d66e02e4b5300db89
+ source =
spotify-player-0.21.2.tar.gz::https://github.com/aome510/spotify-player/archive/v0.21.2.tar.gz
+ sha512sums =
c630a59e94083b9aabf2cc064477c8f7a86395f3d7742f5ede7300ec01d86da2e6ac9df0d87b342dfc32424bb37bc860781f0b10ed2ff5da28356633c09ff18e
pkgname = spotify-player
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Thang Pham <phamducthang1234 at gmail dot com>
pkgname=spotify-player
-pkgver=0.21.1
+pkgver=0.21.2
pkgrel=1
pkgdesc="A command driven spotify player"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('openssl' 'dbus' 'libpulse' 'libsixel')
optdepends=('libnotify: Notification support' 'fzf: Fuzzy search support')
makedepends=('cargo')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aome510/spotify-player/archive/v${pkgver}.tar.gz")
-sha512sums=('1b1e7209f60076836286006600fc0dd9621d49d47588f544accddf221b307bd7387a52d8f33ed36c59ced24c3b03635f3acf261aa43bdb0d66e02e4b5300db89')
+sha512sums=('c630a59e94083b9aabf2cc064477c8f7a86395f3d7742f5ede7300ec01d86da2e6ac9df0d87b342dfc32424bb37bc860781f0b10ed2ff5da28356633c09ff18e')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/spotify-player/-/commit/dd0f2dc5d24db96b75cc5ba1a5e1b59580f1fec2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/spotify-player/-/commit/dd0f2dc5d24db96b75cc5ba1a5e1b59580f1fec2
You're receiving this email because of your account on gitlab.archlinux.org.