summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2022-07-25 13:42:28 -0300
committerDaniel Bermond2022-07-25 13:42:28 -0300
commitdf3947bd498f043166d8f9b0a7b20f441d7a1096 (patch)
tree5e261dcedcca5f518b18b61e709310631469d1b3
parent6200bcac72fd355b22de0ad2ad686760903ef72f (diff)
downloadaur-df3947bd498f043166d8f9b0a7b20f441d7a1096.tar.gz
Update to version 20220722
-rw-r--r--.SRCINFO6
-rw-r--r--050-m64p-fix-paths.patch6
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a59f2adc5414..832898d76a9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = m64p
pkgdesc = Mupen64Plus with custom plugins and Qt6 GUI
- pkgver = 20220720
+ pkgver = 20220722
pkgrel = 1
url = https://m64p.github.io/
arch = x86_64
@@ -30,7 +30,7 @@ pkgbase = m64p
provides = mupen64plus-gui
conflicts = mupen64plus-gui
conflicts = mupen64plus
- source = git+https://github.com/loganmc10/m64p.git#tag=v2022.07.10
+ source = git+https://github.com/loganmc10/m64p.git#tag=v2022.07.12
source = 010-m64p-remove-build-jobs-limitation.patch
source = 020-m64p-change-optimizations.patch
source = 030-m64p-remove-bundled-discord-and-vosk.patch
@@ -43,7 +43,7 @@ pkgbase = m64p
sha256sums = 740b571b0cb26413c2f655c0063ad589569bb352a0ca8858c691ec81905157b5
sha256sums = e9da860ae7adcdd0a1cc0155c232f81ca8399e9e855bd71fb51269edb708b1cc
sha256sums = 4212cff6311f12ea2af5479a162a183d489dbb4107955c621a4440276a46cb76
- sha256sums = 31d99d7c6d288a5b2686c934c7d8be2e9870d5d94f0bd360d06c044037841850
+ sha256sums = a483f645b0a2036485e90c3aeef2e1aa61724e4fbd1cd9a1f807a5aea47c595e
sha256sums = a33a66612343035929eee5d6eb2acb342cc0c5a18a8e113aef83b28fb0f156c7
sha256sums = 8df4e8076d28a1bc44f41b0129a9935da9839e8a8cb9944206757e47da561808
diff --git a/050-m64p-fix-paths.patch b/050-m64p-fix-paths.patch
index c28a23d67ae3..f49aad1e20a9 100644
--- a/050-m64p-fix-paths.patch
+++ b/050-m64p-fix-paths.patch
@@ -26,7 +26,7 @@
#ifdef CONFIG_DIR_PATH
settings->setValue("configDirPath", CONFIG_DIR_PATH);
-@@ -431,7 +432,7 @@ void MainWindow::updateApp()
+@@ -433,7 +434,7 @@ void MainWindow::updateApp()
void MainWindow::setupDiscord()
{
@@ -35,7 +35,7 @@
memset(&discord_app, 0, sizeof(discord_app));
-@@ -951,7 +952,7 @@ void MainWindow::loadCoreLib()
+@@ -960,7 +961,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());
-@@ -1044,7 +1045,7 @@ void MainWindow::loadPlugins()
+@@ -1053,7 +1054,7 @@ void MainWindow::loadPlugins()
#ifdef PLUGIN_DIR_PATH
QString pluginPath = PLUGIN_DIR_PATH;
#else
diff --git a/PKGBUILD b/PKGBUILD
index 1319d2e2a7da..485bf4e2e2f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=m64p
-pkgver=20220720
+pkgver=20220722
pkgrel=1
-_tag=v2022.07.10
+_tag=v2022.07.12
pkgdesc='Mupen64Plus with custom plugins and Qt6 GUI'
arch=('x86_64')
url='https://m64p.github.io/'
@@ -30,7 +30,7 @@ sha256sums=('SKIP'
'740b571b0cb26413c2f655c0063ad589569bb352a0ca8858c691ec81905157b5'
'e9da860ae7adcdd0a1cc0155c232f81ca8399e9e855bd71fb51269edb708b1cc'
'4212cff6311f12ea2af5479a162a183d489dbb4107955c621a4440276a46cb76'
- '31d99d7c6d288a5b2686c934c7d8be2e9870d5d94f0bd360d06c044037841850'
+ 'a483f645b0a2036485e90c3aeef2e1aa61724e4fbd1cd9a1f807a5aea47c595e'
'a33a66612343035929eee5d6eb2acb342cc0c5a18a8e113aef83b28fb0f156c7'
'8df4e8076d28a1bc44f41b0129a9935da9839e8a8cb9944206757e47da561808')