summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralucryd2020-06-15 15:29:50 +0000
committerDobroslaw Kijowski2020-06-29 19:47:52 +0200
commitac7d96b019a1015716f1baf926538b4efa54f803 (patch)
treeed313743ac79d4f3d747cc3bdf7408e792ac3cff
parent7e3da5885e148d454d8068ba82cf96de63683cd8 (diff)
downloadaur-ac7d96b019a1015716f1baf926538b4efa54f803.tar.gz
FS#66843: retroarch 1.8.8-2
git-svn-id: file:///srv/repos/svn-community/svn@645297 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-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() {