summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2020-07-22 18:27:44 -0300
committerLinux Gamers2020-07-22 18:27:44 -0300
commitbc8dc66dfbb427028c1bd698e5b7dc00b4b613fa (patch)
tree961d5d51eb0949a1e4db80ffc67d8bf1d88db070
parentfafb45e7bc0615a200028520c6c1cfb9c356d34f (diff)
downloadaur-bc8dc66dfbb427028c1bd698e5b7dc00b4b613fa.tar.gz
0.315-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c5a401f24af..c32af1648137 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
- pkgver = 0.314
+ pkgver = 0.315
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-314.tar.gz
- sha512sums = 35279af5ea9b3a89697f9e405ba4789f1fe2020c73e2b438109090af754c26a215708696a270df58682684645a506fc3a454536cd316ff12dd1472e674a2962f
+ source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-315.tar.gz
+ sha512sums = 873d0add5c089f28f7e624b9024c6bb92ef807da10934516232ff3de4980ae1d9fad2c2d523e63fa09a189eb94742ce8ed61528c31f5960a103506b3c010cb5f
pkgname = yuzu-mainline-bin
diff --git a/PKGBUILD b/PKGBUILD
index 615736f34959..ec3eebe7690b 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=314
+_pkgver=315
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=('35279af5ea9b3a89697f9e405ba4789f1fe2020c73e2b438109090af754c26a215708696a270df58682684645a506fc3a454536cd316ff12dd1472e674a2962f')
+sha512sums=('873d0add5c089f28f7e624b9024c6bb92ef807da10934516232ff3de4980ae1d9fad2c2d523e63fa09a189eb94742ce8ed61528c31f5960a103506b3c010cb5f')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"