summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Kabat2020-03-31 13:44:06 -0500
committerBryce Kabat2020-03-31 13:44:06 -0500
commitf7b411b46845d24977b1bd901cd1847b28e89c09 (patch)
tree6781b4f4a780d552c59afddde071acd6cb99da97
parentb2c3a3b4682746edbadd93f014232dd722f0e16e (diff)
downloadaur-f7b411b46845d24977b1bd901cd1847b28e89c09.tar.gz
Updated to 0.40.7.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fc4075ce843..99f3467926a3 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.6
+ pkgver = 0.40.7
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.6/trilium-linux-x64-0.40.6.tar.xz
- sha512sums = f1978ce6861a1bd5f12519919d1c332f5d6ecf5575c97401a570aff991226e47603ca4bb2f9c79194992854b5ce79eca9a635067c7e2c7e110349939f410ff32
+ source = https://github.com/zadam/trilium/releases/download/v0.40.7/trilium-linux-x64-0.40.7.tar.xz
+ sha512sums = 510666df1ad2e0ef9a9eff40cfae5333409404f8e77c42074e8f6ee646d50c7031cb074cc659b9cdbdae753167891bfdcf82f5a3a6c5390d3d58f73fb79b7310
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index f9f2a66db3e5..687032a051fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce <onyxdelta@hotmail.com>
pkgname="trilium-bin"
-pkgver=0.40.6
+pkgver=0.40.7
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=('f1978ce6861a1bd5f12519919d1c332f5d6ecf5575c97401a570aff991226e47603ca4bb2f9c79194992854b5ce79eca9a635067c7e2c7e110349939f410ff32')
+sha512sums=('510666df1ad2e0ef9a9eff40cfae5333409404f8e77c42074e8f6ee646d50c7031cb074cc659b9cdbdae753167891bfdcf82f5a3a6c5390d3d58f73fb79b7310')
package()
{