summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2020-09-21 03:13:36 +0000
committerLinux Gamers2020-09-21 03:13:36 +0000
commit7bc713f82a7ac2897c3da8882df38fc5355ac732 (patch)
treeb199f54f5e045520df32170e2a887f213f55ebf3
parent5c84c1486521128464e95b03c5d3661df1087a66 (diff)
downloadaur-7bc713f82a7ac2897c3da8882df38fc5355ac732.tar.gz
0-384
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce60a4728f62..2d9a75a459fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
- pkgver = 0.383
+ pkgver = 0.384
pkgrel = 1
url = https://github.com/linux-gamers/arch-yuzu-mainline
arch = any
@@ -22,8 +22,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-383.tar.gz
- sha512sums = 9bda58d247b50d4bd521ea37acc4854dbfd76ce8c0b85ce41f63232f97a5b5c9d7bb8f222f40a1783310487544a5e5730c7dd21cc0fbf0968282dcc26ec7db35
+ source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-384.tar.gz
+ sha512sums = f96aed68c6a5c261aa9dbe4db1befd96f8a14d46031015b7d4ff2d5e08b4ae6e059239520763be88c0890a9deb8754eacc00cbb6f6013afd92dd04795367e0d7
pkgname = yuzu-mainline-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4cc9703a69fa..9c05ad63cafd 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=383
+_pkgver=384
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' 'qt5-webengine' 'libxkbcommon-x11' 'libfdk-aac' 'fmt' 'libzip')
optdepends=('qt5-wayland: for Wayland support')
source=("${url}/archive/0-${_pkgver}.tar.gz")
-sha512sums=('9bda58d247b50d4bd521ea37acc4854dbfd76ce8c0b85ce41f63232f97a5b5c9d7bb8f222f40a1783310487544a5e5730c7dd21cc0fbf0968282dcc26ec7db35')
+sha512sums=('f96aed68c6a5c261aa9dbe4db1befd96f8a14d46031015b7d4ff2d5e08b4ae6e059239520763be88c0890a9deb8754eacc00cbb6f6013afd92dd04795367e0d7')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"