mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Update to v0.6.1
This commit is contained in:
parent
a813c34235
commit
3d37c631be
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,16 +1,16 @@
|
|||
pkgbase = mindwtr-bin
|
||||
pkgdesc = A complete Getting Things Done (GTD) productivity system - Mind Like Water
|
||||
pkgver = 0.6.0
|
||||
pkgver = 0.6.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/dongdongbh/Mindwtr
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
license = AGPL3
|
||||
depends = webkit2gtk-4.1
|
||||
depends = gtk3
|
||||
depends = libappindicator-gtk3
|
||||
provides = mindwtr
|
||||
conflicts = mindwtr
|
||||
source_x86_64 = https://github.com/dongdongbh/Mindwtr/releases/download/v0.6.0/mindwtr_0.6.0_amd64.deb
|
||||
sha256sums_x86_64 = bee17331f611cbfaccf1e3b99662c820cbd6985c0c45797e3db40e670d679e4f
|
||||
source_x86_64 = https://github.com/dongdongbh/Mindwtr/releases/download/v0.6.1/mindwtr_0.6.1_amd64.deb
|
||||
sha256sums_x86_64 = fda447e79a84d51e1beca4e4288427d8731e3cbbbd119061426ed859dd70ad85
|
||||
|
||||
pkgname = mindwtr-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,16 +1,16 @@
|
|||
# Maintainer: dongdongbh <dongdongbhbh@gmail.com>
|
||||
pkgname=mindwtr-bin
|
||||
pkgver=0.6.0
|
||||
pkgver=0.6.1
|
||||
pkgrel=1
|
||||
pkgdesc="A complete Getting Things Done (GTD) productivity system - Mind Like Water"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/dongdongbh/Mindwtr"
|
||||
license=('MIT')
|
||||
license=('AGPL3')
|
||||
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=('bee17331f611cbfaccf1e3b99662c820cbd6985c0c45797e3db40e670d679e4f')
|
||||
sha256sums_x86_64=('fda447e79a84d51e1beca4e4288427d8731e3cbbbd119061426ed859dd70ad85')
|
||||
|
||||
package() {
|
||||
tar -xf data.tar.zst -C "${pkgdir}" || tar -xf data.tar.gz -C "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue