This commit is contained in:
Linux Gamers 2020-07-22 14:55:45 -03:00
parent 3b802ba69b
commit 8f6407909a
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator binaries for Arch Linux
pkgver = 0.306
pkgver = 0.307
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-306.tar.gz
sha512sums = b64e379f4f0abaf2b002cbe643a7881bf8ea3d53a9b6b959e8b5cf868d5ceab338d6496d9265b57a7337ce7fb30f9963015c5b6d00743eadd70facd8c771cf99
source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-307.tar.gz
sha512sums = c70bad878f423b5134fb689b66305f57b4079fef4047dabdd1a278b78649e851d6228c71b6d95a57d33ccd7d7c7a8eb62cdc7c5c449d9a9ae8dddaf2258e46fa
pkgname = yuzu-mainline-bin

View file

@ -3,7 +3,7 @@ _pkgname=yuzu-mainline
pkgname="${_pkgname}-bin"
provides=('yuzu' 'yuzu-cmd')
conflicts=('yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
_pkgver=306
_pkgver=307
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=('b64e379f4f0abaf2b002cbe643a7881bf8ea3d53a9b6b959e8b5cf868d5ceab338d6496d9265b57a7337ce7fb30f9963015c5b6d00743eadd70facd8c771cf99')
sha512sums=('c70bad878f423b5134fb689b66305f57b4079fef4047dabdd1a278b78649e851d6228c71b6d95a57d33ccd7d7c7a8eb62cdc7c5c449d9a9ae8dddaf2258e46fa')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"