summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Kabat2020-01-15 04:34:15 -0600
committerBryce Kabat2020-01-15 04:34:15 -0600
commitbc13cb62789869ca1ee456d0ac18a8134a45b1d1 (patch)
tree9c4aea3d6603592f9c9119f2265f1b0963b2e264
parent18570d654ce1627d9b062a67546ca57faad6e203 (diff)
downloadaur-bc13cb62789869ca1ee456d0ac18a8134a45b1d1.tar.gz
Update to 0.39.5.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 971bb0f2620d..803c87ee8575 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trilium-bin
pkgdesc = A hierarchical note taking application built on modern technologies.
- pkgver = 0.38.2
+ pkgver = 0.39.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.38.2/trilium-linux-x64-0.38.2.tar.xz
- sha512sums = 65867c2ceb367014867e466b220c3edff8bea2149c97a79772a59113b24d7c3cc68ab0937126d6520a74c2bba782bfcfed23eaa71b11dc76bb4e62b07b8748d1
+ source = https://github.com/zadam/trilium/releases/download/v0.39.5/trilium-linux-x64-0.39.5.tar.xz
+ sha512sums = 1d98c70679d3c4b99ed568c3da11ad1513c6bcec5353590320f8243dd9f8ad7eea0e953de848ccdf9bead0c4de8953e813a41dcfd33d78a96b94000903cd5811
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index bc265d9567e8..ac237f828ed1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce <onyxdelta@hotmail.com>
pkgname="trilium-bin"
-pkgver=0.38.2
+pkgver=0.39.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=('65867c2ceb367014867e466b220c3edff8bea2149c97a79772a59113b24d7c3cc68ab0937126d6520a74c2bba782bfcfed23eaa71b11dc76bb4e62b07b8748d1')
+sha512sums=('1d98c70679d3c4b99ed568c3da11ad1513c6bcec5353590320f8243dd9f8ad7eea0e953de848ccdf9bead0c4de8953e813a41dcfd33d78a96b94000903cd5811')
package()
{