summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2017-07-18 18:34:17 +0100
committerEmmanuel Gil Peyrot2017-07-18 18:34:17 +0100
commit497b70f016a73f685116eab651138864bf52e6fa (patch)
tree9be3e0dcf3cda4225b154f0b255109f244a1dd66
parent502170a6da530d82ff20970eb241fe9341594056 (diff)
downloadaur-497b70f016a73f685116eab651138864bf52e6fa.tar.gz
Remove json from externals, see https://github.com/citra-emu/citra/commit/87dea94e143fe55bc3c0bb77ff0b7b318d78e2b0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54b968842700..332134dce6f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jul 16 21:48:51 UTC 2017
+# Tue Jul 18 17:33:42 UTC 2017
pkgbase = citra-git
pkgdesc = An experimental open-source Nintendo 3DS emulator/debugger
- pkgver = r4916.e634b757
+ pkgver = r4944.5621a650
pkgrel = 1
url = https://github.com/citra-emu/citra/
arch = i686
@@ -25,8 +25,6 @@ pkgbase = citra-git
source = git+https://github.com/herumi/xbyak
source = git+https://github.com/whoshuu/cpr
source = git+https://github.com/lsalzman/enet
- source = git+https://github.com/nlohmann/json
- md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index aa5c60b0aade..1cc6cb3d866c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase='citra'
pkgbase="$_pkgbase-git"
pkgname=("$_pkgbase-git" "$_pkgbase-qt-git")
-pkgver=r4916.e634b757
+pkgver=r4944.5621a650
pkgrel=1
pkgdesc="An experimental open-source Nintendo 3DS emulator/debugger"
arch=('i686' 'x86_64')
@@ -21,9 +21,8 @@ source=("$_pkgbase::git+https://github.com/citra-emu/citra"
'git+https://github.com/fmtlib/fmt'
'git+https://github.com/herumi/xbyak'
'git+https://github.com/whoshuu/cpr'
- 'git+https://github.com/lsalzman/enet'
- 'git+https://github.com/nlohmann/json')
-md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
+ 'git+https://github.com/lsalzman/enet')
+md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
pkgver() {
cd "$srcdir/$_pkgbase"
@@ -43,7 +42,6 @@ prepare() {
git config submodule.dynarmic.url "$srcdir/dynarmic"
git config submodule.cpr.url "$srcdir/cpr"
git config submodule.enet.url "$srcdir/enet"
- git config submodule.json.url "$srcdir/json"
git submodule update
cd externals/dynarmic