summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Kabat2020-01-23 22:10:54 -0600
committerBryce Kabat2020-01-23 22:10:54 -0600
commit97022f2aa6eac5a355c5ea5f6c29d642033a7dd4 (patch)
tree8f00d61dae3dcb623307b48db751f95ed45730ce
parentbc13cb62789869ca1ee456d0ac18a8134a45b1d1 (diff)
downloadaur-97022f2aa6eac5a355c5ea5f6c29d642033a7dd4.tar.gz
Update to 0.40.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 803c87ee8575..65e9256ad910 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trilium-bin
pkgdesc = A hierarchical note taking application built on modern technologies.
- pkgver = 0.39.5
+ pkgver = 0.40.1
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.39.5/trilium-linux-x64-0.39.5.tar.xz
- sha512sums = 1d98c70679d3c4b99ed568c3da11ad1513c6bcec5353590320f8243dd9f8ad7eea0e953de848ccdf9bead0c4de8953e813a41dcfd33d78a96b94000903cd5811
+ source = https://github.com/zadam/trilium/releases/download/v0.40.1/trilium-linux-x64-0.40.1.tar.xz
+ sha512sums = fc57907f1654e330a8506a5ace09586e055f67db907790ee1c01dacac505143f08a38586336ef3bd626d60e1f792db8f1b45150a4fb3fac8f9fd8a5104df4ca1
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index ac237f828ed1..ace3c32deb81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce <onyxdelta@hotmail.com>
pkgname="trilium-bin"
-pkgver=0.39.5
+pkgver=0.40.1
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=('1d98c70679d3c4b99ed568c3da11ad1513c6bcec5353590320f8243dd9f8ad7eea0e953de848ccdf9bead0c4de8953e813a41dcfd33d78a96b94000903cd5811')
+sha512sums=('fc57907f1654e330a8506a5ace09586e055f67db907790ee1c01dacac505143f08a38586336ef3bd626d60e1f792db8f1b45150a4fb3fac8f9fd8a5104df4ca1')
package()
{