summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2017-11-26 14:58:46 +0100
committerMaxime Gauduin2017-11-26 14:58:46 +0100
commit60bfd82752b5fcbb3f8450773dafee298f4b6a7b (patch)
treeaa39c656de5056f9b0cda76eddd90dbb34e309b0 /PKGBUILD
parent1926cce4f72596f5f87e8aebb881c97c7f7536e1 (diff)
downloadaur-60bfd82752b5fcbb3f8450773dafee298f4b6a7b.tar.gz
rpcs3-git 0.0.4.r54.1344f15ef
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec4c74af7c1d..a560c1a9d0e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=rpcs3-git
-pkgver=0.0.3.r512.4aa89132d
+pkgver=0.0.4.r54.1344f15ef
pkgrel=1
pkgdesc='A Sony PlayStation 3 emulator'
arch=('x86_64')
@@ -17,13 +17,13 @@ provides=('rpcs3')
conflicts=('rpcs3')
source=('git+https://github.com/RPCS3/rpcs3.git'
'rpcs3-common::git+https://github.com/RPCS3/common.git'
- 'rpcs3-hidapi::git+https://github.com/RPCS3/hidapi.git#commit=ca39ce8'
- 'rpcs3-pugixml::git+https://github.com/RPCS3/pugixml.git#commit=f205aaf'
- 'git+https://github.com/kobalicek/asmjit.git#commit=1370fe6'
- 'git+https://github.com/Microsoft/GSL.git#commit=fc5fce4'
- 'git+https://github.com/KhronosGroup/glslang.git#commit=cf571f7'
- 'git+https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git#commit=85926a3'
- 'git+https://github.com/akrzemi1/Optional.git#commit=f27e790')
+ 'rpcs3-hidapi::git+https://github.com/RPCS3/hidapi.git'
+ 'git+https://github.com/kobalicek/asmjit.git'
+ 'git+https://github.com/Microsoft/GSL.git'
+ 'git+https://github.com/KhronosGroup/glslang.git'
+ 'git+https://github.com/akrzemi1/Optional.git'
+ 'git+https://github.com/zeux/pugixml.git'
+ 'git+https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git')
sha256sums=('SKIP'
'SKIP'
'SKIP'
@@ -49,7 +49,7 @@ prepare() {
git config submodule.GSL.url ../GSL
git config submodule.hidapi.url ../rpcs3-hidapi
git config submodule.Optional.url ../Optional
- git config submodule.pugixml.url ../rpcs3-pugixml
+ git config submodule.pugixml.url ../pugixml
git config submodule.Vulkan-LoaderAndValidationLayers ../Vulkan-LoaderAndValidationLayers
git submodule update 3rdparty/{GSL,hidapi,Optional,pugixml} asmjit Vulkan/{glslang,Vulkan-LoaderAndValidationLayers}