summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-11-27 11:02:27 +0800
committerzxp198210052023-11-27 11:02:27 +0800
commit7069888d17196d04b9f6b84103ff162f517c1597 (patch)
treec2fc67cd44c65b5c73e8e7a657d77903dfa60c02
parent24a7e81363c77347ecbb2d593fe6f487d0a8dae8 (diff)
downloadaur-7069888d17196d04b9f6b84103ff162f517c1597.tar.gz
update to 0.2.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cc7af971379..ffcabcf992dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
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.1.0
- pkgrel = 2
+ pkgver = 0.2.0
+ pkgrel = 1
url = https://ko-fi.com/post/Introducing-Ken-Do-L3L7L0FQ2
arch = x86_64
license = MIT
depends = electron26
depends = libxtst
- provides = kando=0.1.0
+ provides = kando=0.2.0
conflicts = kando
- source = kando-0.1.0.deb::https://github.com/kando-menu/kando/releases/download/v0.1.0/kando_0.1.0_amd64.deb
- source = LICENSE.md::https://raw.githubusercontent.com/kando-menu/kando/v0.1.0/LICENSE.md
+ source = kando-0.2.0.deb::https://github.com/kando-menu/kando/releases/download/v0.2.0/kando_0.2.0_amd64.deb
+ source = LICENSE-0.2.0::https://raw.githubusercontent.com/kando-menu/kando/v0.2.0/LICENSE.md
source = kando.sh
- sha256sums = cad7928830a5ef11dbabbd3535706ff6d5aefafd33f2c7b57f5dadc8afb4636d
+ sha256sums = a9913f9b90957b68c687acbc1ac7bf29068fbd4e698b78336dda3e34bb845020
sha256sums = fd6cb731b549de5452efacb0833cda7a328eb5263537d29ca18de9d7938f7bab
sha256sums = 8604307f3069292043216d1e12261f14266d771088eab3dce67ea67accd4008f
diff --git a/PKGBUILD b/PKGBUILD
index dc2998d5b07f..f5eda3127f6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=kando-bin
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.2.0
+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"
@@ -15,10 +15,10 @@ depends=(
)
source=(
"${pkgname%-bin}-${pkgver}.deb::${_ghurl}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb"
- "LICENSE.md::https://raw.githubusercontent.com/kando-menu/kando/v${pkgver}/LICENSE.md"
+ "LICENSE-${pkgver}::https://raw.githubusercontent.com/kando-menu/kando/v${pkgver}/LICENSE.md"
"${pkgname%-bin}.sh"
)
-sha256sums=('cad7928830a5ef11dbabbd3535706ff6d5aefafd33f2c7b57f5dadc8afb4636d'
+sha256sums=('a9913f9b90957b68c687acbc1ac7bf29068fbd4e698b78336dda3e34bb845020'
'fd6cb731b549de5452efacb0833cda7a328eb5263537d29ca18de9d7938f7bab'
'8604307f3069292043216d1e12261f14266d771088eab3dce67ea67accd4008f')
build() {
@@ -31,5 +31,5 @@ package() {
cp -r "${srcdir}/usr/lib/${pkgname%-bin}/resources/app" "${pkgdir}/usr/lib/${pkgname%-bin}"
install -Dm644 "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop" -t "${pkgdir}/usr/share/applications"
install -Dm644 "${srcdir}/usr/share/pixmaps/${pkgname%-bin}.png" -t "${pkgdir}/usr/share/pixmaps"
- install -Dm644 "${srcdir}/LICENSE.md" -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
} \ No newline at end of file