diff options
-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() { |