summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorqlrd2023-09-24 19:15:30 -0300
committerqlrd2023-09-24 19:15:30 -0300
commit4d02279d87d4652ad7af1ff4fd20ec4c13d85358 (patch)
treede8152ec3ed5e654bb0acd8cf51016308cf197cb
parent9b698fcaf322578265cc059604d15fae225c6bfd (diff)
downloadaur-4d02279d87d4652ad7af1ff4fd20ec4c13d85358.tar.gz
Updated krux-installer to version v0.0.1-beta revision 2f0ee130
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD15
2 files changed, 16 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd13541abd30..b85f7a064cb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = krux-installer-bin
pkgdesc = A GUI based application to flash Krux firmware on K210 based devices
- pkgver = 0.0.1_alpha_6
- pkgrel = 2
+ pkgver = 0.0.1_beta
+ pkgrel = 1
url = https://github.com/selfcustody/krux-installer
arch = x86_64
license = MIT
depends = bash
depends = electron26-bin
- provides = krux-installer=0.0.1_alpha_6
+ provides = krux-installer=0.0.1_beta.2f0ee130
conflicts = krux-installer
- source = krux-installer-0.0.1_alpha_6.AppImage::https://github.com/selfcustody/krux-installer/releases/download/v0.0.1-alpha-6/krux-installer-0.0.1-alpha-6.AppImage
- source = krux-installer-0.0.1_alpha_6.AppImage.sig::https://github.com/selfcustody/krux-installer/releases/download/v0.0.1-alpha-6/krux-installer-0.0.1-alpha-6.AppImage.sig
- source = LICENSE::https://raw.githubusercontent.com/selfcustody/krux-installer/v0.0.1-alpha-6/LICENSE
+ source = krux-installer-0.0.1_beta.AppImage::https://github.com/selfcustody/krux-installer/releases/download/v0.0.1-beta.2f0ee130/krux-installer-0.0.1-beta.AppImage
+ source = krux-installer-0.0.1_beta.AppImage.sig::https://github.com/selfcustody/krux-installer/releases/download/v0.0.1-beta.2f0ee130/krux-installer-0.0.1-beta.AppImage.sig
+ source = LICENSE::https://raw.githubusercontent.com/selfcustody/krux-installer/v0.0.1-beta/LICENSE
source = krux-installer.sh
validpgpkeys = B4281DDDFBBD207BFA4113138974C90299326322
- sha256sums = e51673df396aaf2d3035a848ce9b7b7365efa7a4ec34c408f5044430aa3ec073
- sha256sums = 84a56a728d061b3b16f5e42430be3085bf84528d16a592acfdc7e0efb539590b
+ sha256sums = 1d9ca2a004a94438b6c36c9768b5b1ac6d4404a896a021649474be3064f83ade
+ sha256sums = be12eeccfe246df9d28584e0dd1999007c332578bd6bce8cc7a2e8d627893dbe
sha256sums = 29eee3e9d9c5dd67213ec3ab4a7eef57a1224750e2e9aab3a278177a9444a355
sha256sums = 968f5626b4fe52657da41f9da35e6034785dfbda496fd9692058e5526bbb5180
diff --git a/PKGBUILD b/PKGBUILD
index 2c33bd00ac2f..7d50b15dba76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,27 +3,28 @@
pkgname=krux-installer-bin
_appname="org.selfcustody.${pkgname%-bin}"
-pkgver=0.0.1_alpha_6
-pkgrel=2
+pkgver=0.0.1_beta
+revision=2f0ee130
+pkgrel=1
pkgdesc="A GUI based application to flash Krux firmware on K210 based devices"
arch=('x86_64')
url="https://github.com/selfcustody/krux-installer"
license=('MIT')
-provides=("${pkgname%-bin}=${pkgver}")
+provides=("${pkgname%-bin}=${pkgver}.${revision}")
conflicts=("${pkgname%-bin}")
depends=(
'bash'
'electron26-bin'
)
source=(
- "${pkgname%-bin}-${pkgver}.AppImage::${url}/releases/download/v${pkgver//_/-}/${pkgname%-bin}-${pkgver//_/-}.AppImage"
- "${pkgname%-bin}-${pkgver}.AppImage.sig::${url}/releases/download/v${pkgver//_/-}/${pkgname%-bin}-${pkgver//_/-}.AppImage.sig"
+ "${pkgname%-bin}-${pkgver}.AppImage::${url}/releases/download/v${pkgver//_/-}.${revision}/${pkgname%-bin}-${pkgver//_/-}.AppImage"
+ "${pkgname%-bin}-${pkgver}.AppImage.sig::${url}/releases/download/v${pkgver//_/-}.${revision}/${pkgname%-bin}-${pkgver//_/-}.AppImage.sig"
"LICENSE::https://raw.githubusercontent.com/selfcustody/krux-installer/v${pkgver//_/-}/LICENSE"
"${pkgname%-bin}.sh"
)
sha256sums=(
- 'e51673df396aaf2d3035a848ce9b7b7365efa7a4ec34c408f5044430aa3ec073'
- '84a56a728d061b3b16f5e42430be3085bf84528d16a592acfdc7e0efb539590b'
+ '1d9ca2a004a94438b6c36c9768b5b1ac6d4404a896a021649474be3064f83ade'
+ 'be12eeccfe246df9d28584e0dd1999007c332578bd6bce8cc7a2e8d627893dbe'
'29eee3e9d9c5dd67213ec3ab4a7eef57a1224750e2e9aab3a278177a9444a355'
'968f5626b4fe52657da41f9da35e6034785dfbda496fd9692058e5526bbb5180'
)