summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2021-01-14 15:56:46 +0000
committerLinux Gamers2021-01-14 15:56:46 +0000
commit2afeadb2e6be91dc016eb560e2181c9972c4fca5 (patch)
treed320f77c69187ac891cc8c44c402e2ca397a9dfd
parent93474a965df3b568dc7dc912776dcd43af032f56 (diff)
downloadaur-2afeadb2e6be91dc016eb560e2181c9972c4fca5.tar.gz
0-476
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5250d3f9695b..94c9e88c4a3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
- pkgver = 0.475
+ pkgver = 0.476
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-475.tar.gz
- sha512sums = 43c840740ed2e2059b7d548e607cdf3669781015a11ab27074708cfe7e2253215a23010658acb62547bf2ea936a42a62cc6b1080bae35e35ff1db4b3de29e550
+ source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-476.tar.gz
+ sha512sums = e89e4367b53ba1b62ffeddff5860899ea555d02cdeaa05580c37bc0850166e1417a42a0823c77bc4b2fb1f0cd800cabccc224c3f49f98e88ea7e3e9dc8b64d18
pkgname = yuzu-mainline-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0b1c55eba3f8..edf1b191fcb1 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=475
+_pkgver=476
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=('43c840740ed2e2059b7d548e607cdf3669781015a11ab27074708cfe7e2253215a23010658acb62547bf2ea936a42a62cc6b1080bae35e35ff1db4b3de29e550')
+sha512sums=('e89e4367b53ba1b62ffeddff5860899ea555d02cdeaa05580c37bc0850166e1417a42a0823c77bc4b2fb1f0cd800cabccc224c3f49f98e88ea7e3e9dc8b64d18')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"