diff --git a/.SRCINFO b/.SRCINFO index 06d2786062f..33c276cfa00 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = yuzu-mainline-bin pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux - pkgver = 0.672 + pkgver = 0.673 pkgrel = 1 url = https://github.com/linux-gamers/arch-yuzu-mainline arch = x86_64 @@ -22,8 +22,8 @@ pkgbase = yuzu-mainline-bin conflicts = yuzu-git conflicts = yuzu-canary-git conflicts = yuzu-mainline-git - source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-672.tar.gz - sha512sums = 38c763037de447b29a415aadaccb8e39b78092cd801aaa2199bcfb848b1715f6b3d4f6ca43ccc4d8b96ca510bb38f0738de57910c3b1ce2f9c6e79dcc93d114e + source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-673.tar.gz + sha512sums = e529970df5c2233d0f27374f1c83563a63c3303327a10894743e38131d57308274b1ffac77fb1270fc51c3713653c6be9911976061afa131f617fa7f124b1e03 pkgname = yuzu-mainline-bin diff --git a/PKGBUILD b/PKGBUILD index ea240ef9c39..594974a6fc7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=yuzu-mainline pkgname="${_pkgname}-bin" provides=('yuzu' 'yuzu-cmd') conflicts=('yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git') -_pkgver=672 +_pkgver=673 pkgver="0.${_pkgver}" pkgrel=1 pkgdesc="Yuzu emulator 'mainline' branch binaries for Arch Linux" @@ -13,7 +13,7 @@ license=('GNU General Public License v2.0') depends=('shared-mime-info' 'desktop-file-utils' 'sdl2' 'qt5-base' 'qt5-multimedia' 'qt5-tools' 'qt5-webengine' 'libxkbcommon-x11' 'libfdk-aac' 'fmt' 'libzip') optdepends=('qt5-wayland: for Wayland support') source=("${url}/archive/0-${_pkgver}.tar.gz") -sha512sums=('38c763037de447b29a415aadaccb8e39b78092cd801aaa2199bcfb848b1715f6b3d4f6ca43ccc4d8b96ca510bb38f0738de57910c3b1ce2f9c6e79dcc93d114e') +sha512sums=('e529970df5c2233d0f27374f1c83563a63c3303327a10894743e38131d57308274b1ffac77fb1270fc51c3713653c6be9911976061afa131f617fa7f124b1e03') package() { cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"