summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-09-04 11:35:29 -0300
committerDaniel Bermond2021-09-04 11:35:29 -0300
commit7ec827c27ebe3ed4bcc157673a36ec24773ce8dd (patch)
treef3cc68a158ccef0cc8ecc2ede011db985e8368ca
parented2853f80d9f8d567a21e564f38b14b36d12157d (diff)
downloadaur-7ec827c27ebe3ed4bcc157673a36ec24773ce8dd.tar.gz
Update dependencies
It dlopens libvulkan[1][2]. [1] https://github.com/loganmc10/m64p/blob/a19045299cd00266663a666cea98bfec9025f5a8/parallel-rdp-standalone/vulkan/context.cpp#L96-L99 [2] https://github.com/loganmc10/m64p/blob/a19045299cd00266663a666cea98bfec9025f5a8/parallel-rdp-standalone/volk/volk.c#L65-L67
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a31b4a7c53dd..d0343f9777f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = m64p-git
pkgdesc = Mupen64Plus with custom plugins and Qt5 GUI (git version)
- pkgver = 20210711.r3.gdbd4a6b
- pkgrel = 2
+ pkgver = 20210809.r0.g4229fad
+ pkgrel = 1
url = https://m64p.github.io/
arch = x86_64
license = GPL3
@@ -21,6 +21,7 @@ pkgbase = m64p-git
depends = qt5-websockets
depends = sdl2
depends = sdl2_net
+ depends = vulkan-icd-loader
depends = zlib
depends = hicolor-icon-theme
optdepends = p7zip: for 7z/zip support
diff --git a/PKGBUILD b/PKGBUILD
index 2026879f86c4..105bfb2cae92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=m64p-git
-pkgver=20210711.r3.gdbd4a6b
-pkgrel=2
+pkgver=20210809.r0.g4229fad
+pkgrel=1
pkgdesc='Mupen64Plus with custom plugins and Qt5 GUI (git version)'
arch=('x86_64')
url='https://m64p.github.io/'
license=('GPL3')
depends=('freetype2' 'hidapi' 'libgl' 'libpng' 'libsamplerate' 'minizip'
- 'qt5-base' 'qt5-websockets' 'sdl2' 'sdl2_net' 'zlib' 'hicolor-icon-theme')
+ 'qt5-base' 'qt5-websockets' 'sdl2' 'sdl2_net' 'vulkan-icd-loader'
+ 'zlib' 'hicolor-icon-theme')
optdepends=('p7zip: for 7z/zip support')
makedepends=('git' 'cmake' 'nasm' 'python' 'zip' 'icoutils')
provides=('m64p' 'mupen64plus-gui' 'mupen64plus-video-gliden64')