summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Snowhill2021-11-01 15:25:30 -0700
committerChristopher Snowhill2021-11-01 15:26:17 -0700
commit52bb896719222aa4fad333449c8f2e71003245ad (patch)
treee8b2adb820f57d19ae4f0a60d03d5200088ee356
parent4e3dfdda294aca261a2d61c24d1249de0f8ba10b (diff)
downloadaur-52bb896719222aa4fad333449c8f2e71003245ad.tar.gz
upgpkg: rpcs3 0.0.19-1
Updated package, and added two new dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 332d7faeaa0c..6de9ddd5ac7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rpcs3
pkgdesc = Open-source Sony PlayStation 3 Emulator
- pkgver = 0.0.18
- pkgrel = 2
+ pkgver = 0.0.19
+ pkgrel = 1
url = https://rpcs3.net
arch = x86_64
license = GPL2
@@ -28,12 +28,14 @@ pkgbase = rpcs3
depends = openal
depends = qt5-base
depends = qt5-declarative
+ depends = qt5-multimedia
+ depends = qt5-svg
depends = sdl2
depends = vulkan-icd-loader
depends = zlib
depends = curl
options = !emptydirs
- source = git+https://github.com/RPCS3/rpcs3.git#tag=v0.0.18
+ source = git+https://github.com/RPCS3/rpcs3.git#tag=v0.0.19
source = rpcs3-hidapi::git+https://github.com/RPCS3/hidapi.git
source = rpcs3-llvm::git+https://github.com/RPCS3/llvm-mirror.git
source = rpcs3-yaml-cpp::git+https://github.com/RPCS3/yaml-cpp.git
diff --git a/PKGBUILD b/PKGBUILD
index 701c04fb9f9a..6490dc4c5c5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: katt <magunasu.b97@gmail.com>
# Contributor: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=rpcs3
-pkgver=0.0.18
-pkgrel=2
+pkgver=0.0.19
+pkgrel=1
pkgdesc='Open-source Sony PlayStation 3 Emulator'
arch=(x86_64)
url=https://rpcs3.net
license=(GPL2)
-depends=(alsa-lib glew glu libavcodec.so libavutil.so libevdev libgl libice libncursesw.so libpng libpulse libsm libswscale.so libx11 libxext openal qt5-base qt5-declarative sdl2 vulkan-icd-loader zlib curl)
+depends=(alsa-lib glew glu libavcodec.so libavutil.so libevdev libgl libice libncursesw.so libpng libpulse libsm libswscale.so libx11 libxext openal qt5-base qt5-declarative qt5-multimedia qt5-svg sdl2 vulkan-icd-loader zlib curl)
makedepends=(cmake git libglvnd python vulkan-validation-layers)
options=(!emptydirs)
source=(