summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-02-21 22:01:33 +0000
committerDaniel Bermond2021-02-21 22:01:33 +0000
commit21cbd41d2e2e0429e357335c46b6401ba5f56eb8 (patch)
treef6738e0486c27956af10f3134667ee01625c43ca
parent3ce62661c291cdf1b27446d85c21071e10bfad9e (diff)
downloadaur-21cbd41d2e2e0429e357335c46b6401ba5f56eb8.tar.gz
Update to version 20210221
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41be0c2cdaf4..dd99e6140b55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = m64p
pkgdesc = Mupen64Plus with custom plugins and Qt5 GUI
- pkgver = 20210210
+ pkgver = 20210221
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=09b09f26ece38639557c33efdc36fa5e194995be
+ source = git+https://github.com/loganmc10/m64p.git#tag=Feb212021
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 760d359983ff..f635292915ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=m64p
-pkgver=20210210
+pkgver=20210221
pkgrel=1
pkgdesc='Mupen64Plus with custom plugins and Qt5 GUI'
arch=('x86_64')
@@ -13,8 +13,8 @@ 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=09b09f26ece38639557c33efdc36fa5e194995be
-source=("git+https://github.com/loganmc10/m64p.git#commit=${_commit}"
+_tag="$(LC_ALL='C' date -d "$pkgver" +%b%-d%Y)"
+source=("git+https://github.com/loganmc10/m64p.git#tag=${_tag}"
'010-m64p-remove-build-jobs-limitation.patch'
'020-m64p-enable-optimizations.patch'
'030-m64p-fix-paths.patch'