summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Kabat2020-02-11 13:13:40 -0600
committerBryce Kabat2020-02-11 13:13:40 -0600
commitaa9933b4c974b325a0d160bd49c9e5958b94b9d3 (patch)
treefd947a188d05576c306c0f79b4b47dc4e4aab914
parentac34b2fb2f45661e643fb016b1c0d702b1fcbb66 (diff)
downloadaur-aa9933b4c974b325a0d160bd49c9e5958b94b9d3.tar.gz
Update to 0.43.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3633dd4cb387..99de063fab8d 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.2
+ pkgver = 0.40.3
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.2/trilium-linux-x64-0.40.2.tar.xz
- sha512sums = b5c582142d25d7a5d2dbd929e3da930eb4459efbf51916ed6b04afa9027a965001c65d1a9f356520171840c069be8a192e14b0377c3689261004871a099eb982
+ source = https://github.com/zadam/trilium/releases/download/v0.40.3/trilium-linux-x64-0.40.3.tar.xz
+ sha512sums = f032fdabc0bec8bce76a4a739d2f59f2b01ecff0473c8eec98dd45d26787537b5c8a4fb0fe896fa82895a401c6c2839c8b7db00d7b7ae251c7b9618af16446ca
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 51ba03cbeae7..9065a699b06e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce <onyxdelta@hotmail.com>
pkgname="trilium-bin"
-pkgver=0.40.2
+pkgver=0.40.3
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=('b5c582142d25d7a5d2dbd929e3da930eb4459efbf51916ed6b04afa9027a965001c65d1a9f356520171840c069be8a192e14b0377c3689261004871a099eb982')
+sha512sums=('f032fdabc0bec8bce76a4a739d2f59f2b01ecff0473c8eec98dd45d26787537b5c8a4fb0fe896fa82895a401c6c2839c8b7db00d7b7ae251c7b9618af16446ca')
package()
{