summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2020-09-03 15:15:27 +0000
committerLinux Gamers2020-09-03 15:15:27 +0000
commit9676fa496ba99aad8ed89d613d7cee675a2c78fa (patch)
treee4b59bc41e88aa6cb7a739caa1f7158c3015fa06
parent18928322ce3cc93117b8d8393c1005b9521b60c9 (diff)
downloadaur-9676fa496ba99aad8ed89d613d7cee675a2c78fa.tar.gz
0-366
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c333fcea709b..9ca067d0da11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
- pkgver = 0.363
+ pkgver = 0.366
pkgrel = 1
url = https://github.com/linux-gamers/arch-yuzu-mainline
arch = any
@@ -21,8 +21,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-363.tar.gz
- sha512sums = 20b6989e0274e5a16e9abf7794018fe95a19347f1ed6fb2d1a7d6f62ebff326ee82d65d26cbe494ade109775a89642e4277561838be0ff7324cbf886df22679d
+ source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-366.tar.gz
+ sha512sums = 395ca99cd7bf07cacbb92ee88f374e76e48935ca16c76cc833506a74c3879c91e84688d638830f5a555ccf91ae28efe0e4e8ed1392412609a8af70a8c5b16b59
pkgname = yuzu-mainline-bin
diff --git a/PKGBUILD b/PKGBUILD
index afdf914ad6d4..c1b416f54b5e 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=363
+_pkgver=366
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' 'libxkbcommon-x11' 'libfdk-aac' 'fmt' 'libzip')
optdepends=('qt5-wayland: for Wayland support')
source=("${url}/archive/0-${_pkgver}.tar.gz")
-sha512sums=('20b6989e0274e5a16e9abf7794018fe95a19347f1ed6fb2d1a7d6f62ebff326ee82d65d26cbe494ade109775a89642e4277561838be0ff7324cbf886df22679d')
+sha512sums=('395ca99cd7bf07cacbb92ee88f374e76e48935ca16c76cc833506a74c3879c91e84688d638830f5a555ccf91ae28efe0e4e8ed1392412609a8af70a8c5b16b59')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"