kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / 
spotify-launcher


Commits:
05f57816 by kpcyrd at 2024-12-28T00:36:35+01:00
upgpkg: 0.6.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = spotify-launcher
        pkgdesc = Client for spotify's apt repository in Rust for Arch Linux
-       pkgver = 0.6.0
+       pkgver = 0.6.1
        pkgrel = 1
        url = https://github.com/kpcyrd/spotify-launcher
        arch = x86_64
@@ -25,12 +25,12 @@ pkgbase = spotify-launcher
        depends = zenity
        options = !lto
        backup = etc/spotify-launcher.conf
-       source = 
https://github.com/kpcyrd/spotify-launcher/archive/v0.6.0/spotify-launcher-0.6.0.tar.gz
-       source = 
https://github.com/kpcyrd/spotify-launcher/releases/download/v0.6.0/spotify-launcher-0.6.0.tar.gz.asc
+       source = 
https://github.com/kpcyrd/spotify-launcher/archive/v0.6.1/spotify-launcher-0.6.1.tar.gz
+       source = 
https://github.com/kpcyrd/spotify-launcher/releases/download/v0.6.1/spotify-launcher-0.6.1.tar.gz.asc
        validpgpkeys = 64B13F7117D6E07D661BBCE0FE763A64F5E54FD6
-       sha256sums = 
63af1a2bf33d50dd40916afc98e70095cb77a86501c36647dfc1cee0fae5b56f
+       sha256sums = 
c79dd02b5724738b9ad340f41d1b106cd7152564e21b01ef87548fa99821f3cb
        sha256sums = SKIP
-       b2sums = 
171d1bf39ddee2c10158ee122a0462b97919d827fe14df56ec7247fbd61f6d0caa6fd266a5ad686a03865829c6214a17aa50368117c8c01e7c7b183d6eb3816b
+       b2sums = 
431eacf88120462f0290322511d17bc6bd076b83a17685f4221a2b032799e88f5d4ac0472bddcfbac05463a64c9249bf82a0fdcfecf552abaa128ac3ce0da833
        b2sums = SKIP
 
 pkgname = spotify-launcher


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
 
 pkgname=spotify-launcher
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="Client for spotify's apt repository in Rust for Arch Linux"
 url='https://github.com/kpcyrd/spotify-launcher'
@@ -28,9 +28,9 @@ makedepends=('cargo')
 backup=('etc/spotify-launcher.conf')
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
         
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha256sums=('63af1a2bf33d50dd40916afc98e70095cb77a86501c36647dfc1cee0fae5b56f'
+sha256sums=('c79dd02b5724738b9ad340f41d1b106cd7152564e21b01ef87548fa99821f3cb'
             'SKIP')
-b2sums=('171d1bf39ddee2c10158ee122a0462b97919d827fe14df56ec7247fbd61f6d0caa6fd266a5ad686a03865829c6214a17aa50368117c8c01e7c7b183d6eb3816b'
+b2sums=('431eacf88120462f0290322511d17bc6bd076b83a17685f4221a2b032799e88f5d4ac0472bddcfbac05463a64c9249bf82a0fdcfecf552abaa128ac3ce0da833'
         'SKIP')
 options=('!lto')
 
@@ -38,7 +38,7 @@ validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+  cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 
 build() {
@@ -55,7 +55,7 @@ package() {
   cd "${pkgname}-${pkgver}"
   install -Dm 755 -t "${pkgdir}/usr/bin" \
     target/release/spotify-launcher
-  install -Dm 644 data/pubkey_6224F9941A8AA6D1.gpg \
+  install -Dm 644 data/pubkey_C85668DF69375001.gpg \
     "${pkgdir}/usr/share/spotify-launcher/keyring.pgp"
 
   install -Dm644 contrib/spotify-launcher.desktop -t 
"${pkgdir}/usr/share/applications"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spotify-launcher/-/commit/05f578164c12d26f45c79632f967bdaf19225ca3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spotify-launcher/-/commit/05f578164c12d26f45c79632f967bdaf19225ca3
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to