summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--030-m64p-fix-paths.patch2
-rw-r--r--040-m64p-add-pie.patch2
-rw-r--r--PKGBUILD8
4 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5ceacc12565..41be0c2cdaf4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = m64p
pkgdesc = Mupen64Plus with custom plugins and Qt5 GUI
- pkgver = 20210104
+ pkgver = 20210210
pkgrel = 1
url = https://m64p.github.io/
arch = x86_64
@@ -29,7 +29,7 @@ pkgbase = m64p
conflicts = mupen64plus-gui
conflicts = mupen64plus-video-gliden64
conflicts = mupen64plus
- source = git+https://github.com/loganmc10/m64p.git#commit=fdab03260ecef0964879207cc01bd282b4533a71
+ source = git+https://github.com/loganmc10/m64p.git#commit=09b09f26ece38639557c33efdc36fa5e194995be
source = 010-m64p-remove-build-jobs-limitation.patch
source = 020-m64p-enable-optimizations.patch
source = 030-m64p-fix-paths.patch
@@ -38,8 +38,8 @@ pkgbase = m64p
sha256sums = SKIP
sha256sums = 4c483f9bf3230171c433d7f8310881babbd02416ce16079e85fd0ef254442d57
sha256sums = a35c7370d4545356cfcc9b10ad84250685510744911fde8910ecd224da046711
- sha256sums = fe5d5e200f7c2fa5146b56346bd57d95c440e36569608ab0738700b0f57935cc
- sha256sums = 3445f28451478a6b670d7193bd7a9607e51544438ac9b302228d3d343fec4476
+ sha256sums = b70a51e6120ca05bcf48e2e8ffb5ec29d93a4edeabd5b745d15d552f611d5f37
+ sha256sums = 11aba57b816afc3df1895bb000aa67a27315fe839c396fed7180dab8191a55f9
sha256sums = 8df4e8076d28a1bc44f41b0129a9935da9839e8a8cb9944206757e47da561808
pkgname = m64p
diff --git a/030-m64p-fix-paths.patch b/030-m64p-fix-paths.patch
index 697c7bf1db3b..d912a53ae7ba 100644
--- a/030-m64p-fix-paths.patch
+++ b/030-m64p-fix-paths.patch
@@ -23,7 +23,7 @@
updatePlugins();
-@@ -507,7 +508,7 @@ void MainWindow::setupLLE()
+@@ -512,7 +513,7 @@ void MainWindow::setupLLE()
void MainWindow::setupDiscord()
{
diff --git a/040-m64p-add-pie.patch b/040-m64p-add-pie.patch
index 1b0c69dcc1c4..b3d6d0608073 100644
--- a/040-m64p-add-pie.patch
+++ b/040-m64p-add-pie.patch
@@ -1,6 +1,6 @@
--- a/mupen64plus-gui/mupen64plus-gui.pro
+++ b/mupen64plus-gui/mupen64plus-gui.pro
-@@ -91,8 +91,6 @@ FORMS += mainwindow.ui
+@@ -100,8 +100,6 @@ FORMS += mainwindow.ui
QMAKE_INCDIR += api interface
diff --git a/PKGBUILD b/PKGBUILD
index 2f9ead929231..760d359983ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=m64p
-pkgver=20210104
+pkgver=20210210
pkgrel=1
pkgdesc='Mupen64Plus with custom plugins and Qt5 GUI'
arch=('x86_64')
@@ -13,7 +13,7 @@ optdepends=('p7zip: for 7z/zip support')
makedepends=('git' 'cmake' 'nasm' 'python' 'zip' 'icoutils')
provides=('mupen64plus-gui' 'mupen64plus-video-gliden64')
conflicts=('mupen64plus-gui' 'mupen64plus-video-gliden64' 'mupen64plus')
-_commit=fdab03260ecef0964879207cc01bd282b4533a71
+_commit=09b09f26ece38639557c33efdc36fa5e194995be
source=("git+https://github.com/loganmc10/m64p.git#commit=${_commit}"
'010-m64p-remove-build-jobs-limitation.patch'
'020-m64p-enable-optimizations.patch'
@@ -23,8 +23,8 @@ source=("git+https://github.com/loganmc10/m64p.git#commit=${_commit}"
sha256sums=('SKIP'
'4c483f9bf3230171c433d7f8310881babbd02416ce16079e85fd0ef254442d57'
'a35c7370d4545356cfcc9b10ad84250685510744911fde8910ecd224da046711'
- 'fe5d5e200f7c2fa5146b56346bd57d95c440e36569608ab0738700b0f57935cc'
- '3445f28451478a6b670d7193bd7a9607e51544438ac9b302228d3d343fec4476'
+ 'b70a51e6120ca05bcf48e2e8ffb5ec29d93a4edeabd5b745d15d552f611d5f37'
+ '11aba57b816afc3df1895bb000aa67a27315fe839c396fed7180dab8191a55f9'
'8df4e8076d28a1bc44f41b0129a9935da9839e8a8cb9944206757e47da561808')
prepare() {