summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandy Carter2018-03-05 21:39:57 -0800
committerSandy Carter2018-03-05 21:54:25 -0800
commit42dae938143e99e31bff1a7cd5859d3607d5c91c (patch)
tree1dce7d64f272ad973f23a37f9081f5f8609a3e9f
parentf7cc774f08f2936f2e978c6048d5d565a1dff904 (diff)
downloadaur-42dae938143e99e31bff1a7cd5859d3607d5c91c.tar.gz
Revert "Replace unmodified submodules with packages"
This reverts commit f7cc774f08f2936f2e978c6048d5d565a1dff904.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 19 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1ece2efa117..cc36a1f11ae4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Mar 6 05:54:16 UTC 2018
pkgbase = xenia-git
pkgdesc = Xenia is an experimental emulator for the Xbox 360.
- pkgver = r4173.09d16f4b
+ pkgver = r4251.6b8a34c9
pkgrel = 1
url = http://xenia.jp
arch = x86_64
@@ -11,26 +13,30 @@ pkgbase = xenia-git
makedepends = git
makedepends = clang
makedepends = libpthread-stubs
- makedepends = catch2
depends = gtk3
depends = lz4
depends = glew
depends = libx11
depends = libc++
- depends = yaml-cpp
provides = xenia
conflicts = xenia
source = git+https://github.com/benvanik/xenia.git
source = git+https://github.com/benvanik/binutils-ppc-cygwin
source = git+https://github.com/xenia-project/capstone.git
+ source = git+https://github.com/catchorg/Catch2
source = git+https://github.com/benvanik/gflags.git
source = git+https://github.com/ocornut/imgui.git
source = git+https://github.com/xenia-project/libav.git
source = git+https://github.com/xenia-project/premake-core.git
source = git+https://github.com/xenia-project/premake-export-compile-commands.git
source = git+https://github.com/xenia-project/snappy.git
+ source = git+https://github.com/KhronosGroup/SPIRV-Headers
source = git+https://github.com/xenia-project/SPIRV-Tools.git
source = git+https://github.com/xenia-project/xbyak.git
+ source = git+https://github.com/jbeder/yaml-cpp.git
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 302c6429dee5..5247fedd8f3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,28 +1,31 @@
pkgname=xenia-git
-pkgver=r4173.09d16f4b
+pkgver=r4251.6b8a34c9
pkgrel=1
pkgdesc="Xenia is an experimental emulator for the Xbox 360."
arch=('x86_64')
url="http://xenia.jp"
license=('BSD')
-depends=('gtk3' 'lz4' 'glew' 'libx11' 'libc++' 'yaml-cpp')
+depends=('gtk3' 'lz4' 'glew' 'libx11' 'libc++')
# TODO use installed premake5 instead of building it
# premake: powerpc patch added
-makedepends=('python' 'clang' 'vulkan-headers' 'git' 'clang' 'libpthread-stubs' 'catch2')
+makedepends=('python' 'clang' 'vulkan-headers' 'git' 'clang' 'libpthread-stubs')
provides=('xenia')
conflicts=('xenia')
# TODO: Use system installed deps for non-forked libs
source=("git+https://github.com/benvanik/xenia.git"
"git+https://github.com/benvanik/binutils-ppc-cygwin"
"git+https://github.com/xenia-project/capstone.git"
+ "git+https://github.com/catchorg/Catch2" # catch-git
"git+https://github.com/benvanik/gflags.git"
"git+https://github.com/ocornut/imgui.git"
"git+https://github.com/xenia-project/libav.git"
"git+https://github.com/xenia-project/premake-core.git"
"git+https://github.com/xenia-project/premake-export-compile-commands.git"
"git+https://github.com/xenia-project/snappy.git"
+ "git+https://github.com/KhronosGroup/SPIRV-Headers" # spirv-headers or glslang
"git+https://github.com/xenia-project/SPIRV-Tools.git"
- "git+https://github.com/xenia-project/xbyak.git")
+ "git+https://github.com/xenia-project/xbyak.git"
+ "git+https://github.com/jbeder/yaml-cpp.git") # yaml-cpp
sha256sums=('SKIP'
'SKIP'
'SKIP'
@@ -33,6 +36,9 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
'SKIP')
pkgver() {