summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2020-07-29 16:22:58 +0000
committerLinux Gamers2020-07-29 16:22:58 +0000
commitb3735592fdce31b54ce882cc9bdd1b67ec076511 (patch)
tree58eebffe44285927cc80aa78b6a3dfe11d9975a6
parenta0c4baaaa5d3495ead840bf65d5aa20ce4604ca7 (diff)
downloadaur-b3735592fdce31b54ce882cc9bdd1b67ec076511.tar.gz
0-330
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f297af98313..d58cebfb5a88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
- pkgver = 0.329
+ pkgver = 0.330
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-329.tar.gz
- sha512sums = 7de72595ce2523e2c919dc2c5d4b369a411751f98082fd47efe2ba2987dfbb055e8c92cb86d93da9936944341b57d70df17381ae3f0f811ad45a97918905d562
+ source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-330.tar.gz
+ sha512sums = 458c5fe9dc0e1cc119ebd3b21065681802a8e9f60c3fe4512ca15260afdfe6fa7d39f4bacc10bd0867d2d4fa134a666713e677761e1ef6ec104b9ad469e35210
pkgname = yuzu-mainline-bin
diff --git a/PKGBUILD b/PKGBUILD
index a2a287331312..702e362c4417 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=329
+_pkgver=330
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=('7de72595ce2523e2c919dc2c5d4b369a411751f98082fd47efe2ba2987dfbb055e8c92cb86d93da9936944341b57d70df17381ae3f0f811ad45a97918905d562')
+sha512sums=('458c5fe9dc0e1cc119ebd3b21065681802a8e9f60c3fe4512ca15260afdfe6fa7d39f4bacc10bd0867d2d4fa134a666713e677761e1ef6ec104b9ad469e35210')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"