summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Kabat2022-08-07 16:46:23 -0500
committerBryce Kabat2022-08-07 16:46:23 -0500
commitaa532590823d8359ca0a6ce231def7346506d09a (patch)
treefe8830d403129c3994257792736dbc821ee2cd14
parentcbe9cd970db6a1d46adc574f049e7910d0eecdc3 (diff)
downloadaur-aa532590823d8359ca0a6ce231def7346506d09a.tar.gz
C
C Updated to 0.54.2
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cd12f3d2f9f..97893fb10f67 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trilium-bin
pkgdesc = A hierarchical note taking application built on modern technologies.
- pkgver = 0.53.2
+ pkgver = 0.54.2
pkgrel = 1
url = https://github.com/zadam/trilium
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = trilium-bin
depends = libxss
depends = nss
depends = gtk3
- source = https://github.com/zadam/trilium/releases/download/v0.53.2/trilium-linux-x64-0.53.2.tar.xz
- sha512sums = 7e6bd6015ef6967c00e7b556bec886c487ab83267c9e349ba850b3f00bf367d72f741d9beccc03d80ca47f9004666b63e4d3d1a0ce339af083feabd5d01cf198
+ source = https://github.com/zadam/trilium/releases/download/v0.54.2/trilium-linux-x64-0.54.2.tar.xz
+ sha512sums = b03eb5871910f464990a922b7841b41a4fffa3814302bef033f097a236a78889b7af0317cc05fad72627ccb2cf5f4d88d224f42b6a26fe6773c055061324de32
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5cb16ec17ed6..06bfebd6d962 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce Kabat <brycekabat@onyxazryn.com>
pkgname="trilium-bin"
-pkgver=0.53.2
+pkgver=0.54.2
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=('7e6bd6015ef6967c00e7b556bec886c487ab83267c9e349ba850b3f00bf367d72f741d9beccc03d80ca47f9004666b63e4d3d1a0ce339af083feabd5d01cf198')
+sha512sums=('b03eb5871910f464990a922b7841b41a4fffa3814302bef033f097a236a78889b7af0317cc05fad72627ccb2cf5f4d88d224f42b6a26fe6773c055061324de32')
package()
{