summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOnyx Azryn2021-03-16 10:22:53 -0500
committerOnyx Azryn2021-03-16 10:22:53 -0500
commit2e192b5a7cf970a1d97fe835a430bdcada7bb5ab (patch)
tree0a465c03de95fc12b1866f8d13f9007733dff7fa
parent151d3dbaa988cfcb8e050dc598d30c22cf0c9240 (diff)
downloadaur-2e192b5a7cf970a1d97fe835a430bdcada7bb5ab.tar.gz
Updated to 0.46.5
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6044e55bbbb1..35c219f23037 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trilium-bin
pkgdesc = A hierarchical note taking application built on modern technologies.
- pkgver = 0.45.10
+ pkgver = 0.46.5
pkgrel = 1
url = https://github.com/zadam/trilium
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = trilium-bin
depends = libxss
depends = nss
depends = gtk3
- source = https://github.com/zadam/trilium/releases/download/v0.45.10/trilium-linux-x64-0.45.10.tar.xz
- sha512sums = 0e04e1a1b9d4cd06f986f715a7527140cd8ffd557df500a045fc8aefd18e9ea2f52b0733f0a7fe06afced7f485fa531bbd52852827abaee5b2cb05a4b9e4d507
+ source = https://github.com/zadam/trilium/releases/download/v0.46.5/trilium-linux-x64-0.46.5.tar.xz
+ sha512sums = f960c440edc5b1a4ada28cd5cb2ef3f9ea34a7e1880c520aa502a65a4c2935cbb2b4ac78166222718009e82c231e1bb74da7710bbabdbf1f429d97ca8ca001db
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3e1ad177a7bc..3fb43df464b7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce Kabat <brycekabat@onyxazryn.com>
pkgname="trilium-bin"
-pkgver=0.45.10
+pkgver=0.46.5
pkgrel=1
pkgdesc="A hierarchical note taking application built on modern technologies."
depends=('libxss' 'nss' 'gtk3')
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://github.com/zadam/trilium"
license=('AGPL3')
source=("https://github.com/zadam/trilium/releases/download/v$pkgver/trilium-linux-x64-$pkgver.tar.xz")
-sha512sums=('0e04e1a1b9d4cd06f986f715a7527140cd8ffd557df500a045fc8aefd18e9ea2f52b0733f0a7fe06afced7f485fa531bbd52852827abaee5b2cb05a4b9e4d507')
+sha512sums=('f960c440edc5b1a4ada28cd5cb2ef3f9ea34a7e1880c520aa502a65a4c2935cbb2b4ac78166222718009e82c231e1bb74da7710bbabdbf1f429d97ca8ca001db')
package()
{