summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2020-09-07 15:14:07 +0000
committerLinux Gamers2020-09-07 15:14:07 +0000
commit3ae94177ddc01aa80e7959d93d8f99f327a6fae6 (patch)
tree7c84da3ebd10209d76439e5f7e2589d6ccaa6363
parentd5c266b90158f361b9b27283f43a578d236201d6 (diff)
downloadaur-3ae94177ddc01aa80e7959d93d8f99f327a6fae6.tar.gz
0-370
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2eb5cd97322e..6f6f4f3e8ae4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
- pkgver = 0.369
+ pkgver = 0.370
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-369.tar.gz
- sha512sums = 454ef32ee50287b69bd6882ffb0e6f96d567f88b16d0e6b92c4fe370d6008b3af9420d6197a41ae511cdfe24322283f5d84de2eb2f71f92be760c13d0ecae722
+ source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-370.tar.gz
+ sha512sums = 400480d63181cb9695e7a67b957dc355d7f09f7789feb989c94f8894948c7ce43c37a03ca27e3f5251609963648e1903c31bb06481dccb46c104ebd8a67ec4fa
pkgname = yuzu-mainline-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2f6b20cc1ec2..8f25d01d03b7 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=369
+_pkgver=370
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=('454ef32ee50287b69bd6882ffb0e6f96d567f88b16d0e6b92c4fe370d6008b3af9420d6197a41ae511cdfe24322283f5d84de2eb2f71f92be760c13d0ecae722')
+sha512sums=('400480d63181cb9695e7a67b957dc355d7f09f7789feb989c94f8894948c7ce43c37a03ca27e3f5251609963648e1903c31bb06481dccb46c104ebd8a67ec4fa')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"