summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2022-07-10 09:59:51 -0300
committerDaniel Bermond2022-07-10 09:59:51 -0300
commitc4372fa83fc548285b25a4be9df38834b9b468cc (patch)
tree408864cfdf65f322e6a38fd1388caf42ca82d42c
parentd162cfa93495c4d4558e08cb2eec664bc1de886c (diff)
downloadaur-c4372fa83fc548285b25a4be9df38834b9b468cc.tar.gz
Update to version 20220709
-rw-r--r--.SRCINFO6
-rw-r--r--050-m64p-fix-paths.patch8
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f025e5b403d..b5340f340226 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = m64p
pkgdesc = Mupen64Plus with custom plugins and Qt6 GUI
- pkgver = 20220708
+ pkgver = 20220709
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.4
+ source = git+https://github.com/loganmc10/m64p.git#tag=v2022.07.5
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 = cc19027b19c0b516280e5e939115483ded9c7f03b1ff5f91e589e0d6bae9f735
sha256sums = e9da860ae7adcdd0a1cc0155c232f81ca8399e9e855bd71fb51269edb708b1cc
sha256sums = 4212cff6311f12ea2af5479a162a183d489dbb4107955c621a4440276a46cb76
- sha256sums = 9768f722425649d4125be53da1a9a5fe1206419fee751ba74d7a06fd04c7c57e
+ sha256sums = 19304ee362dd53c62c1e0dff23876fce454340fdd2f13a948d99613d0c0dee7c
sha256sums = a33a66612343035929eee5d6eb2acb342cc0c5a18a8e113aef83b28fb0f156c7
sha256sums = 8df4e8076d28a1bc44f41b0129a9935da9839e8a8cb9944206757e47da561808
diff --git a/050-m64p-fix-paths.patch b/050-m64p-fix-paths.patch
index 4e3bccb56cbc..32cae8a3e9f8 100644
--- a/050-m64p-fix-paths.patch
+++ b/050-m64p-fix-paths.patch
@@ -1,6 +1,6 @@
--- a/mupen64plus-gui/mainwindow.cpp
+++ b/mupen64plus-gui/mainwindow.cpp
-@@ -4,6 +4,7 @@
+@@ -3,6 +3,7 @@
#include <QCloseEvent>
#include <QActionGroup>
#include <QDesktopServices>
@@ -8,7 +8,7 @@
#include "settingsdialog.h"
#include "plugindialog.h"
#include "mainwindow.h"
-@@ -46,7 +47,7 @@ void MainWindow::updatePlugins()
+@@ -45,7 +46,7 @@ void MainWindow::updatePlugins()
#ifdef PLUGIN_DIR_PATH
QString pluginPath = PLUGIN_DIR_PATH;
#else
@@ -17,7 +17,7 @@
#endif
QDir PluginDir(pluginPath);
PluginDir.setFilter(QDir::Files);
-@@ -372,7 +373,7 @@ MainWindow::MainWindow(QWidget *parent) :
+@@ -371,7 +372,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);
-@@ -432,7 +433,7 @@ void MainWindow::updateApp()
+@@ -431,7 +432,7 @@ void MainWindow::updateApp()
void MainWindow::setupDiscord()
{
diff --git a/PKGBUILD b/PKGBUILD
index 4dac46816b19..371cc870afec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=m64p
-pkgver=20220708
+pkgver=20220709
pkgrel=1
-_tag=v2022.07.4
+_tag=v2022.07.5
pkgdesc='Mupen64Plus with custom plugins and Qt6 GUI'
arch=('x86_64')
url='https://m64p.github.io/'
@@ -30,7 +30,7 @@ sha256sums=('SKIP'
'cc19027b19c0b516280e5e939115483ded9c7f03b1ff5f91e589e0d6bae9f735'
'e9da860ae7adcdd0a1cc0155c232f81ca8399e9e855bd71fb51269edb708b1cc'
'4212cff6311f12ea2af5479a162a183d489dbb4107955c621a4440276a46cb76'
- '9768f722425649d4125be53da1a9a5fe1206419fee751ba74d7a06fd04c7c57e'
+ '19304ee362dd53c62c1e0dff23876fce454340fdd2f13a948d99613d0c0dee7c'
'a33a66612343035929eee5d6eb2acb342cc0c5a18a8e113aef83b28fb0f156c7'
'8df4e8076d28a1bc44f41b0129a9935da9839e8a8cb9944206757e47da561808')