summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2020-07-26 01:03:28 +0000
committerLinux Gamers2020-07-26 01:03:28 +0000
commit5489ed01e116ee1d9fcc164d3c2b9fbfd99b64a9 (patch)
treea4e1144b0afc9b01e5d5c09926d5ca79c30867d3
parent3eaf388e9e1a46e7b3156ece0b17322903e87dd7 (diff)
downloadaur-5489ed01e116ee1d9fcc164d3c2b9fbfd99b64a9.tar.gz
0-326
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9695b9d76f3b..094f338690de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
- pkgver = 0.325
+ pkgver = 0.326
pkgrel = 1
url = https://github.com/linux-gamers/arch-yuzu-mainline
arch = any
@@ -20,8 +20,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-325.tar.gz
- sha512sums = 2968dcc726dee3d07b7bd71f58aaec2f84332e4e35371ab2076fa9c61152478b4f428c28606e8cfd4bd637f1d3b2ebe54c45dd293457f498235dca8502c5751b
+ source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-326.tar.gz
+ sha512sums = ab0f1aeaf8f4dc1bcf7a58c5f2d4c1273a914e97fc7ca33a80202bd1be49c95e6ee0e8cb4977215f1ed390c9640770ee9fd0d194836517090a2db25521a37964
pkgname = yuzu-mainline-bin
diff --git a/PKGBUILD b/PKGBUILD
index 04e3466072a7..fbd875495787 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=325
+_pkgver=326
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')
optdepends=('qt5-wayland: for Wayland support')
source=("${url}/archive/0-${_pkgver}.tar.gz")
-sha512sums=('2968dcc726dee3d07b7bd71f58aaec2f84332e4e35371ab2076fa9c61152478b4f428c28606e8cfd4bd637f1d3b2ebe54c45dd293457f498235dca8502c5751b')
+sha512sums=('ab0f1aeaf8f4dc1bcf7a58c5f2d4c1273a914e97fc7ca33a80202bd1be49c95e6ee0e8cb4977215f1ed390c9640770ee9fd0d194836517090a2db25521a37964')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"