summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2020-12-05 15:14:06 +0000
committerLinux Gamers2020-12-05 15:14:06 +0000
commit2640705fb0ff7d34a9717f690fbd9672aeabb386 (patch)
tree5bf64ad4d281b6b9a2e2e006f1bedeba95e870c0
parentdb8c0d2f45569ecc1336aecc6f64946b110e34b3 (diff)
downloadaur-2640705fb0ff7d34a9717f690fbd9672aeabb386.tar.gz
0-459
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3b4f2ca0d77..74e3eab06059 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
- pkgver = 0.458
+ pkgver = 0.459
pkgrel = 1
url = https://github.com/linux-gamers/arch-yuzu-mainline
arch = x86_64
@@ -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-458.tar.gz
- sha512sums = cf099587ed2b6ad0fd07d7e86cd4bdd4a0d9a95f5a0123e29f8cb4980468bbe9be3d5b94af2456abc72bc01b4f5a6b66810f5924307a888e67103c48144dca6d
+ source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-459.tar.gz
+ sha512sums = 01119e171e1722bd414e82c0a1702cbce65e53eff3b28cb7b636bed78eb6672bfdaf8e2aa955b1bad53aadb43c8f7689665a2b44091b618fdaee0c099a205eac
pkgname = yuzu-mainline-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9c2c7c8d5e62..a29f775e3748 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=458
+_pkgver=459
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=('cf099587ed2b6ad0fd07d7e86cd4bdd4a0d9a95f5a0123e29f8cb4980468bbe9be3d5b94af2456abc72bc01b4f5a6b66810f5924307a888e67103c48144dca6d')
+sha512sums=('01119e171e1722bd414e82c0a1702cbce65e53eff3b28cb7b636bed78eb6672bfdaf8e2aa955b1bad53aadb43c8f7689665a2b44091b618fdaee0c099a205eac')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"