summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkenshen1122021-12-19 09:43:17 -0700
committerkenshen1122021-12-19 09:43:17 -0700
commit3deaf096d6fca6b1a4ed9e25b6165a412e863e70 (patch)
tree2135abe2e64c71929a1c5bf091eed9ce5ec1bc9b /PKGBUILD
parentd0f7713ead0c826e32ba428ce368bd54c1b51f8a (diff)
downloadaur-3deaf096d6fca6b1a4ed9e25b6165a412e863e70.tar.gz
SPU2: Add Cubeb backend, remove Portaudio and SDL2 backends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 095b993c899e..7b1d45b25208 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=pcsx2-git
-pkgver=1.7.2128
+pkgver=1.7.2143
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -41,7 +41,8 @@ source=(git+https://github.com/PCSX2/pcsx2.git
git+https://github.com/fmtlib/fmt.git
git+https://github.com/jbeder/yaml-cpp.git
git+https://github.com/rtissera/libchdr.git
-git+https://github.com/google/googletest.git)
+git+https://github.com/google/googletest.git
+git+https://github.com/mozilla/cubeb.git)
sha256sums=(SKIP)
pkgver()
@@ -58,6 +59,7 @@ prepare()
git config submodule.https://github.com/jbeder/yaml-cpp.git.url yaml-cpp
git config submodule.https://github.com/rtissera/libchdr.git.url libchdr
git config submodule.https://github.com/google/googletest.git.url gtest
+ git config submodule.https://github.com/mozilla/cubeb.git.url cubeb
git submodule update
}
@@ -88,4 +90,5 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'SKIP')