summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2020-09-18 15:16:03 +0000
committerLinux Gamers2020-09-18 15:16:03 +0000
commit432ca7a5c78b75cb20e2456b42f88677c10351a9 (patch)
tree3f60ab1f8e1eabe1b930ed385e5ac7357972a26f
parent1bd641be351d86ecd87057b9269fc5271d4ddc47 (diff)
downloadaur-432ca7a5c78b75cb20e2456b42f88677c10351a9.tar.gz
0-381
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b223007e9822..ff98c36fb5d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
- pkgver = 0.380
+ pkgver = 0.381
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-380.tar.gz
- sha512sums = cde649d438332cbaebd70406ed5813a25839c145b0ab8a0f96200c773edea33bcea509b2de59131a25888aa7b4a3665e60788355ac92b8729a94026ea028d2d4
+ source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-381.tar.gz
+ sha512sums = 4ee03bb5c73618e02ee7c370c0f4cb6deb5177060e6a93ff9ad94dfab464c12ad34b2cfdb4b6ae42c5fbcb521466c30d9af404a166b861f72de51056c9e8b1ad
pkgname = yuzu-mainline-bin
diff --git a/PKGBUILD b/PKGBUILD
index f0025454b99f..84ea6d2ac889 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=380
+_pkgver=381
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=('cde649d438332cbaebd70406ed5813a25839c145b0ab8a0f96200c773edea33bcea509b2de59131a25888aa7b4a3665e60788355ac92b8729a94026ea028d2d4')
+sha512sums=('4ee03bb5c73618e02ee7c370c0f4cb6deb5177060e6a93ff9ad94dfab464c12ad34b2cfdb4b6ae42c5fbcb521466c30d9af404a166b861f72de51056c9e8b1ad')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"