summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBkacjios2023-04-19 12:59:25 -0400
committerBkacjios2023-04-19 12:59:25 -0400
commit863aae68768d610a48f5319687b52d6f45936d00 (patch)
treedf9199e56dafded5b1b67d9b6a29c40192ff53ef
parentc9581ad54eeede0d1ce9bbca5da0189082c9bab9 (diff)
downloadaur-863aae68768d610a48f5319687b52d6f45936d00.tar.gz
Update to 2.11.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rwxr-xr-xpugixml.patch3
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6982ce40d989..d7a0d52d7954 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emulationstation
pkgdesc = Emulation Station is a flexible emulator front-end supporting keyboardless navigation and custom system themes.
- pkgver = 2.11.1
+ pkgver = 2.11.2
pkgrel = 1
url = https://github.com/RetroPie/EmulationStation
install = emulationstation.install
@@ -33,14 +33,14 @@ pkgbase = emulationstation
optdepends = ppsspp-headless: PSP support
optdepends = steam: Steam support
conflicts = emulationstation-git
- source = https://github.com/RetroPie/EmulationStation/archive/v2.11.1.tar.gz
+ source = https://github.com/RetroPie/EmulationStation/archive/v2.11.2.tar.gz
source = install.patch
source = pugixml.patch
source = emulationstation.desktop
source = emulationstation.png
- sha256sums = 9c2a7433bbd30138467429f779351fee577f7874d7795134bc1c82cd82a767e6
+ sha256sums = 6b632fe68bad5c3e0567e3bb171fe18ad7b2f8b1531d1297a7a91be95bf8734a
sha256sums = 2608b7de63be4d4d117c2712517e3c40df872f6619f08ac9356f13bdc8c179ab
- sha256sums = e6cb6a134117cb734c69ed86eecd31cfe29b5d52aa3e00b71a614809c1d7e0fe
+ sha256sums = f6613c2ed847728853387ae92d1d44fbc640f633bc09e6bb11c9371d2aa789bb
sha256sums = 56a68a60577d015224d721ab169f1439d1545a0fdcf1c23eeee599dc49ea51c6
sha256sums = ac589d9da5c258226f8de76e99afe2b07ac86030ced90d284d31b51193057f9c
diff --git a/PKGBUILD b/PKGBUILD
index 781920012b67..041a4d8bf4d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Guillaume Hayot < ghayot at postblue dot info >
pkgname=emulationstation
_gitname=EmulationStation
-pkgver=2.11.1
+pkgver=2.11.2
pkgrel=1
pkgdesc="Emulation Station is a flexible emulator front-end supporting keyboardless navigation and custom system themes."
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -25,9 +25,9 @@ source=("${url}/archive/v$pkgver.tar.gz"
"pugixml.patch"
"emulationstation.desktop"
"emulationstation.png")
-sha256sums=('9c2a7433bbd30138467429f779351fee577f7874d7795134bc1c82cd82a767e6'
+sha256sums=('6b632fe68bad5c3e0567e3bb171fe18ad7b2f8b1531d1297a7a91be95bf8734a'
'2608b7de63be4d4d117c2712517e3c40df872f6619f08ac9356f13bdc8c179ab'
- 'e6cb6a134117cb734c69ed86eecd31cfe29b5d52aa3e00b71a614809c1d7e0fe'
+ 'f6613c2ed847728853387ae92d1d44fbc640f633bc09e6bb11c9371d2aa789bb'
'56a68a60577d015224d721ab169f1439d1545a0fdcf1c23eeee599dc49ea51c6'
'ac589d9da5c258226f8de76e99afe2b07ac86030ced90d284d31b51193057f9c')
diff --git a/pugixml.patch b/pugixml.patch
index 606901f75e34..e3fc6c34ad3c 100755
--- a/pugixml.patch
+++ b/pugixml.patch
@@ -143,8 +143,9 @@ index eb5e59c..3b557d0 100644
+++ b/es-core/src/InputConfig.cpp
@@ -1,7 +1,7 @@
#include "InputConfig.h"
-
+
#include "Log.h"
+ #include "utils/StringUtil.h"
-#include <pugixml/src/pugixml.hpp>
+#include <pugixml.hpp>