summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-03-20 16:45:40 +0800
committerzxp198210052023-03-20 16:45:40 +0800
commitfed3f515dd34399c2a9bddb59676dfba0c5ec14a (patch)
treeb886163ff5201fcf2927ed72eed13089a171d163
parent43840cc19eee105148a84a3355b68b89ca483dd7 (diff)
downloadaur-fed3f515dd34399c2a9bddb59676dfba0c5ec14a.tar.gz
update to 4.1.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7c4275377dc..726c910d0d50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = heimer-appimage
pkgdesc = Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.
- pkgver = 3.7.0
+ pkgver = 4.1.0
pkgrel = 1
url = https://github.com/juzzlin/Heimer
arch = x86_64
license = GPL3
depends = hicolor-icon-theme
depends = zlib
+ depends = glibc
provides = heimer
conflicts = heimer
options = !strip
- source = heimer-3.7.0.AppImage::https://github.com/juzzlin/Heimer/releases/download/3.7.0/Heimer-3.7.0-x86_64.AppImage
- sha256sums = 8f2c8fafe8c6b413e6f2c456915097c690cbe83e6b67aad5b26ae7ab3a8c0344
+ source = heimer-4.1.0.AppImage::https://github.com/juzzlin/Heimer/releases/download/4.1.0/Heimer-4.1.0-x86_64.AppImage
+ sha256sums = 067db4705747060f818f870d1ff79704d5b9ff49dad7b395780f88aff443c249
pkgname = heimer-appimage
diff --git a/PKGBUILD b/PKGBUILD
index b5401dab42b7..e918ed5fa4c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=heimer-appimage
_pkgname=heimer
-pkgver=3.7.0
+pkgver=4.1.0
pkgrel=1
epoch=
pkgdesc="Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt."
arch=("x86_64")
url="https://github.com/juzzlin/Heimer"
license=(GPL3)
-depends=(hicolor-icon-theme zlib)
+depends=(hicolor-icon-theme zlib glibc)
options=(!strip)
optdepends=()
provides=(heimer)
@@ -16,7 +16,7 @@ conflicts=(heimer)
install=
_install_path="/opt/appimages"
source=("${_pkgname}-${pkgver}.AppImage::${url}/releases/download/${pkgver}/Heimer-${pkgver}-x86_64.AppImage")
-sha256sums=('8f2c8fafe8c6b413e6f2c456915097c690cbe83e6b67aad5b26ae7ab3a8c0344')
+sha256sums=('067db4705747060f818f870d1ff79704d5b9ff49dad7b395780f88aff443c249')
prepare() {
chmod a+x "${_pkgname}-${pkgver}.AppImage"