summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkenshen1122022-09-16 21:30:12 -0700
committerkenshen1122022-09-16 21:30:12 -0700
commit997077bcce90d327ee329c95cf5cb126693d3111 (patch)
treebb62c0ff0f64e76fd2e2beb67c9b61ee5c3432e4 /PKGBUILD
parent2a55e4b4d9025e6d3524b1b45dbe708d601375fe (diff)
downloadaur-997077bcce90d327ee329c95cf5cb126693d3111.tar.gz
3rdparty: Move imgui in-tree
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 731b0ab48a2b..ab64b6701578 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=pcsx2-git
-pkgver=v1.7.0.dev.r4271.g1ecadc353
+pkgver=v1.7.0.dev.r4282.g20846bb93
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -62,7 +62,6 @@ conflicts=(pcsx2)
source=(
git+https://github.com/kenshen112/pcsx2.git#branch=packages
-git+https://github.com/ocornut/imgui.git
git+https://github.com/rtissera/libchdr.git
git+https://github.com/google/googletest.git
git+https://github.com/mozilla/cubeb.git
@@ -79,7 +78,6 @@ SKIP
SKIP
SKIP
SKIP
-SKIP
)
prepare()
@@ -89,11 +87,10 @@ prepare()
git config submodule.3rdparty/libchdr/libchdr.url $srcdir/libchdr
git config submodule.3rdparty/gtest.url $srcdir/googletest
git config submodule.3rdparty/cubeb/cubeb.url $srcdir/cubeb
- git config submodule.3rdparty/imgui/imgui.url $srcdir/imgui
git config submodule.3rdparty/glslang/glslang.url $srcdir/glslang
git config submodule.3rdparty/vulkan-headers.url $srcdir/Vulkan-Headers
git config submodule.3rdparty/fmt/fmt.url $srcdir/fmt
- git submodule update 3rdparty/libchdr/libchdr 3rdparty/gtest 3rdparty/cubeb/cubeb 3rdparty/imgui 3rdparty/glslang/glslang 3rdparty/vulkan-headers 3rdparty/fmt/fmt
+ git submodule update 3rdparty/libchdr/libchdr 3rdparty/gtest 3rdparty/cubeb/cubeb 3rdparty/glslang/glslang 3rdparty/vulkan-headers 3rdparty/fmt/fmt
}
pkgver()