summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2021-08-09 11:46:59 +0200
committerAlexandre Bouvier2021-08-09 11:46:59 +0200
commitbff5effde0a83433a59faf80ba017b69541515a2 (patch)
tree87711a2b58d6220b75a26519dd7b4204c03c46fa
parent6a4c5a781c4b53c22e799fb42dfecb164f802950 (diff)
downloadaur-bff5effde0a83433a59faf80ba017b69541515a2.tar.gz
prettify
-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'