summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Kabat2020-03-20 10:45:28 -0500
committerBryce Kabat2020-03-20 10:45:28 -0500
commitb2c3a3b4682746edbadd93f014232dd722f0e16e (patch)
tree9f00d2cf354890295e907b5536e9c862c2b587d9
parent5b11dbebb6f5888e9c4a09d4e6b965c03b8a0656 (diff)
downloadaur-b2c3a3b4682746edbadd93f014232dd722f0e16e.tar.gz
Updated to 0.40.6.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60add7d0d158..9fc4075ce843 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trilium-bin
pkgdesc = A hierarchical note taking application built on modern technologies.
- pkgver = 0.40.4
+ pkgver = 0.40.6
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.40.4/trilium-linux-x64-0.40.4.tar.xz
- sha512sums = c6a68c6558f551adf08ed64e190399ebe98db47afd2052e344ff2d902f2984caaed5d001b3422ac7dd42b56ec068552a431c1f72ab744f3368721363edce3238
+ source = https://github.com/zadam/trilium/releases/download/v0.40.6/trilium-linux-x64-0.40.6.tar.xz
+ sha512sums = f1978ce6861a1bd5f12519919d1c332f5d6ecf5575c97401a570aff991226e47603ca4bb2f9c79194992854b5ce79eca9a635067c7e2c7e110349939f410ff32
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1c6e6260853f..f9f2a66db3e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce <onyxdelta@hotmail.com>
pkgname="trilium-bin"
-pkgver=0.40.4
+pkgver=0.40.6
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=('c6a68c6558f551adf08ed64e190399ebe98db47afd2052e344ff2d902f2984caaed5d001b3422ac7dd42b56ec068552a431c1f72ab744f3368721363edce3238')
+sha512sums=('f1978ce6861a1bd5f12519919d1c332f5d6ecf5575c97401a570aff991226e47603ca4bb2f9c79194992854b5ce79eca9a635067c7e2c7e110349939f410ff32')
package()
{