summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenshen1122020-12-05 05:25:36 -0700
committerkenshen1122020-12-05 05:25:36 -0700
commitdf936061ec2577b591948a7457e4acb877695e58 (patch)
tree79cc274e58287fcb8c1c6672bdd34f8cc477ac5f
parent518f6c93e21295860b1133fbb4ed69760742e6d6 (diff)
downloadaur-df936061ec2577b591948a7457e4acb877695e58.tar.gz
Added missing yaml-cpp submodule
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d559285db74c..979d164b4376 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pcsx2-git
pkgdesc = A Sony PlayStation 2 emulator
- pkgver = 1.7.0.r596.319287dbe
+ pkgver = 1.7.0.r653.378eccc6e
pkgrel = 1
url = https://www.pcsx2.net
arch = x86_64
@@ -25,6 +25,8 @@ pkgbase = pcsx2-git
conflicts = pcsx2
source = git+https://github.com/PCSX2/pcsx2.git
source = git+https://github.com/fmtlib/fmt.git
+ source = git+https://github.com/jbeder/yaml-cpp.git
+ sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8858c650f5ba..79e22c0e0a73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=pcsx2-git
-pkgver=1.7.0.r596.319287dbe
+pkgver=1.7.0.r653.378eccc6e
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -35,7 +35,8 @@ makedepends=(
provides=(pcsx2)
conflicts=(pcsx2)
source=(git+https://github.com/PCSX2/pcsx2.git
-git+https://github.com/fmtlib/fmt.git)
+git+https://github.com/fmtlib/fmt.git
+git+https://github.com/jbeder/yaml-cpp.git)
sha256sums=(SKIP)
pkgver() {
@@ -50,6 +51,7 @@ build() {
cd $srcdir/pcsx2/3rdparty
git submodule init
git config submodule.https://github.com/fmtlib/src/fmt.git.url $srcdir/fmt
+ git config submodule.https://github.com/jbeder/yaml-cpp.git.url $srcdir/yaml-cpp
git submodule update
cd ../..
@@ -75,4 +77,5 @@ package() {
# vim: ts=2 sw=2 et:
sha256sums=('SKIP'
+ 'SKIP'
'SKIP')