summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2020-12-06 15:12:10 +0000
committerLinux Gamers2020-12-06 15:12:10 +0000
commit40b01b98a955c4017810a851559f17c684b0e39b (patch)
tree019b3e6aa81bd9fa9eea2b3d939ee8a0b6455f1b
parent2640705fb0ff7d34a9717f690fbd9672aeabb386 (diff)
downloadaur-40b01b98a955c4017810a851559f17c684b0e39b.tar.gz
0-460
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74e3eab06059..093a870face1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
- pkgver = 0.459
+ pkgver = 0.460
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-459.tar.gz
- sha512sums = 01119e171e1722bd414e82c0a1702cbce65e53eff3b28cb7b636bed78eb6672bfdaf8e2aa955b1bad53aadb43c8f7689665a2b44091b618fdaee0c099a205eac
+ source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-460.tar.gz
+ sha512sums = 4dfc9b0fe902cc350dbba1abf57cc278e7214a668e811ae19d859681f5fa5be584c7b4a52ce02e3a85985e60e33543af05dad16bc3d2b58b03d0061bcb8fad7c
pkgname = yuzu-mainline-bin
diff --git a/PKGBUILD b/PKGBUILD
index a29f775e3748..f46b053cbf87 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=459
+_pkgver=460
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=('01119e171e1722bd414e82c0a1702cbce65e53eff3b28cb7b636bed78eb6672bfdaf8e2aa955b1bad53aadb43c8f7689665a2b44091b618fdaee0c099a205eac')
+sha512sums=('4dfc9b0fe902cc350dbba1abf57cc278e7214a668e811ae19d859681f5fa5be584c7b4a52ce02e3a85985e60e33543af05dad16bc3d2b58b03d0061bcb8fad7c')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"