summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Kabat2020-06-23 09:12:48 -0500
committerBryce Kabat2020-06-23 09:12:48 -0500
commitb8cfbc82158a5b60701f78683b00f6f2d5e2ac3d (patch)
treed5ff96660033f864244966db07e1967d3c04db37
parenteb96502001caaf56442d19d436831117f63bca44 (diff)
downloadaur-b8cfbc82158a5b60701f78683b00f6f2d5e2ac3d.tar.gz
Updated to 0.43.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c7605043ee7..ad7ec4e78f9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trilium-bin
pkgdesc = A hierarchical note taking application built on modern technologies.
- pkgver = 0.42.7
+ pkgver = 0.43.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.42.7/trilium-linux-x64-0.42.7.tar.xz
- sha512sums = 002ec7a2ebcf13c93502228e36bffe2fd40920ed84c85919cd5e9bc572fe3bad79e6fc513e021dd7ef7e668ad5e7893ba543c8ff47b93df0ac9d541fda9f9689
+ source = https://github.com/zadam/trilium/releases/download/v0.43.1/trilium-linux-x64-0.43.1.tar.xz
+ sha512sums = 028d72e59f5f12e58cc7fe67fdddff269be5a03e02d5256d3e94e2e09f562543fb50b076365506cdda4221f59f311ec0d6167d6d50ec789496303f325a62b4d4
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 276c3a13342b..902cdc9797c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce <onyxdelta@hotmail.com>
pkgname="trilium-bin"
-pkgver=0.42.7
+pkgver=0.43.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=('002ec7a2ebcf13c93502228e36bffe2fd40920ed84c85919cd5e9bc572fe3bad79e6fc513e021dd7ef7e668ad5e7893ba543c8ff47b93df0ac9d541fda9f9689')
+sha512sums=('028d72e59f5f12e58cc7fe67fdddff269be5a03e02d5256d3e94e2e09f562543fb50b076365506cdda4221f59f311ec0d6167d6d50ec789496303f325a62b4d4')
package()
{