summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2020-09-10 15:13:24 +0000
committerLinux Gamers2020-09-10 15:13:24 +0000
commit2c12174921e0001e1333305ce0c5b4187d53217d (patch)
tree76296d92a3afe7ec069f8f590ef20902bc6f9ace
parent0fdb37f345679e65292f17499c1c3fa01bc7617f (diff)
downloadaur-2c12174921e0001e1333305ce0c5b4187d53217d.tar.gz
0-373
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 092241627d0b..664c7e411a13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
- pkgver = 0.371
+ pkgver = 0.373
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-371.tar.gz
- sha512sums = 25b6e73d76e16338e3c0027a74e055ea5f5bfe4c2d356f422c70ba778691cc3c2c92551b8056df9a489dbaa9ed0bd86ef993fdc50cf2d882522af6c9386ad9b8
+ source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-373.tar.gz
+ sha512sums = bfffc0acc5dd48a5b00700b67049142e1ba26f8ecba3f74014c48e8477fa350e2d160a4854b3cd229f6ff3b81e96165baffcdd021a7ae30d241599309a6ecca9
pkgname = yuzu-mainline-bin
diff --git a/PKGBUILD b/PKGBUILD
index c54bd2dbd9d8..fb756bfef846 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=371
+_pkgver=373
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=('25b6e73d76e16338e3c0027a74e055ea5f5bfe4c2d356f422c70ba778691cc3c2c92551b8056df9a489dbaa9ed0bd86ef993fdc50cf2d882522af6c9386ad9b8')
+sha512sums=('bfffc0acc5dd48a5b00700b67049142e1ba26f8ecba3f74014c48e8477fa350e2d160a4854b3cd229f6ff3b81e96165baffcdd021a7ae30d241599309a6ecca9')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"