summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-05-04 00:52:16 +0000
committerDaniel Bermond2020-05-04 00:52:16 +0000
commitcec27a6461dd679aebbce6df1b957e5a9da69de8 (patch)
tree16e22b374525f8eb36beaaba629ae46195a43042
parent0b7f098e4c1228c0c61ad2051a322a48947cc56e (diff)
downloadaur-cec27a6461dd679aebbce6df1b957e5a9da69de8.tar.gz
Updated to version 20200427
-rw-r--r--.SRCINFO8
-rw-r--r--010-m64p-remove-build-jobs-limitation.patch (renamed from 001-m64p-remove-build-jobs-limitation.patch)0
-rw-r--r--020-m64p-enable-optimizations.patch (renamed from 002-m64p-enable-optimizations.patch)0
-rw-r--r--PKGBUILD13
4 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d972e50b08c..47da5712ff6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = m64p
pkgdesc = Mupen64Plus with custom plugins and Qt5 GUI
- pkgver = 20200423
+ pkgver = 20200427.r1.g3a856f5
pkgrel = 1
url = https://m64p.github.io/
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = m64p
conflicts = mupen64plus
conflicts = mupen64plus-gui
conflicts = mupenplus-video-gliden64
- source = git+https://github.com/loganmc10/m64p.git#tag=April232020
+ source = git+https://github.com/loganmc10/m64p.git#commit=3a856f590ca8b49d0d5285503c92f6f0bef9f465
source = git+https://github.com/m64p/mupen64plus-gui.git
source = git+https://github.com/m64p/mupen64plus-audio-sdl2.git
source = git+https://github.com/mupen64plus/mupen64plus-rsp-hle.git
@@ -32,8 +32,8 @@ pkgbase = m64p
source = GLideN64-loganmc10::git+https://github.com/loganmc10/GLideN64.git
source = mupen64plus-core-loganmc10::git+https://github.com/loganmc10/mupen64plus-core.git
source = mupen64plus-input-raphnetraw-loganmc10::git+https://github.com/loganmc10/mupen64plus-input-raphnetraw.git
- source = 001-m64p-remove-build-jobs-limitation.patch
- source = 002-m64p-enable-optimizations.patch
+ source = 010-m64p-remove-build-jobs-limitation.patch
+ source = 020-m64p-enable-optimizations.patch
source = m64p.desktop
sha256sums = SKIP
sha256sums = SKIP
diff --git a/001-m64p-remove-build-jobs-limitation.patch b/010-m64p-remove-build-jobs-limitation.patch
index c1c7c831fa2b..c1c7c831fa2b 100644
--- a/001-m64p-remove-build-jobs-limitation.patch
+++ b/010-m64p-remove-build-jobs-limitation.patch
diff --git a/002-m64p-enable-optimizations.patch b/020-m64p-enable-optimizations.patch
index 19bfd75673a9..19bfd75673a9 100644
--- a/002-m64p-enable-optimizations.patch
+++ b/020-m64p-enable-optimizations.patch
diff --git a/PKGBUILD b/PKGBUILD
index 68fd08cec125..a4e5e4c0b846 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=m64p
-pkgver=20200423
+pkgver=20200427.r1.g3a856f5
pkgrel=1
pkgdesc='Mupen64Plus with custom plugins and Qt5 GUI'
arch=('x86_64')
@@ -12,7 +12,8 @@ depends=('freetype2' 'glu' 'hidapi' 'libpng' 'libsamplerate' 'minizip'
makedepends=('git' 'cmake' 'nasm')
provides=('mupen64plus' 'mupen64plus-gui' 'mupenplus-video-gliden64')
conflicts=('mupen64plus' 'mupen64plus-gui' 'mupenplus-video-gliden64')
-source=("git+https://github.com/loganmc10/m64p.git#tag=$(LC_ALL='C' date -d "$pkgver" +%B%d%Y)"
+_commit=3a856f590ca8b49d0d5285503c92f6f0bef9f465
+source=("git+https://github.com/loganmc10/m64p.git#commit=${_commit}"
'git+https://github.com/m64p/mupen64plus-gui.git'
'git+https://github.com/m64p/mupen64plus-audio-sdl2.git'
'git+https://github.com/mupen64plus/mupen64plus-rsp-hle.git'
@@ -20,8 +21,8 @@ source=("git+https://github.com/loganmc10/m64p.git#tag=$(LC_ALL='C' date -d "$pk
'GLideN64-loganmc10'::'git+https://github.com/loganmc10/GLideN64.git'
'mupen64plus-core-loganmc10'::'git+https://github.com/loganmc10/mupen64plus-core.git'
'mupen64plus-input-raphnetraw-loganmc10'::'git+https://github.com/loganmc10/mupen64plus-input-raphnetraw.git'
- '001-m64p-remove-build-jobs-limitation.patch'
- '002-m64p-enable-optimizations.patch'
+ '010-m64p-remove-build-jobs-limitation.patch'
+ '020-m64p-enable-optimizations.patch'
'm64p.desktop')
sha256sums=('SKIP'
'SKIP'
@@ -45,8 +46,8 @@ prepare() {
git -C m64p config --local submodule.mupen64plus-input-qt.url "${srcdir}/mupen64plus-input-qt"
git -C m64p config --local submodule.mupen64plus-input-raphnetraw.url "${srcdir}/mupen64plus-input-raphnetraw-loganmc10"
git -C m64p submodule update
- patch -d m64p -Np1 -i "${srcdir}/001-m64p-remove-build-jobs-limitation.patch"
- patch -d m64p -Np1 -i "${srcdir}/002-m64p-enable-optimizations.patch"
+ patch -d m64p -Np1 -i "${srcdir}/010-m64p-remove-build-jobs-limitation.patch"
+ patch -d m64p -Np1 -i "${srcdir}/020-m64p-enable-optimizations.patch"
}
build() {