Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
libretro-scummvm
Commits:
395a706d by Maxime Gauduin at 2024-07-28T22:48:10+02:00
upgpkg: 153492-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = libretro-scummvm
pkgdesc = ScummVM core
- pkgver = 150021
- pkgrel = 2
+ pkgver = 153492
+ pkgrel = 1
url = https://github.com/libretro/scummvm
arch = x86_64
groups = libretro
license = GPL
makedepends = git
depends = libretro-core-info
- source =
libretro-scummvm::git+https://github.com/libretro/scummvm.git#commit=d8610590364fde127fbd4dae4c4a0447394d8daa
- sha256sums = SKIP
+ source =
libretro-scummvm::git+https://github.com/libretro/scummvm.git#commit=4f5f776b8d25cfc4636ff02e01b8fa7fe4259950
+ sha256sums =
ecba138453efbbcfbe3512b41bc14b0a42c99821703e109032224e6ddec25b4c
pkgname = libretro-scummvm
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Oliver Jaksch <[email protected]>
pkgname=libretro-scummvm
-pkgver=150021
-pkgrel=2
+pkgver=153492
+pkgrel=1
pkgdesc='ScummVM core'
arch=(x86_64)
url=https://github.com/libretro/scummvm
@@ -11,9 +11,9 @@ license=(GPL)
groups=(libretro)
depends=(libretro-core-info)
makedepends=(git)
-_commit=d8610590364fde127fbd4dae4c4a0447394d8daa
+_commit=4f5f776b8d25cfc4636ff02e01b8fa7fe4259950
source=(libretro-scummvm::git+https://github.com/libretro/scummvm.git#commit=${_commit})
-sha256sums=(SKIP)
+sha256sums=('ecba138453efbbcfbe3512b41bc14b0a42c99821703e109032224e6ddec25b4c')
pkgver() {
cd libretro-scummvm
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-scummvm/-/commit/395a706d646312e82209222b797b245fc9a3d5c8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-scummvm/-/commit/395a706d646312e82209222b797b245fc9a3d5c8
You're receiving this email because of your account on gitlab.archlinux.org.