summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-05-14 20:28:15 +0000
committerDaniel Bermond2020-05-14 20:28:15 +0000
commit8a81cfe3ea444781871bbb17d5126c100dadd2c7 (patch)
tree068310b8ab8beb4d4b4a62246e144fcebf9434b9
parent04a8bb4b12cd8220fedc70a4531db7e9df5c5de2 (diff)
downloadaur-8a81cfe3ea444781871bbb17d5126c100dadd2c7.tar.gz
Update dependencies
qt5-websockets and sdl2_net are now dependencies. They were added upstream due to netplay support (new upstream feature).
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b08060a116c..bbd72f346259 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = m64p-git
pkgdesc = Mupen64Plus with custom plugins and Qt5 GUI (git version)
- pkgver = r108.g664f2fd
+ pkgver = r116.ge3d55a6
pkgrel = 1
url = https://m64p.github.io/
arch = x86_64
@@ -18,7 +18,9 @@ pkgbase = m64p-git
depends = minizip
depends = p7zip
depends = qt5-base
+ depends = qt5-websockets
depends = sdl2
+ depends = sdl2_net
depends = zlib
depends = hicolor-icon-theme
provides = m64p
diff --git a/PKGBUILD b/PKGBUILD
index a68b69756c4d..15f4df737689 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=m64p-git
-pkgver=r108.g664f2fd
+pkgver=r116.ge3d55a6
pkgrel=1
pkgdesc='Mupen64Plus with custom plugins and Qt5 GUI (git version)'
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=('m64p' 'mupen64plus' 'mupen64plus-gui' 'mupenplus-video-gliden64')
conflicts=('m64p' 'mupen64plus' 'mupen64plus-gui' 'mupenplus-video-gliden64')