summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b3cd29e5ad5..226fbe2de6f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = retroarch-rbp4
pkgdesc = Reference frontend for the libretro API (Raspberry Pi 4)
pkgver = 1.8.8
- pkgrel = 1
+ pkgrel = 2
url = http://www.libretro.com/
arch = armv7h
groups = libretro
diff --git a/PKGBUILD b/PKGBUILD
index 72adfb35245d..a562b784b10d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname=retroarch
pkgname=retroarch-rbp4
pkgver=1.8.8
-pkgrel=1
+pkgrel=2
pkgdesc='Reference frontend for the libretro API (Raspberry Pi 4)'
arch=(armv7h)
url=http://www.libretro.com/
@@ -69,6 +69,8 @@ prepare() {
cd RetroArch
patch -Np1 -i ../retroarch-config.patch
+
+ git cherry-pick -n 685948368e6b28b97e1b91bdfe5921519359a033 # FS#66843
}
build() {