summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Kabat2020-02-24 16:18:02 -0600
committerBryce Kabat2020-02-24 16:18:02 -0600
commit5b11dbebb6f5888e9c4a09d4e6b965c03b8a0656 (patch)
tree28015f5d4e7a3e92e39208a33fc191b7a305de04
parentaa9933b4c974b325a0d160bd49c9e5958b94b9d3 (diff)
downloadaur-5b11dbebb6f5888e9c4a09d4e6b965c03b8a0656.tar.gz
Updated to 0.40.4.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99de063fab8d..60add7d0d158 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trilium-bin
pkgdesc = A hierarchical note taking application built on modern technologies.
- pkgver = 0.40.3
+ pkgver = 0.40.4
pkgrel = 1
url = https://github.com/zadam/trilium
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = trilium-bin
depends = nss
depends = lib32-gcc-libs
depends = gtk3
- source = https://github.com/zadam/trilium/releases/download/v0.40.3/trilium-linux-x64-0.40.3.tar.xz
- sha512sums = f032fdabc0bec8bce76a4a739d2f59f2b01ecff0473c8eec98dd45d26787537b5c8a4fb0fe896fa82895a401c6c2839c8b7db00d7b7ae251c7b9618af16446ca
+ source = https://github.com/zadam/trilium/releases/download/v0.40.4/trilium-linux-x64-0.40.4.tar.xz
+ sha512sums = c6a68c6558f551adf08ed64e190399ebe98db47afd2052e344ff2d902f2984caaed5d001b3422ac7dd42b56ec068552a431c1f72ab744f3368721363edce3238
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9065a699b06e..1c6e6260853f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce <onyxdelta@hotmail.com>
pkgname="trilium-bin"
-pkgver=0.40.3
+pkgver=0.40.4
pkgrel=1
pkgdesc="A hierarchical note taking application built on modern technologies."
depends=('python' 'make' 'gconf' 'libxss' 'nss' 'lib32-gcc-libs' 'gtk3')
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://github.com/zadam/trilium"
license=('AGPL')
source=("https://github.com/zadam/trilium/releases/download/v$pkgver/trilium-linux-x64-$pkgver.tar.xz")
-sha512sums=('f032fdabc0bec8bce76a4a739d2f59f2b01ecff0473c8eec98dd45d26787537b5c8a4fb0fe896fa82895a401c6c2839c8b7db00d7b7ae251c7b9618af16446ca')
+sha512sums=('c6a68c6558f551adf08ed64e190399ebe98db47afd2052e344ff2d902f2984caaed5d001b3422ac7dd42b56ec068552a431c1f72ab744f3368721363edce3238')
package()
{