summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-04-06 12:11:15 +0800
committerzxp198210052024-04-06 12:11:15 +0800
commitf4963a9e6adfb7cc7285863d81cb6eb85d1eeeec (patch)
tree2145865522b735e30decfac98604113faf8c2e52
parent267c46e27b72e69f75cf596288153306d3c85893 (diff)
downloadaur-krux-installer-bin.tar.gz
update to 0.0.13
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94e02ca58272..b6f14088179d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = krux-installer-bin
pkgdesc = A GUI based application to flash Krux firmware on K210 based devices.Use system-wide electron.
- pkgver = 0.0.12
+ pkgver = 0.0.13
pkgrel = 1
url = https://github.com/selfcustody/krux-installer
arch = x86_64
@@ -12,12 +12,12 @@ pkgbase = krux-installer-bin
depends = java-runtime
depends = startup-notification
depends = gconf
- provides = krux-installer=0.0.12
+ provides = krux-installer=0.0.13
conflicts = krux-installer
- source = krux-installer-0.0.12.deb::https://github.com/selfcustody/krux-installer/releases/download/v0.0.12/krux-installer_0.0.12_amd64.deb
- source = LICENSE-0.0.12::https://raw.githubusercontent.com/selfcustody/krux-installer/v0.0.12/LICENSE
+ source = krux-installer-0.0.13.deb::https://github.com/selfcustody/krux-installer/releases/download/v0.0.13/krux-installer_0.0.13_amd64.deb
+ source = LICENSE-0.0.13::https://raw.githubusercontent.com/selfcustody/krux-installer/v0.0.13/LICENSE
source = krux-installer.sh
- sha256sums = 125a49b11c50a09738a84de8265e35efb44addd658a84d19022d6378fe826a9f
+ sha256sums = ec1a6629a77ac82a3548f8a1b403296b7573684a0e7f98e7cdd06a15ab2b50d9
sha256sums = 29eee3e9d9c5dd67213ec3ab4a7eef57a1224750e2e9aab3a278177a9444a355
sha256sums = dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8
diff --git a/PKGBUILD b/PKGBUILD
index 450ef1eb7159..ed483a6d1208 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: qlrd <qlrddev at gmail dot com>
pkgname=krux-installer-bin
_pkgname="org.selfcustody.${pkgname%-bin}"
-pkgver=0.0.12
+pkgver=0.0.13
_electronversion=29
pkgrel=1
pkgdesc="A GUI based application to flash Krux firmware on K210 based devices.Use system-wide electron."
@@ -25,14 +25,14 @@ source=(
"LICENSE-${pkgver}::https://raw.githubusercontent.com/selfcustody/krux-installer/v${pkgver}/LICENSE"
"${pkgname%-bin}.sh"
)
-sha256sums=('125a49b11c50a09738a84de8265e35efb44addd658a84d19022d6378fe826a9f'
+sha256sums=('ec1a6629a77ac82a3548f8a1b403296b7573684a0e7f98e7cdd06a15ab2b50d9'
'29eee3e9d9c5dd67213ec3ab4a7eef57a1224750e2e9aab3a278177a9444a355'
'dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8')
build() {
sed -e "s|@electronversion@|${_electronversion}|g" \
-e "s|@appname@|${pkgname%-bin}|g" \
-e "s|@runname@|app.asar|g" \
- -e "s|@options@||g" \
+ -e "s|@options@|env ELECTRON_OZONE_PLATFORM_HINT=auto|g" \
-i "${srcdir}/${pkgname%-bin}.sh"
bsdtar -xf "${srcdir}/data."*
sed "s|/opt/${pkgname%-bin}/||g;s|org.selfcustody.${pkgname%-bin}|${pkgname%-bin}|g" \