summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Kabat2020-04-21 18:33:37 -0500
committerBryce Kabat2020-04-21 18:33:37 -0500
commit9839ace613961f2eb9eb2262019e3d013a63917a (patch)
tree2d91265614e6d433844485da29ec198fa49e4e01
parentf7b411b46845d24977b1bd901cd1847b28e89c09 (diff)
downloadaur-9839ace613961f2eb9eb2262019e3d013a63917a.tar.gz
Update to 0.41.5.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99f3467926a3..da3f88babe32 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.7
+ pkgver = 0.41.5
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.7/trilium-linux-x64-0.40.7.tar.xz
- sha512sums = 510666df1ad2e0ef9a9eff40cfae5333409404f8e77c42074e8f6ee646d50c7031cb074cc659b9cdbdae753167891bfdcf82f5a3a6c5390d3d58f73fb79b7310
+ source = https://github.com/zadam/trilium/releases/download/v0.41.5/trilium-linux-x64-0.41.5.tar.xz
+ sha512sums = b7f8428317a03d23516a018bf9e5937ff68ebfc8ce9229a9a92340e162488bc15b7112f41c4b29981f041535df4b47dddf258a52298c0f8222fc729154f13d0f
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 687032a051fb..18b6d921e33c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce <onyxdelta@hotmail.com>
pkgname="trilium-bin"
-pkgver=0.40.7
+pkgver=0.41.5
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=('510666df1ad2e0ef9a9eff40cfae5333409404f8e77c42074e8f6ee646d50c7031cb074cc659b9cdbdae753167891bfdcf82f5a3a6c5390d3d58f73fb79b7310')
+sha512sums=('b7f8428317a03d23516a018bf9e5937ff68ebfc8ce9229a9a92340e162488bc15b7112f41c4b29981f041535df4b47dddf258a52298c0f8222fc729154f13d0f')
package()
{