From 32edd0a5eaa093b8198c4981192faf9509d6a1e1 Mon Sep 17 00:00:00 2001 From: lilac Date: Fri, 13 Aug 2021 05:47:24 +0800 Subject: [PATCH] [lilac] updated to 1991-1 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 330be73..fc8ab10 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 = 1990 + pkgver = 1991 pkgrel = 1 url = https://yuzu-emu.org/ arch = i686 @@ -39,9 +39,9 @@ pkgbase = yuzu-early-access optdepends = qt5-wayland: for Wayland support provides = yuzu conflicts = yuzu - source = https://github.com/pineappleEA/pineapple-src/archive/EA-1990.tar.gz + source = https://github.com/pineappleEA/pineapple-src/archive/EA-1991.tar.gz source = inject-git-info.patch - md5sums = edf231b29b19fe2c1d25aeac9e7bc321 + md5sums = 8276768a0f3b9bd006a703123c3018b9 md5sums = bf79f6d0b474b9bedcf010e127272bdc pkgname = yuzu-early-access diff --git a/PKGBUILD b/PKGBUILD index 74d1be9..7a1b7ab 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=yuzu pkgname=$_pkgname-early-access -pkgver=1990 +pkgver=1991 pkgrel=1 pkgdesc="An experimental open-source Nintendo Switch emulator/debugger (mainline GIT version)" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ provides=('yuzu') conflicts=('yuzu') source=("https://github.com/pineappleEA/pineapple-src/archive/EA-${pkgver}.tar.gz" "inject-git-info.patch") -md5sums=('edf231b29b19fe2c1d25aeac9e7bc321' +md5sums=('8276768a0f3b9bd006a703123c3018b9' 'bf79f6d0b474b9bedcf010e127272bdc') prepare() {