summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2022-03-17 10:26:00 -0300
committerDaniel Bermond2022-03-17 10:26:00 -0300
commita8285d76d089407c2d858404ff5747329dba2b0d (patch)
tree827cb53205008ecb2867d0d78a1539b17ede3bde
parent7b6a02e324995436cfb06d8faf62ce023aeaabdf (diff)
downloadaur-a8285d76d089407c2d858404ff5747329dba2b0d.tar.gz
Refresh patches
-rw-r--r--.SRCINFO4
-rw-r--r--030-m64p-fix-paths.patch8
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e7d679d7d32..605dd4385ac8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = m64p-git
pkgdesc = Mupen64Plus with custom plugins and Qt5 GUI (git version)
- pkgver = 20211203.r1.gfa29bc1
+ pkgver = 20220314.r1.gfeb3995
pkgrel = 1
url = https://m64p.github.io/
arch = x86_64
@@ -41,7 +41,7 @@ pkgbase = m64p-git
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 7618a3cc9659..fe53bf22814c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=m64p-git
-pkgver=20211203.r1.gfa29bc1
+pkgver=20220314.r1.gfeb3995
pkgrel=1
pkgdesc='Mupen64Plus with custom plugins and Qt5 GUI (git version)'
arch=('x86_64')
@@ -23,7 +23,7 @@ source=('git+https://github.com/loganmc10/m64p.git'
sha256sums=('SKIP'
'b8882d2b3cce965bd03b100fc53419ff43d8934c364136bbe63473fca0692fec'
'bd2964654f5c346af76a5408adc76d34bf490435c4400cfa1d2340f0ad598dcd'
- '782576ad8ff7c33f2d4dffb367509cd3590acdd357a17c432889a9f6f8b3d7a0'
+ 'b8cd918c56b1435c448067e4202c36e5c3cf3fb0ff43ac4cdc590719677b5da5'
'5c604da87c9deb3582b43efa724589080a7070a108ab0c0d00e115cb35eb4b13'
'8df4e8076d28a1bc44f41b0129a9935da9839e8a8cb9944206757e47da561808')