summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimochan2023-06-24 18:50:49 +0800
committertimochan2023-06-24 18:50:49 +0800
commit97f6060c6a0e3f3fe4d62e268d5e443485375e90 (patch)
tree57cfcd848e6b1649042f7788f8144c19857513af
parent769add730b95e5d77be8553e2cb77c6e952ec1b8 (diff)
downloadaur-97f6060c6a0e3f3fe4d62e268d5e443485375e90.tar.gz
chore: update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9efa314f52e5..fccf023333da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,9 +9,9 @@ pkgbase = yakit-appimage
depends = hicolor-icon-theme
depends = fuse2
provides = yakit
- noextract = Yakit-1.2-x86_64.AppImage
+ noextract = Yakit-1.2.1-sp5-linux-amd64.AppImage
options = !strip
- source_x86_64 = Yakit-1.2-x86_64.AppImage::https://github.com/yaklang/yakit/releases/download/v1.2.1-sp5/Yakit-1.2.1-sp5-linux-amd64.AppImage
+ source_x86_64 = Yakit-1.2.1-sp5-linux-amd64.AppImage::https://github.com/yaklang/yakit/releases/download/v1.2.1-sp5/Yakit-1.2.1-sp5-linux-amd64.AppImage
sha256sums_x86_64 = 735fb2d221cb9499152a9ccdac2ee35cd1b1fd654ab61759a1e58f5f429fab05
pkgname = yakit-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 5ede9b34f75b..52b18962c8bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,11 +18,11 @@ depends=('zlib' 'hicolor-icon-theme' 'fuse2' )
provides=('yakit')
-source_x86_64=("${_Pkgname}-${pkgver}-x86_64.AppImage::https://github.com/yaklang/yakit/releases/download/v${pkgver//_/-}.${pkgrel}-${sp}/${_Pkgname}-${pkgver//_/-}.${pkgrel}-${sp}-linux-amd64.AppImage")
+source_x86_64=("${_Pkgname}-${pkgver//_/-}.${pkgrel}-${sp}-linux-amd64.AppImage::https://github.com/yaklang/yakit/releases/download/v${pkgver//_/-}.${pkgrel}-${sp}/${_Pkgname}-${pkgver//_/-}.${pkgrel}-${sp}-linux-amd64.AppImage")
sha256sums_x86_64=('735fb2d221cb9499152a9ccdac2ee35cd1b1fd654ab61759a1e58f5f429fab05')
-_appimage="${_Pkgname}-${pkgver}-${arch}.AppImage"
+_appimage="${_Pkgname}-${pkgver//_/-}.${pkgrel}-${sp}-linux-amd64.AppImage"
noextract=("${_appimage}")
prepare() {