kpcyrd pushed to branch main at Arch Linux / Packaging / Packages /
spotify-launcher
Commits:
59003245 by kpcyrd at 2023-12-09T12:45:01+01:00
upgpkg: 0.5.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
pkgbase = spotify-launcher
pkgdesc = Client for spotify's apt repository in Rust for Arch Linux
- pkgver = 0.5.2
+ pkgver = 0.5.3
pkgrel = 1
url = https://github.com/kpcyrd/spotify-launcher
arch = x86_64
+ license = Apache-2.0
license = MIT
- license = Apache
makedepends = cargo
depends = alsa-lib>=1.0.14
depends = at-spi2-atk
@@ -21,10 +21,10 @@ pkgbase = spotify-launcher
depends = zenity
options = !lto
backup = etc/spotify-launcher.conf
- source =
https://github.com/kpcyrd/spotify-launcher/archive/v0.5.2/spotify-launcher-0.5.2.tar.gz
- source =
https://github.com/kpcyrd/spotify-launcher/releases/download/v0.5.2/spotify-launcher-0.5.2.tar.gz.asc
+ source =
https://github.com/kpcyrd/spotify-launcher/archive/v0.5.3/spotify-launcher-0.5.3.tar.gz
+ source =
https://github.com/kpcyrd/spotify-launcher/releases/download/v0.5.3/spotify-launcher-0.5.3.tar.gz.asc
validpgpkeys = 64B13F7117D6E07D661BBCE0FE763A64F5E54FD6
- b2sums =
3c92a44357e0349103b284f623dfe6eb645238ad15818aa20e0fc02089057cbdaf162bcf78b6b492231ba1c8e93d864e63078aa9d9872c725e7e5471d9c46232
+ b2sums =
c89ebefa1a9a0ecbcd082459d844e990c53de3c09f6123cdaab8385511ee257330d58ebf33fad46077e4b887e26141278dbf0aad968c01a7d9998bd670ea0eca
b2sums = SKIP
pkgname = spotify-launcher
=====================================
PKGBUILD
=====================================
@@ -1,12 +1,12 @@
# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
pkgname=spotify-launcher
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc="Client for spotify's apt repository in Rust for Arch Linux"
url='https://github.com/kpcyrd/spotify-launcher'
arch=('x86_64')
-license=('MIT' 'Apache')
+license=('Apache-2.0' 'MIT')
depends=(
'alsa-lib>=1.0.14'
'at-spi2-atk'
@@ -25,7 +25,7 @@ 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)
-b2sums=('3c92a44357e0349103b284f623dfe6eb645238ad15818aa20e0fc02089057cbdaf162bcf78b6b492231ba1c8e93d864e63078aa9d9872c725e7e5471d9c46232'
+b2sums=('c89ebefa1a9a0ecbcd082459d844e990c53de3c09f6123cdaab8385511ee257330d58ebf33fad46077e4b887e26141278dbf0aad968c01a7d9998bd670ea0eca'
'SKIP')
options=('!lto')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/spotify-launcher/-/commit/5900324597676cc3b9982e4626d3393e0d1b3b11
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/spotify-launcher/-/commit/5900324597676cc3b9982e4626d3393e0d1b3b11
You're receiving this email because of your account on gitlab.archlinux.org.