summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87f5705e9929..1fbac6e993bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,8 +23,8 @@ pkgbase = xemu-git
depends = sdl2
provides = xemu
conflicts = xemu
- source = git+https://github.com/epezent/implot.git
source = git+https://github.com/mborgerson/xemu.git
+ source = git+https://github.com/epezent/implot.git
source = git+https://github.com/ocornut/imgui.git
source = git+https://gitlab.com/qemu-project/berkeley-softfloat-3.git
source = git+https://gitlab.com/qemu-project/berkeley-testfloat-3.git
diff --git a/PKGBUILD b/PKGBUILD
index c059a1bcbf57..20d1af9c0fa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,8 +28,8 @@ provides=("$_pkgname")
conflicts=("$_pkgname")
install=$_pkgname.install
source=(
+ "git+https://github.com/mborgerson/$_pkgname.git"
'git+https://github.com/epezent/implot.git'
- 'git+https://github.com/mborgerson/xemu.git'
'git+https://github.com/ocornut/imgui.git'
'git+https://gitlab.com/qemu-project/berkeley-softfloat-3.git'
'git+https://gitlab.com/qemu-project/berkeley-testfloat-3.git'