summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrykf032020-10-27 18:58:59 +0000
committerPatrykf032020-10-27 18:58:59 +0000
commitc9124d5c6110eb65bf5d69bef09c85cb673eb3ca (patch)
treecc25ecf56978a8293e08210b764522706b1e2f53
parent3b5806f6027bb33d42c886d1f5ab1efea5aebc40 (diff)
downloadaur-c9124d5c6110eb65bf5d69bef09c85cb673eb3ca.tar.gz
fix shit
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12f004c39ff6..0d19f899b419 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,8 @@ pkgbase = yuzu-ea-bin
license = gpl
depends = zlib
depends = hicolor-icon-theme
- noextract = Yuzu-Ea-1068.AppImage
+ noextract =
options = !strip
- source_x86_64 = https://github.com/pineappleEA/pineappleEA.github.io/releases/download/EA-1068/Yuzu-Ea-1068.AppImage
sha256sums_x86_64 = 47f86b02e1e8c24a6f16397f7a7cca0039f9567922bd9c8aa3ee9f518cef0615
pkgname = yuzu-ea-bin
diff --git a/PKGBUILD b/PKGBUILD
index e9b51c9f51e5..397950a99ec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ url="https://github.com/pineappleEA/pineappleEA.github.io"
license=('gpl')
depends=('zlib' 'hicolor-icon-theme')
options=(!strip)
-_appimage="Yuzu-EA-${pkgver}.AppImage"
-source_x86_64=("https://github.com/pineappleEA/pineappleEA.github.io/releases/download/EA-${pkgver}/${_appimage}")
+pkgver=1068
+pkgver=1068
noextract=("${_appimage}")
sha256sums_x86_64=('47f86b02e1e8c24a6f16397f7a7cca0039f9567922bd9c8aa3ee9f518cef0615')