summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-04-12 17:32:33 +0000
committerDaniel Bermond2021-04-12 17:32:33 +0000
commitb815347ae51758396db0a8675ad1ff1fb3012173 (patch)
tree4991a1efe5bf47b3edc48891a4b14e27bcf38d38
parent1a0874c975be057eb2d0292ffdff76fb578ab5fe (diff)
downloadaur-b815347ae51758396db0a8675ad1ff1fb3012173.tar.gz
Update to version 20210412.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6cdf37a2593..e7cf471c6f10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = m64p
pkgdesc = Mupen64Plus with custom plugins and Qt5 GUI
- pkgver = 20210223
+ pkgver = 20210412.1
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#tag=Feb232021
+ source = git+https://github.com/loganmc10/m64p.git#tag=v2021.4.12.1
source = 010-m64p-remove-build-jobs-limitation.patch
source = 020-m64p-enable-optimizations.patch
source = 030-m64p-fix-paths.patch
diff --git a/PKGBUILD b/PKGBUILD
index 38accd280b00..bb5e10ed941d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=m64p
-pkgver=20210223
+pkgver=20210412.1
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')
-_tag="$(LC_ALL='C' date -d "$pkgver" +%b%-d%Y)"
+_tag="v$(printf '%s' "$pkgver" | sed -E 's/^([0-9]{4})([0-9])([0-9])/\1.\3./')"
source=("git+https://github.com/loganmc10/m64p.git#tag=${_tag}"
'010-m64p-remove-build-jobs-limitation.patch'
'020-m64p-enable-optimizations.patch'