mirror of
https://github.com/archlinux/aur.git
synced 2026-03-02 18:30:29 +01:00
Update to v0.3.2
This commit is contained in:
parent
10aea1bdce
commit
8f3a74af4c
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
pkgbase = mindwtr-bin
|
||||
pkgdesc = A complete Getting Things Done (GTD) productivity system - Mind Like Water
|
||||
pkgver = 0.2.9
|
||||
pkgver = 0.3.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/dongdongbh/Focus-GTD
|
||||
url = https://github.com/dongdongbh/Mindwtr
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
depends = webkit2gtk
|
||||
|
|
@ -10,7 +10,7 @@ pkgbase = mindwtr-bin
|
|||
depends = libappindicator-gtk3
|
||||
provides = mindwtr
|
||||
conflicts = mindwtr
|
||||
source_x86_64 = https://github.com/dongdongbh/Focus-GTD/releases/download/v0.2.9/mindwtr_0.2.9_amd64.deb
|
||||
sha256sums_x86_64 = 4a9848604dfc9988542c894c3e2eaa897c2747451ce9e8d870601349717fcdcc
|
||||
source_x86_64 = https://github.com/dongdongbh/Mindwtr/releases/download/v0.3.2/mindwtr_0.3.2_amd64.deb
|
||||
sha256sums_x86_64 = bdac22b290c71b1b3b946645b299c8a5cadbd6e2500ddca5988ae884286f9a68
|
||||
|
||||
pkgname = mindwtr-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,16 +1,16 @@
|
|||
# Maintainer: dongdongbh <dongdongbhbh@gmail.com>
|
||||
pkgname=mindwtr-bin
|
||||
pkgver=0.2.9
|
||||
pkgver=0.3.2
|
||||
pkgrel=1
|
||||
pkgdesc="A complete Getting Things Done (GTD) productivity system - Mind Like Water"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/dongdongbh/Focus-GTD"
|
||||
url="https://github.com/dongdongbh/Mindwtr"
|
||||
license=('MIT')
|
||||
depends=('webkit2gtk' 'gtk3' 'libappindicator-gtk3')
|
||||
provides=('mindwtr')
|
||||
conflicts=('mindwtr')
|
||||
source_x86_64=("${url}/releases/download/v${pkgver}/mindwtr_${pkgver}_amd64.deb")
|
||||
sha256sums_x86_64=('4a9848604dfc9988542c894c3e2eaa897c2747451ce9e8d870601349717fcdcc')
|
||||
sha256sums_x86_64=('bdac22b290c71b1b3b946645b299c8a5cadbd6e2500ddca5988ae884286f9a68')
|
||||
|
||||
package() {
|
||||
tar -xf data.tar.zst -C "${pkgdir}" || tar -xf data.tar.gz -C "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue