Update to v0.5.7

This commit is contained in:
dongdongbh 2026-01-21 17:07:49 +00:00
parent fbb9f8b3ae
commit e253ae2c95
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = mindwtr-bin
pkgdesc = A complete Getting Things Done (GTD) productivity system - Mind Like Water
pkgver = 0.5.6
pkgver = 0.5.7
pkgrel = 1
url = https://github.com/dongdongbh/Mindwtr
arch = x86_64
@ -10,7 +10,7 @@ pkgbase = mindwtr-bin
depends = libappindicator-gtk3
provides = mindwtr
conflicts = mindwtr
source_x86_64 = https://github.com/dongdongbh/Mindwtr/releases/download/v0.5.6/mindwtr_0.5.6_amd64.deb
sha256sums_x86_64 = 41bc395f7bc97196000b99fb433a844eee6e5ec43edee2630dadd06576f439f2
source_x86_64 = https://github.com/dongdongbh/Mindwtr/releases/download/v0.5.7/mindwtr_0.5.7_amd64.deb
sha256sums_x86_64 = e6d8fc95f368eb27440ef3daa8a1beb6448dbc8f1ba2281ef30ca8f884e531f0
pkgname = mindwtr-bin

View file

@ -1,6 +1,6 @@
# Maintainer: dongdongbh <dongdongbhbh@gmail.com>
pkgname=mindwtr-bin
pkgver=0.5.6
pkgver=0.5.7
pkgrel=1
pkgdesc="A complete Getting Things Done (GTD) productivity system - Mind Like Water"
arch=('x86_64')
@ -10,7 +10,7 @@ depends=('webkit2gtk-4.1' 'gtk3' 'libappindicator-gtk3')
provides=('mindwtr')
conflicts=('mindwtr')
source_x86_64=("${url}/releases/download/v${pkgver}/mindwtr_${pkgver}_amd64.deb")
sha256sums_x86_64=('41bc395f7bc97196000b99fb433a844eee6e5ec43edee2630dadd06576f439f2')
sha256sums_x86_64=('e6d8fc95f368eb27440ef3daa8a1beb6448dbc8f1ba2281ef30ca8f884e531f0')
package() {
tar -xf data.tar.zst -C "${pkgdir}" || tar -xf data.tar.gz -C "${pkgdir}"