summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-05-04 00:51:48 +0000
committerDaniel Bermond2020-05-04 00:51:48 +0000
commit42c216b57ebd878afaaed769df7d9f2939dc0233 (patch)
tree1b938b059b6c55d574ebed2af2f27c7ef16bd183
parent8af764e2f87e2bfa5f742c17473c93a6d04d314c (diff)
downloadaur-42c216b57ebd878afaaed769df7d9f2939dc0233.tar.gz
Cosmetic changes
-rw-r--r--.SRCINFO6
-rw-r--r--010-m64p-git-remove-build-jobs-limitation.patch (renamed from 001-m64p-git-remove-build-jobs-limitation.patch)0
-rw-r--r--020-m64p-git-enable-optimizations.patch (renamed from 002-m64p-git-enable-optimizations.patch)0
-rw-r--r--PKGBUILD10
4 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 616736cd46e5..e49e96c5fa1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = m64p-git
pkgdesc = Mupen64Plus with custom plugins and Qt5 GUI (git version)
- pkgver = r104.g2938cb5
+ pkgver = r106.g3a856f5
pkgrel = 1
url = https://m64p.github.io/
arch = x86_64
@@ -34,8 +34,8 @@ pkgbase = m64p-git
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-git-remove-build-jobs-limitation.patch
- source = 002-m64p-git-enable-optimizations.patch
+ source = 010-m64p-git-remove-build-jobs-limitation.patch
+ source = 020-m64p-git-enable-optimizations.patch
source = m64p.desktop
sha256sums = SKIP
sha256sums = SKIP
diff --git a/001-m64p-git-remove-build-jobs-limitation.patch b/010-m64p-git-remove-build-jobs-limitation.patch
index c1c7c831fa2b..c1c7c831fa2b 100644
--- a/001-m64p-git-remove-build-jobs-limitation.patch
+++ b/010-m64p-git-remove-build-jobs-limitation.patch
diff --git a/002-m64p-git-enable-optimizations.patch b/020-m64p-git-enable-optimizations.patch
index 19bfd75673a9..19bfd75673a9 100644
--- a/002-m64p-git-enable-optimizations.patch
+++ b/020-m64p-git-enable-optimizations.patch
diff --git a/PKGBUILD b/PKGBUILD
index 73e0bd9176ff..fff7cfd40235 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=m64p-git
-pkgver=r104.g2938cb5
+pkgver=r106.g3a856f5
pkgrel=1
pkgdesc='Mupen64Plus with custom plugins and Qt5 GUI (git version)'
arch=('x86_64')
@@ -20,8 +20,8 @@ source=('git+https://github.com/loganmc10/m64p.git'
'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-git-remove-build-jobs-limitation.patch'
- '002-m64p-git-enable-optimizations.patch'
+ '010-m64p-git-remove-build-jobs-limitation.patch'
+ '020-m64p-git-enable-optimizations.patch'
'm64p.desktop')
sha256sums=('SKIP'
'SKIP'
@@ -45,8 +45,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-git-remove-build-jobs-limitation.patch"
- patch -d m64p -Np1 -i "${srcdir}/002-m64p-git-enable-optimizations.patch"
+ patch -d m64p -Np1 -i "${srcdir}/010-m64p-git-remove-build-jobs-limitation.patch"
+ patch -d m64p -Np1 -i "${srcdir}/020-m64p-git-enable-optimizations.patch"
}
pkgver() {