summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c405ba7236be..5933e7a0b58d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = krux-installer-bin
pkgdesc = A GUI based application to flash Krux firmware on K210 based devices (WIP)
- pkgver = 0.0.1alpha4
+ pkgver = 0.0.1_alpha_4
pkgrel = 1
url = https://github.com/selfcustody/krux-installer
arch = x86_64
license = MIT
depends = bash
depends = electron24
- provides = krux-installer
+ provides = krux-installer=0.0.1_alpha_4
conflicts = krux-installer
- source = krux-installer-0.0.1alpha4.AppImage::https://github.com/selfcustody/krux-installer/releases/download/v0.0.1-alpha-4/KruxInstaller-0.0.1-alpha-4.AppImage
+ source = krux-installer-0.0.1_alpha_4.AppImage::https://github.com/selfcustody/krux-installer/releases/download/v0.0.1-alpha-4/KruxInstaller-0.0.1-alpha-4.AppImage
source = LICENSE::https://raw.githubusercontent.com/selfcustody/krux-installer/main/LICENSE
source = krux-installer.sh
sha256sums = dfaede387473c3a7f494b79e963c409e365f3df59dc67ec003a65b37cb7884db
diff --git a/PKGBUILD b/PKGBUILD
index 0bf1456d8176..42c869a7ef2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
-pkgname="krux-installer-bin"
-pkgver=0.0.1alpha4
-_pkgver=0.0.1-alpha-4
+pkgname=krux-installer-bin
+_appname=KruxInstaller
+pkgver=0.0.1_alpha_4
pkgrel=1
pkgdesc="A GUI based application to flash Krux firmware on K210 based devices (WIP)"
arch=('x86_64')
url="https://github.com/selfcustody/krux-installer"
license=('MIT')
-provides=("${pkgname%-bin}")
+provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
depends=('bash' 'electron24')
-source=("${pkgname%-bin}-${pkgver}.AppImage::${url}/releases/download/v${_pkgver}/KruxInstaller-${_pkgver}.AppImage"
+source=("${pkgname%-bin}-${pkgver}.AppImage::${url}/releases/download/v${pkgver//_/-}/${_appname}-${pkgver//_/-}.AppImage"
"LICENSE::https://raw.githubusercontent.com/selfcustody/krux-installer/main/LICENSE"
"${pkgname%-bin}.sh")
sha256sums=('dfaede387473c3a7f494b79e963c409e365f3df59dc67ec003a65b37cb7884db'