Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
libretro-play
Commits:
997b5059 by Maxime Gauduin at 2024-07-28T22:47:45+02:00
upgpkg: 8292-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libretro-play
pkgdesc = Sony PlayStation 2 core
- pkgver = 8218
- pkgrel = 2
+ pkgver = 8292
+ pkgrel = 1
url = https://github.com/jpd002/Play-
arch = x86_64
groups = libretro
@@ -17,7 +17,7 @@ pkgbase = libretro-play
depends = libgl
depends = libretro-core-info
depends = zlib
- source =
libretro-play::git+https://github.com/jpd002/Play-.git#commit=ca98a3ca28a863469861400da2b220aa45cb1243
+ source =
libretro-play::git+https://github.com/jpd002/Play-.git#commit=922caaadd4a30820e294d1a94885e39f0941a63a
source = play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git
source =
play-Dependencies::git+https://github.com/jpd002/Play-Dependencies.git
source = git+https://github.com/gulrak/filesystem.git
@@ -27,7 +27,7 @@ pkgbase = libretro-play
source = git+https://github.com/SDWebImage/SDWebImage.git
source = git+https://github.com/Cyan4973/xxHash.git
source = git+https://github.com/facebook/zstd.git
- b2sums = SKIP
+ b2sums =
9918c8a9b7b7459973168a5157c46db73f95823140d2ef21633f1265305f3caa30e6c27f6ea8d9d157a109a5d40b299393b9e36030d2e323401db01efd982591
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Maxime Gauduin <[email protected]>
pkgname=libretro-play
-pkgver=8218
-pkgrel=2
+pkgver=8292
+pkgrel=1
pkgdesc='Sony PlayStation 2 core'
arch=(x86_64)
url=https://github.com/jpd002/Play-
@@ -23,7 +23,7 @@ makedepends=(
git
libglvnd
)
-_commit=ca98a3ca28a863469861400da2b220aa45cb1243
+_commit=922caaadd4a30820e294d1a94885e39f0941a63a
source=(
libretro-play::git+https://github.com/jpd002/Play-.git#commit=${_commit}
play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git
@@ -36,18 +36,16 @@ source=(
git+https://github.com/Cyan4973/xxHash.git
git+https://github.com/facebook/zstd.git
)
-b2sums=(
- SKIP
- SKIP
- SKIP
- SKIP
- SKIP
- SKIP
- SKIP
- SKIP
- SKIP
- SKIP
-)
+b2sums=('9918c8a9b7b7459973168a5157c46db73f95823140d2ef21633f1265305f3caa30e6c27f6ea8d9d157a109a5d40b299393b9e36030d2e323401db01efd982591'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
pkgver() {
cd libretro-play
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-play/-/commit/997b5059e3c2ee7a66b6a69136c77463a8ea77fb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-play/-/commit/997b5059e3c2ee7a66b6a69136c77463a8ea77fb
You're receiving this email because of your account on gitlab.archlinux.org.