Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / kew
Commits: 3472245a by Robin Candau at 2026-07-13T18:47:54+02:00 upgpkg: 4.2.1-1: New upstream release https://codeberg.org/ravachol/kew/releases/tag/v4.2.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = kew pkgdesc = Music for the Shell - pkgver = 4.1.8 + pkgver = 4.2.1 pkgrel = 1 url = https://codeberg.org/ravachol/kew arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = kew depends = taglib depends = libogg depends = faad2 - source = kew-4.1.8.tar.gz::https://codeberg.org/ravachol/kew/archive/v4.1.8.tar.gz - sha512sums = aa8a2fe9ea99298540c7ddcfa4f6cd748168bbf075f102abf1eb077059e4fc8fdf866208dd5bcc5163a8d7aaafca3813d54ff103431b24258405d423d5399121 + source = kew-4.2.1.tar.gz::https://codeberg.org/ravachol/kew/archive/v4.2.1.tar.gz + sha512sums = 4abca2a2d13e2da2f3b00019d1f0ef5ce9b48f53195bbbd121901c3ad25712ead7a3d9a4efb8d863c63978a1c8f750c44befaff7300ba4bd5b50c8008d0572a1 pkgname = kew ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Matteo Giordano <mail at matteogiordano dot me> pkgname=kew -pkgver=4.1.8 +pkgver=4.2.1 pkgrel=1 pkgdesc="Music for the Shell" url="https://codeberg.org/ravachol/kew" @@ -10,7 +10,7 @@ arch=('x86_64') license=('GPL-2.0-only') depends=('fftw' 'chafa' 'glib2' 'opus' 'opusfile' 'libvorbis' 'taglib' 'libogg' 'faad2') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha512sums=('aa8a2fe9ea99298540c7ddcfa4f6cd748168bbf075f102abf1eb077059e4fc8fdf866208dd5bcc5163a8d7aaafca3813d54ff103431b24258405d423d5399121') +sha512sums=('4abca2a2d13e2da2f3b00019d1f0ef5ce9b48f53195bbbd121901c3ad25712ead7a3d9a4efb8d863c63978a1c8f750c44befaff7300ba4bd5b50c8008d0572a1') prepare() { cd "${pkgname}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kew/-/commit/3472245a1df077c84ec4596683397997691b4529 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kew/-/commit/3472245a1df077c84ec4596683397997691b4529 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
