summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-02-27 16:08:23 +0800
committerzxp198210052024-02-27 16:08:23 +0800
commite5be6983d5855f3515ea1627b45dfa8f9f110ca3 (patch)
treeb2cc3ca5f6639982e7d8f18390624dceee858aed
parent0c522448ba6ef6da5858db89ad1678acd38264ca (diff)
downloadaur-e5be6983d5855f3515ea1627b45dfa8f9f110ca3.tar.gz
update to 1.1.58
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c44ad0be3bec..f62654813ec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,28 +1,24 @@
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.57
+ pkgver = 1.1.58
pkgrel = 1
url = https://github.com/ic005k/Knot
arch = x86_64
license = MIT
- depends = nss
- depends = gmp
- depends = libgpg-error
- depends = libglvnd
- depends = libxcb
depends = e2fsprogs
- depends = nspr
depends = alsa-lib
depends = sqlite
depends = qt6-declarative
- provides = android-knot=1.1.57
+ depends = nss
+ depends = nspr
+ provides = android-knot=1.1.58
conflicts = android-knot
options = !strip
options = emptydirs
- source = android-knot-1.1.57.AppImage::https://github.com/ic005k/Knot/releases/download/1.1.57/Knot-Linux-x86_64.AppImage
- source = LICENSE-1.1.57::https://raw.githubusercontent.com/ic005k/Knot/1.1.57/LICENSE
+ source = android-knot-1.1.58.AppImage::https://github.com/ic005k/Knot/releases/download/1.1.58/Knot-Linux-x86_64.AppImage
+ source = LICENSE-1.1.58::https://raw.githubusercontent.com/ic005k/Knot/1.1.58/LICENSE
source = android-knot.sh
- sha256sums = 8284dd5fc64aa732ad5f69834fa6db0d354f233c4c17770982bf054b1ef82265
+ sha256sums = bae4f7bab22a103113d6ba43221cc8848bb4f1886662355aecf218d8ae56bffd
sha256sums = e81172c8f0c194e8fb34edd30b153e60407a094bbf2492abe4e012e6a1ad854a
sha256sums = fe490dfe8c24f2c685b516d2366d86a64f7882b3f488d529b614f71972d85a2d
diff --git a/PKGBUILD b/PKGBUILD
index 10e5e78c302a..490f28781322 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.57
+pkgver=1.1.58
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")
@@ -10,16 +10,12 @@ license=("MIT")
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
depends=(
- 'nss'
- 'gmp'
- 'libgpg-error'
- 'libglvnd'
- 'libxcb'
'e2fsprogs'
- 'nspr'
'alsa-lib'
'sqlite'
'qt6-declarative'
+ 'nss'
+ 'nspr'
)
options=(
'!strip'
@@ -30,7 +26,7 @@ source=(
"LICENSE-${pkgver}::https://raw.githubusercontent.com/ic005k/Knot/${pkgver}/LICENSE"
"${pkgname%-bin}.sh"
)
-sha256sums=('8284dd5fc64aa732ad5f69834fa6db0d354f233c4c17770982bf054b1ef82265'
+sha256sums=('bae4f7bab22a103113d6ba43221cc8848bb4f1886662355aecf218d8ae56bffd'
'e81172c8f0c194e8fb34edd30b153e60407a094bbf2492abe4e012e6a1ad854a'
'fe490dfe8c24f2c685b516d2366d86a64f7882b3f488d529b614f71972d85a2d')
build() {