summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-04-23 22:39:24 -0500
committerLuis Martinez2021-04-23 22:39:24 -0500
commit5c2dc5b59d23a8cdbaa24b532b772eca3ffa5b20 (patch)
tree1b2f87a83cde506ba187ff45998af1728a4f033a
parentca7235c655f33853321097913c7c766c82d1a70f (diff)
downloadaur-5c2dc5b59d23a8cdbaa24b532b772eca3ffa5b20.tar.gz
update to 2.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e6e989be701..174d2327c326 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = heimer
pkgdesc = A simple cross-platform mind map, diagram, and note-taking tool written in Qt
- pkgver = 2.4.0
+ pkgver = 2.5.0
pkgrel = 1
url = https://github.com/juzzlin/heimer
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = heimer
depends = gcc-libs
depends = hicolor-icon-theme
depends = qt5-svg
- source = heimer-2.4.0.tar.gz::https://github.com/juzzlin/heimer/archive/2.4.0.tar.gz
- sha256sums = 9c1ba9c6414d0c99fcdce1244fd24ef344d220cbf4d663358e3a6e61d442ce37
+ source = heimer-2.5.0.tar.gz::https://github.com/juzzlin/heimer/archive/2.5.0.tar.gz
+ sha256sums = 7e3c8cef61657187c1909a31c908b40268d9ecb679e18af181025d689675067f
pkgname = heimer
diff --git a/PKGBUILD b/PKGBUILD
index e3f5d12b5db7..3cb40576ec81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
# Contributor: davedatum <ask at davedatum dot com>
pkgname=heimer
-pkgver=2.4.0
+pkgver=2.5.0
pkgrel=1
pkgdesc="A simple cross-platform mind map, diagram, and note-taking tool written in Qt"
arch=("x86_64")
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('gcc-libs' 'hicolor-icon-theme' 'qt5-svg')
makedepends=('cmake' 'qt5-tools')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/${pkgver}.tar.gz")
-sha256sums=('9c1ba9c6414d0c99fcdce1244fd24ef344d220cbf4d663358e3a6e61d442ce37')
+sha256sums=('7e3c8cef61657187c1909a31c908b40268d9ecb679e18af181025d689675067f')
prepare() {
test -d "$pkgname-$pkgver" || mv "Heimer-$pkgver" "$pkgname-$pkgver"