summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD5
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7194dfd2da26..3dbe070af7b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
pkgbase = thoughts-bin
pkgdesc = 一个还算强大的Web思维导图。A relatively powerful web mind map.
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://wanglin2.github.io/mind-map/#/index
arch = x86_64
license = MIT
+ makedepends = squashfuse
depends = bash
depends = electron
depends = hicolor-icon-theme
- provides = thoughts=0.6.0
+ provides = thoughts=0.7.0
conflicts = thoughts
- source = thoughts-0.6.0.AppImage::https://github.com/wanglin2/mind-map/releases/download/electron_0.6.0/-0.6.0.AppImage
- source = LICENSE::https://raw.githubusercontent.com/wanglin2/mind-map/electron_0.6.0/LICENSE
+ source = thoughts-0.7.0.AppImage::https://github.com/wanglin2/mind-map/releases/download/electron_0.7.0/-0.7.0.AppImage
+ source = LICENSE::https://raw.githubusercontent.com/wanglin2/mind-map/electron_0.7.0/LICENSE
source = thoughts.sh
- sha256sums = ad3a5c16d62ff98f720f8f60d213de66f35326182c761a181e60d408c5a99c55
+ sha256sums = bdbc17da2ec25aff79057fbacfbb0f0be1dd6a6abb694dcac53854e6b8edd9cc
sha256sums = 8a19b651678a6a644640524d984ed89d0b9a78c662545715218a05130c7329c7
sha256sums = 07dbb44e73197dfcb97193689058141b84aa6a562a5f21ae782b918bec049eca
diff --git a/PKGBUILD b/PKGBUILD
index 8e23c69b48c7..e1eb0117941c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=thoughts-bin
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="一个还算强大的Web思维导图。A relatively powerful web mind map."
arch=("x86_64")
@@ -8,12 +8,13 @@ url="https://wanglin2.github.io/mind-map/#/index"
_githuburl="https://github.com/wanglin2/mind-map"
license=("MIT")
depends=('bash' 'electron' 'hicolor-icon-theme')
+makedepends=('squashfuse')
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
source=("${pkgname%-bin}-${pkgver}.AppImage::${_githuburl}/releases/download/electron_${pkgver}/-${pkgver}.AppImage"
"LICENSE::https://raw.githubusercontent.com/wanglin2/mind-map/electron_${pkgver}/LICENSE"
"${pkgname%-bin}.sh")
-sha256sums=('ad3a5c16d62ff98f720f8f60d213de66f35326182c761a181e60d408c5a99c55'
+sha256sums=('bdbc17da2ec25aff79057fbacfbb0f0be1dd6a6abb694dcac53854e6b8edd9cc'
'8a19b651678a6a644640524d984ed89d0b9a78c662545715218a05130c7329c7'
'07dbb44e73197dfcb97193689058141b84aa6a562a5f21ae782b918bec049eca')
prepare() {