summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2020-10-23 15:17:12 +0000
committerLinux Gamers2020-10-23 15:17:12 +0000
commit819b61a822e306b7b37ec477a54e4974e0340da5 (patch)
tree1c507b4307f2a1f396ef216935d6295f8cc34451
parent658191982bc27a6ef1e5ae2a0882b2b8f0936a81 (diff)
downloadaur-819b61a822e306b7b37ec477a54e4974e0340da5.tar.gz
0-417
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2013aa22655e..dbeddc997d43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
- pkgver = 0.416
+ pkgver = 0.417
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-416.tar.gz
- sha512sums = fc4bec5c34fb28cab0fed093910e7931b1db64208f91606df14b5e8f267c36b45f7e821ea2adaee2a5d90b5f5ec7ca82fcfa459a976316c0f4cdf480feee1519
+ source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-417.tar.gz
+ sha512sums = dbf770b616bc3b102ead45b9f16b623a7aeaf4043563081b81fdbd756d0831c4f62a532d898b8644b55bf09ac5d8ab3efee4306c149f4e100f8862d5fb8124ad
pkgname = yuzu-mainline-bin
diff --git a/PKGBUILD b/PKGBUILD
index 959fda402426..a5330b92199e 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=416
+_pkgver=417
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=('fc4bec5c34fb28cab0fed093910e7931b1db64208f91606df14b5e8f267c36b45f7e821ea2adaee2a5d90b5f5ec7ca82fcfa459a976316c0f4cdf480feee1519')
+sha512sums=('dbf770b616bc3b102ead45b9f16b623a7aeaf4043563081b81fdbd756d0831c4f62a532d898b8644b55bf09ac5d8ab3efee4306c149f4e100f8862d5fb8124ad')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"