Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / rgbds
Commits: 86ff0dbc by Maxime Gauduin at 2024-01-05T11:07:46+01:00 upgpkg: 0.7.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = rgbds + pkgdesc = Rednex GameBoy Development System + pkgver = 0.7.0 + pkgrel = 1 + url = https://github.com/gbdev/rgbds + arch = x86_64 + license = MIT + makedepends = cmake + makedepends = git + makedepends = ninja + depends = glibc + depends = libpng + source = git+https://github.com/gbdev/rgbds.git#tag=08f3e360c9525b65291db9cee66fc5eb6e4a45e4 + sha256sums = SKIP + +pkgname = rgbds ===================================== PKGBUILD ===================================== @@ -2,11 +2,11 @@ # Contributor: Vaporeon <[email protected]> pkgname=rgbds -pkgver=0.6.1 +pkgver=0.7.0 pkgrel=1 pkgdesc='Rednex GameBoy Development System' arch=(x86_64) -url=https://github.com/gbdev/rgbds/ +url=https://github.com/gbdev/rgbds license=(MIT) depends=( glibc @@ -17,7 +17,7 @@ makedepends=( git ninja ) -_tag=69a573923f208d625df589c7a54a18738b07969c +_tag=08f3e360c9525b65291db9cee66fc5eb6e4a45e4 source=(git+https://github.com/gbdev/rgbds.git#tag=${_tag}) sha256sums=(SKIP) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rgbds/-/commit/86ff0dbca0fe79066270611fa13f7bad93f6baa7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rgbds/-/commit/86ff0dbca0fe79066270611fa13f7bad93f6baa7 You're receiving this email because of your account on gitlab.archlinux.org.
