summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2020-07-22 14:33:07 -0300
committerLinux Gamers2020-07-22 14:33:07 -0300
commit3b802ba69b913efef8de78b7fee94620e79ceb13 (patch)
treebfec790d6e15fca2bc6a09bd4c0b94f687f8cff4
parent6adfdbe8d38a8ddc3b6805375cd1551a481ce9bf (diff)
downloadaur-3b802ba69b913efef8de78b7fee94620e79ceb13.tar.gz
0.306-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89d7431472ef..fc70a77ae999 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator binaries for Arch Linux
- pkgver = 0.305
+ pkgver = 0.306
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-305.tar.gz
- sha512sums = 2dd714eebb4827899cd53671db11786e9a8ce9034e2b70889086fa324c742886f3fdbd5125a3d6e2d9276ef280fa6a0569e6c1167004c12e9184271765e018c3
+ source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-306.tar.gz
+ sha512sums = b64e379f4f0abaf2b002cbe643a7881bf8ea3d53a9b6b959e8b5cf868d5ceab338d6496d9265b57a7337ce7fb30f9963015c5b6d00743eadd70facd8c771cf99
pkgname = yuzu-mainline-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2830ab177731..eb1808c19348 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=305
+_pkgver=306
pkgver="0.${_pkgver}"
pkgrel=1
pkgdesc="Yuzu emulator 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=('2dd714eebb4827899cd53671db11786e9a8ce9034e2b70889086fa324c742886f3fdbd5125a3d6e2d9276ef280fa6a0569e6c1167004c12e9184271765e018c3')
+sha512sums=('b64e379f4f0abaf2b002cbe643a7881bf8ea3d53a9b6b959e8b5cf868d5ceab338d6496d9265b57a7337ce7fb30f9963015c5b6d00743eadd70facd8c771cf99')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"