summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-09-28 13:07:30 +0800
committerzxp198210052023-09-28 13:07:30 +0800
commit78b1bee5a372f2a78df76174220503481502c48e (patch)
tree0e0d18d695c4a4e826167e8e113f952be554db48
parentbec111bddbad96bfd0f73403f007cd5849c4a2b7 (diff)
downloadaur-78b1bee5a372f2a78df76174220503481502c48e.tar.gz
update to 0.6.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80c9ad3fcd09..7194dfd2da26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thoughts-bin
pkgdesc = 一个还算强大的Web思维导图。A relatively powerful web mind map.
- pkgver = 0.5.0
+ pkgver = 0.6.0
pkgrel = 1
url = https://wanglin2.github.io/mind-map/#/index
arch = x86_64
@@ -8,12 +8,12 @@ pkgbase = thoughts-bin
depends = bash
depends = electron
depends = hicolor-icon-theme
- provides = thoughts=0.5.0
+ provides = thoughts=0.6.0
conflicts = thoughts
- source = thoughts-0.5.0.AppImage::https://github.com/wanglin2/mind-map/releases/download/electron_0.5.0/linux0.5.0.AppImage
- source = LICENSE::https://raw.githubusercontent.com/wanglin2/mind-map/electron_0.5.0/LICENSE
+ 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.sh
- sha256sums = 856b46f6008d8c2d109be866ed49cf4e10a16b0091cbb251b237df86b6db0913
+ sha256sums = ad3a5c16d62ff98f720f8f60d213de66f35326182c761a181e60d408c5a99c55
sha256sums = 8a19b651678a6a644640524d984ed89d0b9a78c662545715218a05130c7329c7
sha256sums = 07dbb44e73197dfcb97193689058141b84aa6a562a5f21ae782b918bec049eca
diff --git a/PKGBUILD b/PKGBUILD
index 43c72dbfb3ff..8e23c69b48c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=thoughts-bin
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
pkgdesc="一个还算强大的Web思维导图。A relatively powerful web mind map."
arch=("x86_64")
@@ -10,10 +10,10 @@ license=("MIT")
depends=('bash' 'electron' 'hicolor-icon-theme')
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
-source=("${pkgname%-bin}-${pkgver}.AppImage::${_githuburl}/releases/download/electron_${pkgver}/linux${pkgver}.AppImage"
+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=('856b46f6008d8c2d109be866ed49cf4e10a16b0091cbb251b237df86b6db0913'
+sha256sums=('ad3a5c16d62ff98f720f8f60d213de66f35326182c761a181e60d408c5a99c55'
'8a19b651678a6a644640524d984ed89d0b9a78c662545715218a05130c7329c7'
'07dbb44e73197dfcb97193689058141b84aa6a562a5f21ae782b918bec049eca')
prepare() {
@@ -31,4 +31,4 @@ package() {
-t "${pkgdir}/usr/share/icons/hicolor/${_icons}/apps"
done
install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
+} \ No newline at end of file