summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrykf032020-11-11 20:17:05 +0000
committerPatrykf032020-11-11 20:17:05 +0000
commitdf7db888431f212e125d8f31b454dd788cace1ef (patch)
tree577795f6ce669812e35c2250c67d08068b076c7f
parentc059ebbcfd56e5ddcfd6a50e9b0b0f0342996d3a (diff)
downloadaur-df7db888431f212e125d8f31b454dd788cace1ef.tar.gz
1120
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24175f973d59..7143d825946d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = yuzu-ea-bin
noextract = Yuzu-EA-1120.AppImage
options = !strip
source_x86_64 = https://github.com/pineappleEA/pineappleEA.github.io/releases/download/EA-1120/Yuzu-EA-1120.AppImage
- sha256sums_x86_64 = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
+ sha256sums_x86_64 = 9816208f3a958c9ecae0615286ce7954187f5b4973fcb3845da564aa05954d53
pkgname = yuzu-ea-bin
diff --git a/PKGBUILD b/PKGBUILD
index f0cece961f88..70ab8b8e4d6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
+sha256sums_x86_64=('9816208f3a958c9ecae0615286ce7954187f5b4973fcb3845da564aa05954d53')
prepare() {
chmod +x "Yuzu-EA-${pkgver}.AppImage"