summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-05-04 16:08:40 +0000
committerDaniel Bermond2020-05-04 16:08:40 +0000
commit81fb5a2ddd94ba03a49d95a513cee26a5cf8d08a (patch)
treeb696e40cd6e0e569b6fced1425f70828e9b0447a
parentcec27a6461dd679aebbce6df1b957e5a9da69de8 (diff)
downloadaur-81fb5a2ddd94ba03a49d95a513cee26a5cf8d08a.tar.gz
Updated to version 20200504
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47da5712ff6f..ede7bba16731 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = m64p
pkgdesc = Mupen64Plus with custom plugins and Qt5 GUI
- pkgver = 20200427.r1.g3a856f5
+ pkgver = 20200504
pkgrel = 1
url = https://m64p.github.io/
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = m64p
depends = freetype2
depends = glu
depends = hidapi
+ depends = libgl
depends = libpng
depends = libsamplerate
depends = minizip
@@ -24,7 +25,7 @@ pkgbase = m64p
conflicts = mupen64plus
conflicts = mupen64plus-gui
conflicts = mupenplus-video-gliden64
- source = git+https://github.com/loganmc10/m64p.git#commit=3a856f590ca8b49d0d5285503c92f6f0bef9f465
+ source = git+https://github.com/loganmc10/m64p.git#tag=may42020
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
diff --git a/PKGBUILD b/PKGBUILD
index a4e5e4c0b846..ea6b7ae881da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=m64p
-pkgver=20200427.r1.g3a856f5
+pkgver=20200504
pkgrel=1
pkgdesc='Mupen64Plus with custom plugins and Qt5 GUI'
arch=('x86_64')
url='https://m64p.github.io/'
license=('GPL3')
-depends=('freetype2' 'glu' 'hidapi' 'libpng' 'libsamplerate' 'minizip'
- 'p7zip' 'qt5-base' 'sdl2' 'zlib')
+depends=('freetype2' 'glu' 'hidapi' 'libgl' 'libpng' 'libsamplerate'
+ 'minizip' 'p7zip' 'qt5-base' 'sdl2' 'zlib')
makedepends=('git' 'cmake' 'nasm')
provides=('mupen64plus' 'mupen64plus-gui' 'mupenplus-video-gliden64')
conflicts=('mupen64plus' 'mupen64plus-gui' 'mupenplus-video-gliden64')
-_commit=3a856f590ca8b49d0d5285503c92f6f0bef9f465
-source=("git+https://github.com/loganmc10/m64p.git#commit=${_commit}"
+source=("git+https://github.com/loganmc10/m64p.git#tag=$(LC_ALL='C' date -d "$pkgver" +%b%-d%Y | tr '[:upper:]' '[:lower:]')"
'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'