summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrykf032020-10-30 20:12:08 +0000
committerPatrykf032020-10-30 20:12:08 +0000
commit9550dcd23c65635f3df532d8313bec92350d61dc (patch)
treef6007ad9896c873a5c22b13c6d7310d6c0506ef6
parent16dd4ce810c0be9730b937861ecc91d04f87d002 (diff)
downloadaur-9550dcd23c65635f3df532d8313bec92350d61dc.tar.gz
1088
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a8956060de0..7d854d1a322c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = yuzu-ea-bin
pkgdesc = Yuzu switch emulator Early Access build for Arch Linux
- pkgver = 1076
+ pkgver = 1088
pkgrel = 1
url = https://github.com/pineappleEA/pineappleEA.github.io
arch = x86_64
license = gpl
depends = zlib
depends = hicolor-icon-theme
- noextract = Yuzu-EA-1076.AppImage
+ noextract = Yuzu-EA-1088.AppImage
options = !strip
- source_x86_64 = https://github.com/pineappleEA/pineappleEA.github.io/releases/download/EA-1076/Yuzu-EA-1076.AppImage
- sha256sums_x86_64 = e65d4b81890ad28ec469ac6fa5ab9630a6da0f83203f5b7fbb2513cc586bb880
+ source_x86_64 = https://github.com/pineappleEA/pineappleEA.github.io/releases/download/EA-1088/Yuzu-EA-1088.AppImage
+ sha256sums_x86_64 = 1a22f3b6c8743d86c01ca3e99dce4610e084eee3a946a1c17b1398cd0998a1d0
pkgname = yuzu-ea-bin
diff --git a/PKGBUILD b/PKGBUILD
index 95789699295e..493f79e4fab2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrykf03 <hamachi0912@gmail.com>
pkgname=yuzu-ea-bin
-pkgver=1076
+pkgver=1088
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=('e65d4b81890ad28ec469ac6fa5ab9630a6da0f83203f5b7fbb2513cc586bb880')
+sha256sums_x86_64=('1a22f3b6c8743d86c01ca3e99dce4610e084eee3a946a1c17b1398cd0998a1d0')
prepare() {
chmod +x "Yuzu-EA-${pkgver}.AppImage"