summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEXtremeExploit2023-02-21 20:22:02 -0300
committerEXtremeExploit2023-02-21 20:22:02 -0300
commit391535bc6784238e670a76dc98a24c0ee311215b (patch)
tree09274d4b6626554e20ead2380da5624687a9a932
parent466405e11c6c56ca08ba1a482a887a504bfa1497 (diff)
downloadaur-391535bc6784238e670a76dc98a24c0ee311215b.tar.gz
Fix Atrac9 url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b99d97d9614..9f8aefcaad2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vita3k-git
pkgdesc = Experimental PlayStation Vita emulator
- pkgver = r3001.964dd536
+ pkgver = r3002.4dfc3911
pkgrel = 1
url = https://github.com/Vita3K/Vita3K
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = vita3k-git
conflicts = vita3k
source = vita3k::git+https://github.com/Vita3K/Vita3K
source = vita3k.desktop
- source = LibAtrac9::git+https://github.com/Thealexbarney/LibAtrac9
+ source = LibAtrac9::git+https://github.com/Vita3K/LibAtrac9
source = SPIRV-Cross::git+https://github.com/KhronosGroup/SPIRV-Cross
source = Vulkan-Headers::git+https://github.com/KhronosGroup/Vulkan-Headers
source = VulkanMemoryAllocator-Hpp::git+https://github.com/Macdu/VulkanMemoryAllocator-Hpp
diff --git a/PKGBUILD b/PKGBUILD
index aa260a0b5619..b49e7b7c9685 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ source=(
"vita3k.desktop"
# submodules for vita3k
- 'LibAtrac9'::'git+https://github.com/Thealexbarney/LibAtrac9'
+ 'LibAtrac9'::'git+https://github.com/Vita3K/LibAtrac9'
'SPIRV-Cross'::'git+https://github.com/KhronosGroup/SPIRV-Cross'
'Vulkan-Headers'::'git+https://github.com/KhronosGroup/Vulkan-Headers'
'VulkanMemoryAllocator-Hpp'::'git+https://github.com/Macdu/VulkanMemoryAllocator-Hpp'
@@ -196,7 +196,7 @@ prepare() {
)
for submodule in ${_submodules[@]} ; do
git submodule init "$submodule"
- git submodule set-url "$submodule" "$srcdir/${submodule}"
+ git submodule set-url "$submodule" "$srcdir/${submodule##*/}"
git -c protocol.file.allow=always submodule update "$submodule"
done