summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2022-07-09 10:04:17 -0300
committerDaniel Bermond2022-07-09 10:04:17 -0300
commitd162cfa93495c4d4558e08cb2eec664bc1de886c (patch)
tree85b71e7bd287a6b4509f0db7c75702a2e3604491
parentef14bfeb9ba24bee0251a96f0bdbd020777b9c8e (diff)
downloadaur-d162cfa93495c4d4558e08cb2eec664bc1de886c.tar.gz
Update to version 20220708
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 015b55a40cb5..4f025e5b403d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = m64p
pkgdesc = Mupen64Plus with custom plugins and Qt6 GUI
- pkgver = 20220706
+ pkgver = 20220708
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.3
+ source = git+https://github.com/loganmc10/m64p.git#tag=v2022.07.4
source = 010-m64p-remove-build-jobs-limitation.patch
source = 020-m64p-change-optimizations.patch
source = 030-m64p-remove-bundled-discord-and-vosk.patch
diff --git a/PKGBUILD b/PKGBUILD
index 80d4c2c99b06..4dac46816b19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=m64p
-pkgver=20220706
+pkgver=20220708
pkgrel=1
+_tag=v2022.07.4
pkgdesc='Mupen64Plus with custom plugins and Qt6 GUI'
arch=('x86_64')
url='https://m64p.github.io/'
@@ -16,7 +17,7 @@ makedepends=('git' 'cmake' 'nasm' 'python' 'zip' 'icoutils' 'vosk-api')
provides=('mupen64plus-gui')
conflicts=('mupen64plus-gui' 'mupen64plus')
#_tag="v$(sed -E 's/^([0-9]{4})([0-9]{2})([0-9])([0-9])/\1.\2.\4/' <<< "$pkgver")"
-source=("git+https://github.com/loganmc10/m64p.git#tag=v2022.07.3"
+source=("git+https://github.com/loganmc10/m64p.git#tag=${_tag}"
'010-m64p-remove-build-jobs-limitation.patch'
'020-m64p-change-optimizations.patch'
'030-m64p-remove-bundled-discord-and-vosk.patch'