mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Update to v0.4.8
This commit is contained in:
parent
aada7c5f59
commit
ee780ca216
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.4.7
|
||||
pkgver = 0.4.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.4.7/mindwtr_0.4.7_amd64.deb
|
||||
sha256sums_x86_64 = aa0b5cab46e5900e950624587c719011a9eb291e0090982d0cbfac56b2cdc607
|
||||
source_x86_64 = https://github.com/dongdongbh/Mindwtr/releases/download/v0.4.8/mindwtr_0.4.8_amd64.deb
|
||||
sha256sums_x86_64 = 563e550253e878033184fb01567b678a4d8057157aac26222b48e4e28d20fd0b
|
||||
|
||||
pkgname = mindwtr-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: dongdongbh <dongdongbhbh@gmail.com>
|
||||
pkgname=mindwtr-bin
|
||||
pkgver=0.4.7
|
||||
pkgver=0.4.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=('aa0b5cab46e5900e950624587c719011a9eb291e0090982d0cbfac56b2cdc607')
|
||||
sha256sums_x86_64=('563e550253e878033184fb01567b678a4d8057157aac26222b48e4e28d20fd0b')
|
||||
|
||||
package() {
|
||||
tar -xf data.tar.zst -C "${pkgdir}" || tar -xf data.tar.gz -C "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue