diff options
author | davedatum | 2020-02-09 14:45:06 +0000 |
---|---|---|
committer | davedatum | 2020-02-09 14:45:06 +0000 |
commit | 690878dd9730d4d7556291a2aff5e6232e5f0d57 (patch) | |
tree | f9712cac040cd2247e88ac97d49b519bb4aaf087 | |
parent | 36288b5836abc7a3eb514f2e043671b89539f865 (diff) | |
download | aur-690878dd9730d4d7556291a2aff5e6232e5f0d57.tar.gz |
updated to version 1.15.0
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = heimer-git pkgdesc = simple cross-platform mind map and note-taking tool written in Qt. - pkgver = 1.13.1.r0.g9a1c9ea + pkgver = 1.15.0.r0.ge706be0 pkgrel = 1 url = https://github.com/juzzlin/heimer arch = x86_64 @@ -8,7 +8,7 @@ pkgbase = heimer-git makedepends = git makedepends = cmake depends = qt5-tools - source = heimer-git::git+https://github.com/juzzlin/heimer.git#tag=1.13.1 + source = heimer-git::git+https://github.com/juzzlin/heimer.git#tag=1.15.0 md5sums = SKIP pkgname = heimer-git @@ -1,7 +1,7 @@ # Maintainer: davedatum <ask at davedatum dot com> pkgname=heimer-git -pkgver=1.13.1.r0.g9a1c9ea +pkgver=1.15.0.r0.ge706be0 pkgrel=1 pkgdesc="simple cross-platform mind map and note-taking tool written in Qt." arch=("x86_64") @@ -9,7 +9,7 @@ url="https://github.com/juzzlin/heimer" license=("GPL3") depends=("qt5-tools") makedepends=("git" "cmake") -source=("${pkgname}::git+$url.git#tag=1.13.1") +source=("${pkgname}::git+$url.git#tag=1.15.0") md5sums=('SKIP') pkgver() { |