summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-02-12 23:08:03 +0100
committerDaniel Peukert2024-02-12 23:08:03 +0100
commitf3c2dff8b93e6180ad84f15389695db7faf16d6a (patch)
treed647ea4fe400ca90eb4ed0b309495b4e716d7de8
parent28e2e17e8079696664aaaf2ab1166257add08d34 (diff)
downloadaur-f3c2dff8b93e6180ad84f15389695db7faf16d6a.tar.gz
Add tinygltf dep to dolphin-enu-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e063f35401e7..927d84ed9de7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dolphin-emu-git
pkgdesc = A Gamecube / Wii emulator
- pkgver = 5.0.r20967.g713572e874
+ pkgver = 5.0.r21108.gaa66842172
pkgrel = 1
url = https://dolphin-emu.org
arch = x86_64
@@ -51,6 +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-vma::git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
sha512sums = SKIP
sha512sums = SKIP
@@ -58,6 +59,7 @@ pkgbase = dolphin-emu-git
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
+ sha512sums = SKIP
pkgname = dolphin-emu-git
pkgdesc = A Gamecube / Wii emulator - git version
diff --git a/PKGBUILD b/PKGBUILD
index 13859bf52a2c..e50a55dd963f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _noguipkgname="$_projectname-emu-nogui"
_toolpkgname="$_projectname-emu-tool"
pkgbase="$_mainpkgname-git"
pkgname=("$pkgbase" "$_noguipkgname-git" "$_toolpkgname-git")
-pkgver='5.0.r20967.g713572e874'
+pkgver='5.0.r21108.gaa66842172'
pkgrel='1'
pkgdesc='A Gamecube / Wii emulator'
_pkgdescappend=' - git version'
@@ -32,6 +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-vma::git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git"
)
sha512sums=('SKIP'
@@ -39,6 +40,7 @@ sha512sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'SKIP')
_sourcedirectory="$pkgname"
@@ -54,6 +56,7 @@ prepare() {
[implot]='implot/implot'
[mgba]='mGBA/mgba'
[rcheevos]='rcheevos/rcheevos'
+ [tinygltf]='tinygltf/tinygltf'
[vma]='VulkanMemoryAllocator'
)