summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan Szymanski2018-08-23 21:54:48 -0400
committerBrendan Szymanski2018-08-23 21:54:48 -0400
commit14be5c69898e294558797a525d79e5cc50c23e9b (patch)
tree65b868b6f04bc231d68577ce016d1e884a144e35
parent8645ffbbc39869aff9ec2bd4d4172c720032a4a6 (diff)
downloadaur-14be5c69898e294558797a525d79e5cc50c23e9b.tar.gz
Updated version number
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ef30b6ee51d..0ccab912e8b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-canary-git
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger
- pkgver = r8185.c91add0ad
+ pkgver = r8217.d68a85b99
pkgrel = 1
url = https://github.com/yuzu-emu/yuzu-canary
arch = i686
@@ -30,6 +30,8 @@ pkgbase = yuzu-canary-git
source = git+https://github.com/yuzu-emu/unicorn
source = git+https://github.com/DarkLordZach/mbedtls
source = git+https://github.com/ogniK5377/opus
+ source = git+https://github.com/citra-emu/ext-soundtouch
+ md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b0544b83f7db..c70db90cffe1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=yuzu
pkgname=$_pkgname-canary-git
-pkgver=r8185.c91add0ad
+pkgver=r8217.d68a85b99
pkgrel=1
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger"
arch=('i686' 'x86_64')
@@ -25,7 +25,8 @@ source=("$_pkgname::git+https://github.com/yuzu-emu/yuzu-canary"
'git+https://github.com/lz4/lz4'
'git+https://github.com/yuzu-emu/unicorn'
'git+https://github.com/DarkLordZach/mbedtls'
- 'git+https://github.com/ogniK5377/opus')
+ 'git+https://github.com/ogniK5377/opus'
+ 'git+https://github.com/citra-emu/ext-soundtouch')
md5sums=('SKIP'
'SKIP'
'SKIP'
@@ -37,6 +38,7 @@ md5sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'SKIP')
pkgver() {
@@ -60,6 +62,7 @@ prepare() {
git config submodule.unicorn.url "$srcdir/unicorn"
git config submodule.mbedtls.url "$srcdir/mbedtls"
git config submodule.opus.url "$srcdir/opus"
+ git config submodule.soundtouch.url "$srcdir/ext-soundtouch"
git submodule update --init --recursive
}