mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Update to v0.5.8
This commit is contained in:
parent
e253ae2c95
commit
ac55fecc03
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = mindwtr-bin
|
||||
pkgdesc = A complete Getting Things Done (GTD) productivity system - Mind Like Water
|
||||
pkgver = 0.5.7
|
||||
pkgver = 0.5.8
|
||||
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.7/mindwtr_0.5.7_amd64.deb
|
||||
sha256sums_x86_64 = e6d8fc95f368eb27440ef3daa8a1beb6448dbc8f1ba2281ef30ca8f884e531f0
|
||||
source_x86_64 = https://github.com/dongdongbh/Mindwtr/releases/download/v0.5.8/mindwtr_0.5.8_amd64.deb
|
||||
sha256sums_x86_64 = d77ebfd0a42412f0d18559caf416268d49190d15d4c8c3a7bbcfb3f4bda6b13b
|
||||
|
||||
pkgname = mindwtr-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: dongdongbh <dongdongbhbh@gmail.com>
|
||||
pkgname=mindwtr-bin
|
||||
pkgver=0.5.7
|
||||
pkgver=0.5.8
|
||||
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=('e6d8fc95f368eb27440ef3daa8a1beb6448dbc8f1ba2281ef30ca8f884e531f0')
|
||||
sha256sums_x86_64=('d77ebfd0a42412f0d18559caf416268d49190d15d4c8c3a7bbcfb3f4bda6b13b')
|
||||
|
||||
package() {
|
||||
tar -xf data.tar.zst -C "${pkgdir}" || tar -xf data.tar.gz -C "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue