summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--030-m64p-fix-paths.patch8
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d94f0ebf5466..aecc736940fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = m64p
pkgdesc = Mupen64Plus with custom plugins and Qt5 GUI
- pkgver = 20211229
+ pkgver = 20220203
pkgrel = 1
url = https://m64p.github.io/
arch = x86_64
@@ -28,7 +28,7 @@ pkgbase = m64p
provides = mupen64plus-gui
conflicts = mupen64plus-gui
conflicts = mupen64plus
- source = git+https://github.com/loganmc10/m64p.git#tag=v2021.12.29
+ source = git+https://github.com/loganmc10/m64p.git#tag=v2022.2.3
source = 010-m64p-remove-build-jobs-limitation.patch
source = 020-m64p-change-optimizations.patch
source = 030-m64p-fix-paths.patch
@@ -37,7 +37,7 @@ pkgbase = m64p
sha256sums = SKIP
sha256sums = b8882d2b3cce965bd03b100fc53419ff43d8934c364136bbe63473fca0692fec
sha256sums = bd2964654f5c346af76a5408adc76d34bf490435c4400cfa1d2340f0ad598dcd
- sha256sums = 782576ad8ff7c33f2d4dffb367509cd3590acdd357a17c432889a9f6f8b3d7a0
+ sha256sums = b8cd918c56b1435c448067e4202c36e5c3cf3fb0ff43ac4cdc590719677b5da5
sha256sums = 5c604da87c9deb3582b43efa724589080a7070a108ab0c0d00e115cb35eb4b13
sha256sums = 8df4e8076d28a1bc44f41b0129a9935da9839e8a8cb9944206757e47da561808
diff --git a/030-m64p-fix-paths.patch b/030-m64p-fix-paths.patch
index 0c12de258283..b9608346dcb1 100644
--- a/030-m64p-fix-paths.patch
+++ b/030-m64p-fix-paths.patch
@@ -17,7 +17,7 @@
#endif
QDir PluginDir(pluginPath);
PluginDir.setFilter(QDir::Files);
-@@ -370,7 +371,7 @@ MainWindow::MainWindow(QWidget *parent) :
+@@ -374,7 +375,7 @@ MainWindow::MainWindow(QWidget *parent) :
updatePIF(ui);
if (!settings->contains("configDirPath"))
@@ -26,7 +26,7 @@
#ifdef CONFIG_DIR_PATH
settings->setValue("configDirPath", CONFIG_DIR_PATH);
-@@ -430,7 +431,7 @@ void MainWindow::updateApp()
+@@ -434,7 +435,7 @@ void MainWindow::updateApp()
void MainWindow::setupDiscord()
{
@@ -35,7 +35,7 @@
memset(&discord_app, 0, sizeof(discord_app));
-@@ -1015,7 +1016,7 @@ void MainWindow::loadCoreLib()
+@@ -1019,7 +1020,7 @@ void MainWindow::loadCoreLib()
#ifdef CORE_LIBRARY_PATH
QString corePath = CORE_LIBRARY_PATH;
#else
@@ -44,7 +44,7 @@
#endif
m64p_error res = osal_dynlib_open(&coreLib, QDir(corePath).filePath(OSAL_DEFAULT_DYNLIB_FILENAME).toUtf8().constData());
-@@ -1105,7 +1106,7 @@ void MainWindow::loadPlugins()
+@@ -1109,7 +1110,7 @@ void MainWindow::loadPlugins()
#ifdef PLUGIN_DIR_PATH
QString pluginPath = PLUGIN_DIR_PATH;
#else
diff --git a/PKGBUILD b/PKGBUILD
index 17f8275dcac8..b0391742f33d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=m64p
-pkgver=20211229
+pkgver=20220203
pkgrel=1
pkgdesc='Mupen64Plus with custom plugins and Qt5 GUI'
arch=('x86_64')
@@ -25,7 +25,7 @@ source=("git+https://github.com/loganmc10/m64p.git#tag=${_tag}"
sha256sums=('SKIP'
'b8882d2b3cce965bd03b100fc53419ff43d8934c364136bbe63473fca0692fec'
'bd2964654f5c346af76a5408adc76d34bf490435c4400cfa1d2340f0ad598dcd'
- '782576ad8ff7c33f2d4dffb367509cd3590acdd357a17c432889a9f6f8b3d7a0'
+ 'b8cd918c56b1435c448067e4202c36e5c3cf3fb0ff43ac4cdc590719677b5da5'
'5c604da87c9deb3582b43efa724589080a7070a108ab0c0d00e115cb35eb4b13'
'8df4e8076d28a1bc44f41b0129a9935da9839e8a8cb9944206757e47da561808')