summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-02-12 23:37:19 +0100
committerDaniel Peukert2024-02-12 23:37:19 +0100
commit5572dbd7ff5cf4e2e74f4ee18b23e8d3a7310eb3 (patch)
treea69f81f3bf22a2baf16887cc69ede1aef2fd1e27
parentf3c2dff8b93e6180ad84f15389695db7faf16d6a (diff)
downloadaur-5572dbd7ff5cf4e2e74f4ee18b23e8d3a7310eb3.tar.gz
Fix URL for dolphin-enu-git tinygltf dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 927d84ed9de7..83f17e9f7741 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dolphin-emu-git
pkgdesc = A Gamecube / Wii emulator
pkgver = 5.0.r21108.gaa66842172
- pkgrel = 1
+ pkgrel = 2
url = https://dolphin-emu.org
arch = x86_64
arch = aarch64
@@ -51,7 +51,7 @@ pkgbase = dolphin-emu-git
source = dolphin-emu-git-implot::git+https://github.com/epezent/implot.git
source = dolphin-emu-git-mgba::git+https://github.com/mgba-emu/mgba.git
source = dolphin-emu-git-rcheevos::git+https://github.com/RetroAchievements/rcheevos.git
- source = dolphin-emu-git-tinygltf::git+https://github.com/syoyo/tinygltf
+ source = dolphin-emu-git-tinygltf::git+https://github.com/syoyo/tinygltf.git
source = dolphin-emu-git-vma::git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e50a55dd963f..b56afbb9131d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _toolpkgname="$_projectname-emu-tool"
pkgbase="$_mainpkgname-git"
pkgname=("$pkgbase" "$_noguipkgname-git" "$_toolpkgname-git")
pkgver='5.0.r21108.gaa66842172'
-pkgrel='1'
+pkgrel='2'
pkgdesc='A Gamecube / Wii emulator'
_pkgdescappend=' - git version'
arch=('x86_64' 'aarch64')
@@ -32,7 +32,7 @@ source=(
"$pkgname-implot::git+https://github.com/epezent/implot.git"
"$pkgname-mgba::git+https://github.com/mgba-emu/mgba.git"
"$pkgname-rcheevos::git+https://github.com/RetroAchievements/rcheevos.git"
- "$pkgname-tinygltf::git+https://github.com/syoyo/tinygltf"
+ "$pkgname-tinygltf::git+https://github.com/syoyo/tinygltf.git"
"$pkgname-vma::git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git"
)
sha512sums=('SKIP'