summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-05-14 20:22:55 +0000
committerDaniel Bermond2020-05-14 20:22:55 +0000
commit85863da1e1727bf0024251ff2336bc5fa70e3437 (patch)
tree328ad858832913cca36a40a16c8051cd3b36c7f0
parentfd2a90b9f1ec77aa49bc380c8c414ce7af6d3ad0 (diff)
downloadaur-85863da1e1727bf0024251ff2336bc5fa70e3437.tar.gz
Updated to version 20200514
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffb7264aa409..89c43bb49c7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = m64p
pkgdesc = Mupen64Plus with custom plugins and Qt5 GUI
- pkgver = 20200504
- pkgrel = 2
+ pkgver = 20200514
+ pkgrel = 1
url = https://m64p.github.io/
arch = x86_64
license = GPL3
@@ -18,7 +18,9 @@ pkgbase = m64p
depends = minizip
depends = p7zip
depends = qt5-base
+ depends = qt5-websockets
depends = sdl2
+ depends = sdl2_net
depends = zlib
depends = hicolor-icon-theme
provides = mupen64plus
@@ -27,7 +29,7 @@ pkgbase = m64p
conflicts = mupen64plus
conflicts = mupen64plus-gui
conflicts = mupenplus-video-gliden64
- source = git+https://github.com/loganmc10/m64p.git#tag=may42020
+ source = git+https://github.com/loganmc10/m64p.git#tag=netplayb1
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 0e10bf7171f1..378ec3c68b88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=m64p
-pkgver=20200504
-pkgrel=2
+pkgver=20200514
+pkgrel=1
pkgdesc='Mupen64Plus with custom plugins and Qt5 GUI'
arch=('x86_64')
url='https://m64p.github.io/'
license=('GPL3')
depends=('freetype2' 'glu' 'hidapi' 'libgl' 'libpng' 'libsamplerate'
- 'minizip' 'p7zip' 'qt5-base' 'sdl2' 'zlib' 'hicolor-icon-theme')
+ 'minizip' 'p7zip' 'qt5-base' 'qt5-websockets' 'sdl2' 'sdl2_net'
+ 'zlib' 'hicolor-icon-theme')
makedepends=('git' 'cmake' 'nasm' 'icoutils')
provides=('mupen64plus' 'mupen64plus-gui' 'mupenplus-video-gliden64')
conflicts=('mupen64plus' 'mupen64plus-gui' 'mupenplus-video-gliden64')
-source=("git+https://github.com/loganmc10/m64p.git#tag=$(LC_ALL='C' date -d "$pkgver" +%b%-d%Y | tr '[:upper:]' '[:lower:]')"
+source=('git+https://github.com/loganmc10/m64p.git#tag=netplayb1'
'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'