summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-04-06 11:16:35 +0800
committerzxp198210052024-04-06 11:16:35 +0800
commita68fac4540d21d6a0b79a195660d017b51cf78d4 (patch)
tree8e628da123f9943a5331cb9e0f2edf0cccf19c67
parentde5cfee0b856eeee99a7ce833f65d021a98e6974 (diff)
downloadaur-a68fac4540d21d6a0b79a195660d017b51cf78d4.tar.gz
update to 0.9.10
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a996a00078b..4136dd2bc79d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = thoughts-bin
pkgdesc = 一个还算强大的Web思维导图。A relatively powerful web mind map.
- pkgver = 0.9.8
+ pkgver = 0.9.10
pkgrel = 1
url = https://wanglin2.github.io/mind-map/#/index
arch = x86_64
license = MIT
makedepends = fuse2
depends = electron23
- depends = hicolor-icon-theme
- provides = thoughts=0.9.8
+ provides = thoughts=0.9.10
conflicts = thoughts
- source = thoughts-0.9.8.AppImage::https://github.com/wanglin2/mind-map/releases/download/electron-0.9.8/-0.9.8.AppImage
- source = LICENSE-0.9.8::https://raw.githubusercontent.com/wanglin2/mind-map/electron-0.9.8/LICENSE
+ source = thoughts-0.9.10.AppImage::https://github.com/wanglin2/mind-map/releases/download/electron-0.9.10/-0.9.10.AppImage
+ source = LICENSE-0.9.10::https://raw.githubusercontent.com/wanglin2/mind-map/electron-0.9.10/LICENSE
source = thoughts.sh
- sha256sums = 75d34ee9f257a9495ffc5f9a56b021077f2a94934c3e4e82fe3ef88550e60f37
+ sha256sums = 364cd7fd2589e9b80448343c74301f64d92c0d72e6f7cd771c278c869bde8c92
sha256sums = 8a19b651678a6a644640524d984ed89d0b9a78c662545715218a05130c7329c7
sha256sums = dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8
diff --git a/PKGBUILD b/PKGBUILD
index 4ebebf8c4cf0..e2d03ac39406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=thoughts-bin
-pkgver=0.9.8
+pkgver=0.9.10
_electronversion=23
pkgrel=1
pkgdesc="一个还算强大的Web思维导图。A relatively powerful web mind map."
@@ -12,7 +12,6 @@ provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
depends=(
"electron${_electronversion}"
- 'hicolor-icon-theme'
)
makedepends=(
'fuse2'
@@ -22,7 +21,7 @@ source=(
"LICENSE-${pkgver}::https://raw.githubusercontent.com/wanglin2/mind-map/electron-${pkgver}/LICENSE"
"${pkgname%-bin}.sh"
)
-sha256sums=('75d34ee9f257a9495ffc5f9a56b021077f2a94934c3e4e82fe3ef88550e60f37'
+sha256sums=('364cd7fd2589e9b80448343c74301f64d92c0d72e6f7cd771c278c869bde8c92'
'8a19b651678a6a644640524d984ed89d0b9a78c662545715218a05130c7329c7'
'dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8')
build() {