David Runge pushed to branch main at Arch Linux / Packaging / Packages / livecd-sounds
Commits: 0a7545a7 by David Runge at 2026-01-09T21:05:12+01:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - debe2970 by David Runge at 2026-01-09T21:08:04+01:00 Switch to correct SPDX license identifier Signed-off-by: David Runge <[email protected]> - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -4,7 +4,7 @@ pkgbase = livecd-sounds pkgrel = 3 url = https://alex19ep.me/public/ arch = any - license = custom:CCPL + license = CC0-1.0 source = https://alex19ep.me/public/livecd-sounds-1.0.tar.xz source = https://alex19ep.me/public/livecd-sounds-1.0.tar.xz.sig validpgpkeys = 6C7F7F22E0152A6FD5728592DAD6F3056C897266 ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[livecd-sounds] +source = "regex" +regex = 'livecd-sounds-([\d.]+)\.tar\.xz?' +url = "https://alex19ep.me/public/" ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgrel=3 pkgdesc="Sound files for accessibility features in a boot medium" arch=(any) url="https://alex19ep.me/public/" -license=(custom:CCPL) +license=(CC0-1.0) source=(https://alex19ep.me/public/$pkgname-$pkgver.tar.xz{,.sig}) sha512sums=('d5b566f712c6f0f3342b2fc24f0a301df1a3fa6bd1fb31d82e3e8443a391cebe1a7d874c9fafc2a6238caba3aa60223e6f75a5a5282c3cfe2571af88d2bf0c42' 'SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/livecd-sounds/-/compare/a9dc0bee5df061422953d8ffacab315fa91fdfd9...debe29708622d28baea0aac9e4cef89917169a0b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/livecd-sounds/-/compare/a9dc0bee5df061422953d8ffacab315fa91fdfd9...debe29708622d28baea0aac9e4cef89917169a0b You're receiving this email because of your account on gitlab.archlinux.org.
