summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2020-10-01 14:40:00 -0300
committerLinux Gamers2020-10-01 14:40:00 -0300
commit51880c0da0326f05e603499c1b1dee760dfc66e3 (patch)
tree7cc6a94b6dad061b5b6e371db40673452e066a52
parent7166e9cdb74af295b7410b072456bdcf870f2650 (diff)
downloadaur-51880c0da0326f05e603499c1b1dee760dfc66e3.tar.gz
0.394-2 (right 'arch')
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac758d2fbbf6..80302dd17819 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
pkgver = 0.394
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/linux-gamers/arch-yuzu-mainline
- arch = any
+ arch = x86_64
license = GNU General Public License v2.0
depends = shared-mime-info
depends = desktop-file-utils
diff --git a/PKGBUILD b/PKGBUILD
index df3ee1f87f58..75be5abcfae5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ provides=('yuzu' 'yuzu-cmd')
conflicts=('yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
_pkgver=394
pkgver="0.${_pkgver}"
-pkgrel=1
+pkgrel=2
pkgdesc="Yuzu emulator 'mainline' branch binaries for Arch Linux"
-arch=('any')
+arch=('x86_64')
url="https://github.com/linux-gamers/arch-yuzu-mainline"
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')