summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Kabat2020-05-08 16:21:28 -0500
committerBryce Kabat2020-05-08 16:21:28 -0500
commit0397e966778f78094f5a28550c364bf250354a56 (patch)
treea906cf3c673e18ad028e490ce44377d93c07b1f6
parentb355492a72edba26f89d0f2e8162e72a17caaa46 (diff)
downloadaur-0397e966778f78094f5a28550c364bf250354a56.tar.gz
Update to 0.42.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee0af715f944..ec1e852b5f9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trilium-bin
pkgdesc = A hierarchical note taking application built on modern technologies.
- pkgver = 0.41.6
+ pkgver = 0.42.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.41.6/trilium-linux-x64-0.41.6.tar.xz
- sha512sums = c396593faac40290c61f32847cccb93e5e69071f6cb52f1becb4ed27e259696fc93fab6912c854bb8d34cc0338b8e092af13a2e1bcda289cc7b62d34910e485e
+ source = https://github.com/zadam/trilium/releases/download/v0.42.1/trilium-linux-x64-0.42.1.tar.xz
+ sha512sums = d15e5197f620e89bc1e16756c26d4bf02651bbbc48308dfaa983f45847c045b1ef608aee375f6bc4d9976b85637008c8749e77f9269fea864ca98e991cf4a59d
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 22595e488fe7..12e3974bf505 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce <onyxdelta@hotmail.com>
pkgname="trilium-bin"
-pkgver=0.41.6
+pkgver=0.42.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=('c396593faac40290c61f32847cccb93e5e69071f6cb52f1becb4ed27e259696fc93fab6912c854bb8d34cc0338b8e092af13a2e1bcda289cc7b62d34910e485e')
+sha512sums=('d15e5197f620e89bc1e16756c26d4bf02651bbbc48308dfaa983f45847c045b1ef608aee375f6bc4d9976b85637008c8749e77f9269fea864ca98e991cf4a59d')
package()
{