summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrykf032020-11-13 20:27:51 +0000
committerPatrykf032020-11-13 20:27:51 +0000
commit263a6256e44e69c41a4acbb185d2d23461e15740 (patch)
treefaef7688a4dff4b67ee5825d9b9618c74b401cf7
parentdf7db888431f212e125d8f31b454dd788cace1ef (diff)
downloadaur-263a6256e44e69c41a4acbb185d2d23461e15740.tar.gz
1121
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7143d825946d..dd234d0d925c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = yuzu-ea-bin
pkgdesc = Yuzu switch emulator Early Access build for Arch Linux
- pkgver = 1120
+ pkgver = 1121
pkgrel = 1
url = https://github.com/pineappleEA/pineappleEA.github.io
arch = x86_64
license = gpl
depends = zlib
depends = hicolor-icon-theme
- noextract = Yuzu-EA-1120.AppImage
+ noextract = Yuzu-EA-1121.AppImage
options = !strip
- source_x86_64 = https://github.com/pineappleEA/pineappleEA.github.io/releases/download/EA-1120/Yuzu-EA-1120.AppImage
- sha256sums_x86_64 = 9816208f3a958c9ecae0615286ce7954187f5b4973fcb3845da564aa05954d53
+ source_x86_64 = https://github.com/pineappleEA/pineappleEA.github.io/releases/download/EA-1121/Yuzu-EA-1121.AppImage
+ sha256sums_x86_64 = f71e3ff15c8ec66641c73ae611617ec497183d8089141d48161826660e43edd9
pkgname = yuzu-ea-bin
diff --git a/PKGBUILD b/PKGBUILD
index 70ab8b8e4d6b..196d582c90a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrykf03 <hamachi0912@gmail.com>
pkgname=yuzu-ea-bin
-pkgver=1120
+pkgver=1121
pkgrel=1
pkgdesc="Yuzu switch emulator Early Access build for Arch Linux"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('zlib' 'hicolor-icon-theme')
options=(!strip)
source_x86_64=("https://github.com/pineappleEA/pineappleEA.github.io/releases/download/EA-${pkgver}/Yuzu-EA-${pkgver}.AppImage")
noextract=("Yuzu-EA-${pkgver}.AppImage")
-sha256sums_x86_64=('9816208f3a958c9ecae0615286ce7954187f5b4973fcb3845da564aa05954d53')
+sha256sums_x86_64=('f71e3ff15c8ec66641c73ae611617ec497183d8089141d48161826660e43edd9')
prepare() {
chmod +x "Yuzu-EA-${pkgver}.AppImage"