summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-03-29 15:56:35 +0800
committerzxp198210052024-03-29 15:56:35 +0800
commit851c9138d59c1567690da90e9305872cf25292fd (patch)
tree1e1b31f85180e8f30fd07eb4248cb14257c2ca30
parent4c2253e44ec2b89ff8356635155887ecfef14f3a (diff)
downloadaur-851c9138d59c1567690da90e9305872cf25292fd.tar.gz
update to 0.6.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 252378bc60d6..2b340ab7a276 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kando-bin
pkgdesc = A pie menu for the desktop. It will be highly customizable and will allow you to create your own menus and actions.
- pkgver = 0.5.0
- pkgrel = 4
+ pkgver = 0.6.0
+ pkgrel = 1
url = https://ko-fi.com/post/Introducing-Ken-Do-L3L7L0FQ2
arch = x86_64
license = MIT
@@ -13,12 +13,12 @@ pkgbase = kando-bin
optdepends = gvfs
optdepends = alsa-lib
optdepends = pulseaudio
- provides = kando=0.5.0
+ provides = kando=0.6.0
conflicts = kando
- source = kando-0.5.0.rpm::https://github.com/kando-menu/kando/releases/download/v0.5.0/kando_0.5.0_amd64.deb
- source = LICENSE-0.5.0::https://raw.githubusercontent.com/kando-menu/kando/v0.5.0/LICENSE.md
+ source = kando-0.6.0.rpm::https://github.com/kando-menu/kando/releases/download/v0.6.0/kando_0.6.0_amd64.deb
+ source = LICENSE-0.6.0::https://raw.githubusercontent.com/kando-menu/kando/v0.6.0/LICENSE.md
source = kando.sh
- sha256sums = 4ac52586366d28d870dbdb2e5f4082bea2ac31e88c594a224e8d8e8a021e9cd2
+ sha256sums = 4861d0ba9b1acdfe193b1c60e0061bab1e33c112002a866521665434bccada4b
sha256sums = fd6cb731b549de5452efacb0833cda7a328eb5263537d29ca18de9d7938f7bab
sha256sums = dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8
diff --git a/PKGBUILD b/PKGBUILD
index cd21f1e91d7e..fb1ae3dce1d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=kando-bin
-pkgver=0.5.0
+pkgver=0.6.0
_electronversion=28
-pkgrel=4
+pkgrel=1
pkgdesc="A pie menu for the desktop. It will be highly customizable and will allow you to create your own menus and actions. "
arch=("x86_64")
url="https://ko-fi.com/post/Introducing-Ken-Do-L3L7L0FQ2"
@@ -27,14 +27,14 @@ source=(
"LICENSE-${pkgver}::https://raw.githubusercontent.com/kando-menu/kando/v${pkgver}/LICENSE.md"
"${pkgname%-bin}.sh"
)
-sha256sums=('4ac52586366d28d870dbdb2e5f4082bea2ac31e88c594a224e8d8e8a021e9cd2'
+sha256sums=('4861d0ba9b1acdfe193b1c60e0061bab1e33c112002a866521665434bccada4b'
'fd6cb731b549de5452efacb0833cda7a328eb5263537d29ca18de9d7938f7bab'
'dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8')
build() {
sed -e "s|@electronversion@|${_electronversion}|g" \
-e "s|@appname@|${pkgname%-bin}|g" \
-e "s|@runname@|app|g" \
- -e "s|@options@||g" \
+ -e "s|@options@|env ELECTRON_OZONE_PLATFORM_HINT=auto|g" \
-i "${srcdir}/${pkgname%-bin}.sh"
bsdtar -xf "${srcdir}/data."*
}