summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2022-07-08 13:59:48 -0400
committeralgebro2022-07-08 13:59:48 -0400
commitedd3d6fbd799523bfa0858c5291c9ad836bd174a (patch)
treebe68dc9b6edcfb40dfc215e3417c27a017cf6295
parentba3bc581a864a4b49ec14d61815eefce0005d7fb (diff)
downloadaur-edd3d6fbd799523bfa0858c5291c9ad836bd174a.tar.gz
remove imgui_club
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fe7173f5b9d..8f512e357e63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pcsx-redux-git
pkgdesc = Modern fork of the pcsxr PlayStation 1 emulator focused on reverse engineering and homebrew development
- pkgver = r3781.d9431853
+ pkgver = r3908.4bf168d2
pkgrel = 1
url = https://github.com/grumpycoders/pcsx-redux.git
arch = x86_64
@@ -20,7 +20,6 @@ pkgbase = pcsx-redux-git
options = !buildflags
source = pcsx-redux::git+https://github.com/grumpycoders/pcsx-redux.git
source = git+https://github.com/ocornut/imgui.git
- source = git+https://github.com/ocornut/imgui_club.git
source = git+https://github.com/grumpycoders/uC-sdk.git
source = git+https://github.com/google/googletest.git
source = git+https://github.com/fmtlib/fmt.git
@@ -68,7 +67,6 @@ pkgbase = pcsx-redux-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = SKIP
sha256sums = 21db8ce528f3240388d55d1f309ebc6060bb1145cce50553659e73fb6f89d326
pkgname = pcsx-redux-git
diff --git a/PKGBUILD b/PKGBUILD
index b566dd7a1a65..e1f12648fb22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pcsx-redux-git
_pkgname=pcsx-redux
-pkgver=r3781.d9431853
+pkgver=r3908.4bf168d2
pkgrel=1
pkgdesc='Modern fork of the pcsxr PlayStation 1 emulator focused on reverse engineering and homebrew development'
arch=('x86_64' 'aarch64')
@@ -24,7 +24,6 @@ makedepends=('git'
)
source=("${_pkgname}::git+https://github.com/grumpycoders/pcsx-redux.git"
'git+https://github.com/ocornut/imgui.git'
- 'git+https://github.com/ocornut/imgui_club.git'
'git+https://github.com/grumpycoders/uC-sdk.git'
'git+https://github.com/google/googletest.git'
'git+https://github.com/fmtlib/fmt.git'
@@ -73,7 +72,6 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'21db8ce528f3240388d55d1f309ebc6060bb1145cce50553659e73fb6f89d326')
pkgver() {
@@ -85,7 +83,6 @@ prepare() {
cd "$_pkgname"
git submodule init
git config submodule.third_party/imgui.url "$srcdir/imgui"
- git config submodule.third_party/imgui_club.url "$srcdir/imgui_club"
git config submodule.third_party/uC-sdk.url "$srcdir/uC-sdk"
git config submodule.third_party/googletest.url "$srcdir/googletest"
git config submodule.third_party/fmt.url "$srcdir/fmt"
@@ -109,7 +106,6 @@ prepare() {
git config submodule.third_party/multipart-parser-c.url "$srcdir/multipart-parser-c"
git submodule update third_party/imgui \
- third_party/imgui_club \
third_party/uC-sdk \
third_party/googletest \
third_party/fmt \