summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--040-m64p-add-pie.patch2
-rw-r--r--PKGBUILD6
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afb8c95e5a54..ae07fd552c96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = m64p
pkgdesc = Mupen64Plus with custom plugins and Qt5 GUI
- pkgver = 20201130
+ pkgver = 20201215
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=3116080bfd4a57bb18fa8201ad524be200c6c536
+ source = git+https://github.com/loganmc10/m64p.git#commit=da3fc8ee7d67a9f566ac9de438f56b94648de509
source = 010-m64p-remove-build-jobs-limitation.patch
source = 020-m64p-enable-optimizations.patch
source = 030-m64p-fix-paths.patch
@@ -39,7 +39,7 @@ pkgbase = m64p
sha256sums = 4c483f9bf3230171c433d7f8310881babbd02416ce16079e85fd0ef254442d57
sha256sums = a35c7370d4545356cfcc9b10ad84250685510744911fde8910ecd224da046711
sha256sums = fe5d5e200f7c2fa5146b56346bd57d95c440e36569608ab0738700b0f57935cc
- sha256sums = 0075fe9463f3c629066c5dd4f6407f11ff413b0f76fcd15ac61905f210c42e02
+ sha256sums = 3445f28451478a6b670d7193bd7a9607e51544438ac9b302228d3d343fec4476
sha256sums = 8df4e8076d28a1bc44f41b0129a9935da9839e8a8cb9944206757e47da561808
pkgname = m64p
diff --git a/040-m64p-add-pie.patch b/040-m64p-add-pie.patch
index 248668307798..1b0c69dcc1c4 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
-@@ -90,8 +90,6 @@ FORMS += mainwindow.ui
+@@ -91,8 +91,6 @@ FORMS += mainwindow.ui
QMAKE_INCDIR += api interface
diff --git a/PKGBUILD b/PKGBUILD
index 05b627ad56f1..068cc8994fd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=m64p
-pkgver=20201130
+pkgver=20201215
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=3116080bfd4a57bb18fa8201ad524be200c6c536
+_commit=da3fc8ee7d67a9f566ac9de438f56b94648de509
source=("git+https://github.com/loganmc10/m64p.git#commit=${_commit}"
'010-m64p-remove-build-jobs-limitation.patch'
'020-m64p-enable-optimizations.patch'
@@ -24,7 +24,7 @@ sha256sums=('SKIP'
'4c483f9bf3230171c433d7f8310881babbd02416ce16079e85fd0ef254442d57'
'a35c7370d4545356cfcc9b10ad84250685510744911fde8910ecd224da046711'
'fe5d5e200f7c2fa5146b56346bd57d95c440e36569608ab0738700b0f57935cc'
- '0075fe9463f3c629066c5dd4f6407f11ff413b0f76fcd15ac61905f210c42e02'
+ '3445f28451478a6b670d7193bd7a9607e51544438ac9b302228d3d343fec4476'
'8df4e8076d28a1bc44f41b0129a9935da9839e8a8cb9944206757e47da561808')
prepare() {