summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-02-07 18:14:03 +0800
committerzxp198210052024-02-07 18:14:03 +0800
commit975b6392be93ef00414285131c021c1bcf7bc0ab (patch)
tree9a79c130fa3cbb9b910376be401e3a35331bd27b
parent8d7f39a0052b966ed35515b4454122ab15b4dbc1 (diff)
downloadaur-975b6392be93ef00414285131c021c1bcf7bc0ab.tar.gz
update to 1.1.43
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd0f0152fa5d..222d46489fcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-knot-bin
pkgdesc = An Android gadget that integrates common modules such as Todo, Notes and Reader and supports various clients (Win, Mac, Linux) for editing Todo and Notes.
- pkgver = 1.1.42
+ pkgver = 1.1.43
pkgrel = 1
url = https://github.com/ic005k/Knot
arch = x86_64
@@ -16,14 +16,14 @@ pkgbase = android-knot-bin
depends = alsa-lib
depends = sqlite
depends = qt6-declarative
- provides = android-knot=1.1.42
+ provides = android-knot=1.1.43
conflicts = android-knot
options = !strip
options = emptydirs
- source = android-knot-1.1.42.AppImage::https://github.com/ic005k/Knot/releases/download/1.1.42/Knot-Linux-x86_64.AppImage
- source = LICENSE-1.1.42::https://raw.githubusercontent.com/ic005k/Knot/1.1.42/LICENSE
+ source = android-knot-1.1.43.AppImage::https://github.com/ic005k/Knot/releases/download/1.1.43/Knot-Linux-x86_64.AppImage
+ source = LICENSE-1.1.43::https://raw.githubusercontent.com/ic005k/Knot/1.1.43/LICENSE
source = android-knot.sh
- sha256sums = 0bbf6ac1f4ed52c18b2328213dd7ff33fddd3766a86219ddd14481f055be1841
+ sha256sums = eaf1c087472f7d3c5060cdbdee1fb51b3d3d46253c1086cb9f99dacc29322c7e
sha256sums = e81172c8f0c194e8fb34edd30b153e60407a094bbf2492abe4e012e6a1ad854a
sha256sums = fe490dfe8c24f2c685b516d2366d86a64f7882b3f488d529b614f71972d85a2d
diff --git a/PKGBUILD b/PKGBUILD
index 5f1abdafc619..fe7c8b1518f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=android-knot-bin
_pkgname=Knot
-pkgver=1.1.42
+pkgver=1.1.43
pkgrel=1
pkgdesc="An Android gadget that integrates common modules such as Todo, Notes and Reader and supports various clients (Win, Mac, Linux) for editing Todo and Notes."
arch=("x86_64")
@@ -33,7 +33,7 @@ source=(
"LICENSE-${pkgver}::https://raw.githubusercontent.com/ic005k/Knot/${pkgver}/LICENSE"
"${pkgname%-bin}.sh"
)
-sha256sums=('0bbf6ac1f4ed52c18b2328213dd7ff33fddd3766a86219ddd14481f055be1841'
+sha256sums=('eaf1c087472f7d3c5060cdbdee1fb51b3d3d46253c1086cb9f99dacc29322c7e'
'e81172c8f0c194e8fb34edd30b153e60407a094bbf2492abe4e012e6a1ad854a'
'fe490dfe8c24f2c685b516d2366d86a64f7882b3f488d529b614f71972d85a2d')
build() {