Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
retroarch
Commits:
0b7988bc by Maxime Gauduin at 2023-10-10T00:24:08+02:00
upgpkg: 1.16.0.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = retroarch
pkgdesc = Reference frontend for the libretro API
- pkgver = 1.15.0
- pkgrel = 4
+ pkgver = 1.16.0.3
+ pkgrel = 1
url = http://www.libretro.com/
arch = x86_64
groups = libretro
@@ -50,7 +50,7 @@ pkgbase = retroarch
optdepends = retroarch-assets-ozone: Ozone menu assets
optdepends = retroarch-assets-xmb: XMB menu assets
backup = etc/retroarch.cfg
- source =
git+https://github.com/libretro/RetroArch.git#tag=6616b807edea5b56683e9fbca8b003b436c22b13
+ source =
git+https://github.com/libretro/RetroArch.git#tag=6c2cc456284fcfa6fa5f94664950926c020d2f7b
source = retroarch-config.patch
b2sums = SKIP
b2sums =
5ecbe57126c7f9b66bdf189f0af2f1cec031cb68ea85bb9609847ba9beb0e720c902cd3330d7c286901a73e6c2e272c3f04166cf9a47bb6f80097f19dde8ce3a
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: lifning <[email protected]>
pkgname=retroarch
-pkgver=1.15.0
-pkgrel=4
+pkgver=1.16.0.3
+pkgrel=1
pkgdesc='Reference frontend for the libretro API'
arch=(x86_64)
url=http://www.libretro.com/
@@ -60,7 +60,7 @@ optdepends=(
'retroarch-assets-xmb: XMB menu assets'
)
backup=(etc/retroarch.cfg)
-_tag=6616b807edea5b56683e9fbca8b003b436c22b13
+_tag=6c2cc456284fcfa6fa5f94664950926c020d2f7b
source=(
git+https://github.com/libretro/RetroArch.git#tag=${_tag}
retroarch-config.patch
@@ -76,7 +76,6 @@ pkgver() {
prepare() {
cd RetroArch
patch -Np1 -i ../retroarch-config.patch
- git cherry-pick -n 685948368e6b28b97e1b91bdfe5921519359a033 # FS#66843
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/retroarch/-/commit/0b7988bc2aa9408f7cc0dab04736ef34e05fd162
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/retroarch/-/commit/0b7988bc2aa9408f7cc0dab04736ef34e05fd162
You're receiving this email because of your account on gitlab.archlinux.org.