summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrykf032020-11-01 14:41:51 +0000
committerPatrykf032020-11-01 14:41:51 +0000
commitcbf0e2702544ace3f72b9d28d9cc1bd4aa266b9c (patch)
treeb4b8c5fd5c3c11168fbf2693403c852e3d6a3c0c
parent9550dcd23c65635f3df532d8313bec92350d61dc (diff)
downloadaur-cbf0e2702544ace3f72b9d28d9cc1bd4aa266b9c.tar.gz
1095
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d854d1a322c..91958c626c87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = yuzu-ea-bin
pkgdesc = Yuzu switch emulator Early Access build for Arch Linux
- pkgver = 1088
+ pkgver = 1095
pkgrel = 1
url = https://github.com/pineappleEA/pineappleEA.github.io
arch = x86_64
license = gpl
depends = zlib
depends = hicolor-icon-theme
- noextract = Yuzu-EA-1088.AppImage
+ noextract = Yuzu-EA-1095.AppImage
options = !strip
- source_x86_64 = https://github.com/pineappleEA/pineappleEA.github.io/releases/download/EA-1088/Yuzu-EA-1088.AppImage
- sha256sums_x86_64 = 1a22f3b6c8743d86c01ca3e99dce4610e084eee3a946a1c17b1398cd0998a1d0
+ source_x86_64 = https://github.com/pineappleEA/pineappleEA.github.io/releases/download/EA-1095/Yuzu-EA-1095.AppImage
+ sha256sums_x86_64 = 9b4d466e300ee42182cf05347f47d3c2787907e2a86951f239fe028a0503c790
pkgname = yuzu-ea-bin
diff --git a/PKGBUILD b/PKGBUILD
index 493f79e4fab2..3e15cf482d24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrykf03 <hamachi0912@gmail.com>
pkgname=yuzu-ea-bin
-pkgver=1088
+pkgver=1095
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=('1a22f3b6c8743d86c01ca3e99dce4610e084eee3a946a1c17b1398cd0998a1d0')
+sha256sums_x86_64=('9b4d466e300ee42182cf05347f47d3c2787907e2a86951f239fe028a0503c790')
prepare() {
chmod +x "Yuzu-EA-${pkgver}.AppImage"