summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrykf032020-10-28 21:01:31 +0000
committerPatrykf032020-10-28 21:01:31 +0000
commit16dd4ce810c0be9730b937861ecc91d04f87d002 (patch)
tree7e34e58a042c43662a95d3c1c739c636dc1826f9
parent7e20b2927c0d1ada40bb05e6d652b12f716424fb (diff)
downloadaur-16dd4ce810c0be9730b937861ecc91d04f87d002.tar.gz
1076
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ed5a8e1f0e3..5a8956060de0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = yuzu-ea-bin
pkgdesc = Yuzu switch emulator Early Access build for Arch Linux
- pkgver = 1070
+ pkgver = 1076
pkgrel = 1
url = https://github.com/pineappleEA/pineappleEA.github.io
arch = x86_64
license = gpl
depends = zlib
depends = hicolor-icon-theme
- noextract = Yuzu-EA-1070.AppImage
+ noextract = Yuzu-EA-1076.AppImage
options = !strip
- source_x86_64 = https://github.com/pineappleEA/pineappleEA.github.io/releases/download/EA-1070/Yuzu-EA-1070.AppImage
- sha256sums_x86_64 = a91d915e131887cf7f91f0c2ffe98b8d84a39b8de4a08235d6371d2c0ef797a8
+ source_x86_64 = https://github.com/pineappleEA/pineappleEA.github.io/releases/download/EA-1076/Yuzu-EA-1076.AppImage
+ sha256sums_x86_64 = e65d4b81890ad28ec469ac6fa5ab9630a6da0f83203f5b7fbb2513cc586bb880
pkgname = yuzu-ea-bin
diff --git a/PKGBUILD b/PKGBUILD
index 98c2432af782..95789699295e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrykf03 <hamachi0912@gmail.com>
pkgname=yuzu-ea-bin
-pkgver=1070
+pkgver=1076
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=('a91d915e131887cf7f91f0c2ffe98b8d84a39b8de4a08235d6371d2c0ef797a8')
+sha256sums_x86_64=('e65d4b81890ad28ec469ac6fa5ab9630a6da0f83203f5b7fbb2513cc586bb880')
prepare() {
chmod +x "Yuzu-EA-${pkgver}.AppImage"