Skip to content

Instantly share code, notes, and snippets.

Created January 16, 2018 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5fa795e528f0cb56734aa9bd1fb287c6 to your computer and use it in GitHub Desktop.
Save anonymous/5fa795e528f0cb56734aa9bd1fb287c6 to your computer and use it in GitHub Desktop.
aur/yuzu-git
diff --git a/PKGBUILD b/PKGBUILD
index 42fd7da..bcc06ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='yuzu'
pkgbase="$_pkgbase-git"
pkgname=("$_pkgbase-git" "$_pkgbase-qt-git")
-pkgver=5434.bf1084f
+pkgver=r5482.713c1ed2
pkgrel=1
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger"
arch=('i686' 'x86_64')
@@ -14,13 +14,15 @@ source=("$_pkgbase::git+https://github.com/yuzu-emu/yuzu"
'git+https://github.com/philsquared/Catch'
'git+https://github.com/MerryMage/dynarmic'
'git+https://github.com/herumi/xbyak'
- 'git+https://github.com/fmtlib/fmt')
+ 'git+https://github.com/fmtlib/fmt'
+ 'git+https://github.com/Blandinium/inih.git')
md5sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP')
+ 'SKIP'
+ 'SKIP')
pkgver() {
cd "$srcdir/$_pkgbase"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment