summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48ff5aeecdcf..5c42056e42e3 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=300
+_pkgver=301
pkgver="0.${_pkgver}"
pkgrel=1
pkgdesc="Yuzu emulator 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' 'libxkbcommon-x11' 'libfdk-aac' 'fmt')
optdepends=('qt5-wayland: for Wayland support')
source=("${url}/archive/0-${_pkgver}.tar.gz")
-sha512sums=('00756aaabdc9ce370b71bd5d156648fe6f066e71c74c0d21a68aee4a583637e4a43b686fa83d665fd365ca1d2dee7ee2ca503541b55eb5ebaf4dac614d546bbb')
+sha512sums=('ea2e6c6dcc805c727aeffea1dd2e230c06ebfbaf7a790a59ba449a7a2f8bb6a8f6fe15656488e548f69cce066d9700dd964e45219aa99faac9b4a0f783c0960f')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"