Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
libretro-gambatte
Commits:
cf110b92 by Maxime Gauduin at 2024-07-28T22:44:30+02:00
upgpkg: 1045-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = libretro-gambatte
pkgdesc = Nintendo Game Boy/Game Boy Color core
- pkgver = 1030
- pkgrel = 2
+ pkgver = 1045
+ pkgrel = 1
url = https://github.com/libretro/gambatte-libretro
arch = x86_64
groups = libretro
license = GPL2
makedepends = git
depends = libretro-core-info
- source =
libretro-gambatte::git+https://github.com/libretro/gambatte-libretro.git#commit=cbda5ea9fd81d1be0220dfc690d05240655602e4
- sha256sums = SKIP
+ source =
libretro-gambatte::git+https://github.com/libretro/gambatte-libretro.git#commit=607c19668426b8945011fd11e25cfce7849f7e13
+ sha256sums =
b160baad2d848f2f09bfa4ec05e8faf7a35ea0adc803af2ac6400156b00da600
pkgname = libretro-gambatte
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Lauri Niskanen <[email protected]>
pkgname=libretro-gambatte
-pkgver=1030
-pkgrel=2
+pkgver=1045
+pkgrel=1
pkgdesc='Nintendo Game Boy/Game Boy Color core'
arch=(x86_64)
url=https://github.com/libretro/gambatte-libretro
@@ -11,9 +11,9 @@ license=(GPL2)
groups=(libretro)
depends=(libretro-core-info)
makedepends=(git)
-_commit=cbda5ea9fd81d1be0220dfc690d05240655602e4
+_commit=607c19668426b8945011fd11e25cfce7849f7e13
source=(libretro-gambatte::git+https://github.com/libretro/gambatte-libretro.git#commit=${_commit})
-sha256sums=(SKIP)
+sha256sums=('b160baad2d848f2f09bfa4ec05e8faf7a35ea0adc803af2ac6400156b00da600')
pkgver() {
cd libretro-gambatte
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-gambatte/-/commit/cf110b92db441e895b191b2b0bb4b5b258614157
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-gambatte/-/commit/cf110b92db441e895b191b2b0bb4b5b258614157
You're receiving this email because of your account on gitlab.archlinux.org.