summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-04-08 09:53:46 +0200
committerAlexandre Bouvier2022-04-08 09:53:46 +0200
commit255fd381e46c9f686fb584161755d81e215e281e (patch)
tree544d150307b69ca9f243fb6a2db781702036b78a
parenta6341749fdcd75c7c455cb4d4befded27eabadb1 (diff)
downloadaur-255fd381e46c9f686fb584161755d81e215e281e.tar.gz
set source folder
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e69a160def13..dad94adf45ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,12 +23,12 @@ pkgbase = xemu-git
depends = sdl2
provides = xemu
conflicts = xemu
- 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
- source = git+https://gitlab.com/qemu-project/keycodemapdb.git
+ source = xemu::git+https://github.com/mborgerson/xemu.git
+ source = berkeley-softfloat-3::git+https://gitlab.com/qemu-project/berkeley-softfloat-3.git
+ source = berkeley-testfloat-3::git+https://gitlab.com/qemu-project/berkeley-testfloat-3.git
+ source = imgui::git+https://github.com/ocornut/imgui.git
+ source = implot::git+https://github.com/epezent/implot.git
+ source = keycodemapdb::git+https://gitlab.com/qemu-project/keycodemapdb.git
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 53072a69e8f6..d19fc85469f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,12 +28,12 @@ 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/ocornut/imgui.git'
- 'git+https://gitlab.com/qemu-project/berkeley-softfloat-3.git'
- 'git+https://gitlab.com/qemu-project/berkeley-testfloat-3.git'
- 'git+https://gitlab.com/qemu-project/keycodemapdb.git'
+ "$_pkgname::git+https://github.com/mborgerson/xemu.git"
+ 'berkeley-softfloat-3::git+https://gitlab.com/qemu-project/berkeley-softfloat-3.git'
+ 'berkeley-testfloat-3::git+https://gitlab.com/qemu-project/berkeley-testfloat-3.git'
+ 'imgui::git+https://github.com/ocornut/imgui.git'
+ 'implot::git+https://github.com/epezent/implot.git'
+ 'keycodemapdb::git+https://gitlab.com/qemu-project/keycodemapdb.git'
)
b2sums=(
'SKIP'