diff --git a/.SRCINFO b/.SRCINFO index dc32003..517fdb3 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 = 1761 + pkgver = 1763 pkgrel = 1 url = https://yuzu-emu.org/ arch = i686 @@ -40,7 +40,7 @@ pkgbase = yuzu-early-access optdepends = qt5-wayland: for Wayland support provides = yuzu conflicts = yuzu - source = https://github.com/pineappleEA/pineapple-src/archive/EA-1761.tar.gz - md5sums = c34991ad5604ea1b994d45be486b9a91 + source = https://github.com/pineappleEA/pineapple-src/archive/EA-1763.tar.gz + md5sums = 5cde33906fa2d1ddc36df653ae022234 pkgname = yuzu-early-access diff --git a/PKGBUILD b/PKGBUILD index 0fa33c4..d224685 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=yuzu pkgname=$_pkgname-early-access -pkgver=1761 +pkgver=1763 pkgrel=1 pkgdesc="An experimental open-source Nintendo Switch emulator/debugger (mainline GIT version)" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ optdepends=('qt5-wayland: for Wayland support') provides=('yuzu') conflicts=('yuzu') source=("https://github.com/pineappleEA/pineapple-src/archive/EA-${pkgver}.tar.gz") -md5sums=('c34991ad5604ea1b994d45be486b9a91') +md5sums=('5cde33906fa2d1ddc36df653ae022234') prepare() { cd "$srcdir/pineapple-src-EA-${pkgver}"