Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / Packages / sdl_mixer
Commits: c758a12b by Massimiliano Torromeo at 2025-08-19T23:16:59+02:00 Added nvchecker.toml - - - - - 2 changed files: - + .nvchecker.toml - PKGBUILD Changes: ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[sdl_mixer] +source = "regex" +url = "https://www.libsdl.org/projects/SDL_mixer/release/" +regex = "SDL_mixer-([\\d.]+)\\.tar\\.gz" ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ pkgname=sdl_mixer pkgver=1.2.12 pkgrel=12 pkgdesc="A simple multi-channel audio mixer" -url="https://www.libsdl.org/projects/SDL_mixer/" +url="https://github.com/libsdl-org/SDL_mixer" arch=(x86_64) license=(custom) depends=(libmikmod libvorbis sdl) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sdl_mixer/-/commit/c758a12b03215a25576fb78d212751c158945ce0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sdl_mixer/-/commit/c758a12b03215a25576fb78d212751c158945ce0 You're receiving this email because of your account on gitlab.archlinux.org.
