diff --git a/.SRCINFO b/.SRCINFO index 686afea..adb9727 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = yuzu-early-access pkgdesc = An experimental open-source Nintendo Switch emulator/debugger (mainline GIT version) - pkgver = 1326 + pkgver = 1327 pkgrel = 1 url = https://yuzu-emu.org/ arch = i686 @@ -46,8 +46,8 @@ pkgbase = yuzu-early-access conflicts = yuzu-canary-git conflicts = yuzu-master-git replaces = yuzu-canary-git - source = https://github.com/pineappleEA/pineapple-src/archive/EA-1326.tar.gz - md5sums = 09867925282d54591fb4d85dba4813f7 + source = https://github.com/pineappleEA/pineapple-src/archive/EA-1327.tar.gz + md5sums = aa2af1afeec08a3f39a61d1d957307f8 pkgname = yuzu-early-access diff --git a/PKGBUILD b/PKGBUILD index 1aead10..6e666a7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=yuzu pkgname=$_pkgname-early-access -pkgver=1326 +pkgver=1327 pkgrel=1 pkgdesc="An experimental open-source Nintendo Switch emulator/debugger (mainline GIT version)" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ provides=('yuzu' 'yuzu-canary-git' 'yuzu-cmd' 'yuzu-mainline' 'yuzu-canary') conflicts=('yuzu-canary-git' 'yuzu-master-git') replaces=('yuzu-canary-git') source=("https://github.com/pineappleEA/pineapple-src/archive/EA-${pkgver}.tar.gz") -md5sums=('09867925282d54591fb4d85dba4813f7') +md5sums=('aa2af1afeec08a3f39a61d1d957307f8') prepare() { cd "$srcdir/pineapple-src-EA-${pkgver}"