summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Kabat2020-02-01 18:50:52 -0600
committerBryce Kabat2020-02-01 18:50:52 -0600
commitac34b2fb2f45661e643fb016b1c0d702b1fcbb66 (patch)
tree2cd9f241be409600b4e21a881e6e4eec3fc536f0
parent97022f2aa6eac5a355c5ea5f6c29d642033a7dd4 (diff)
downloadaur-ac34b2fb2f45661e643fb016b1c0d702b1fcbb66.tar.gz
Updated to 0.40.2.
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65e9256ad910..3633dd4cb387 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.1
+ pkgver = 0.40.2
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.1/trilium-linux-x64-0.40.1.tar.xz
- sha512sums = fc57907f1654e330a8506a5ace09586e055f67db907790ee1c01dacac505143f08a38586336ef3bd626d60e1f792db8f1b45150a4fb3fac8f9fd8a5104df4ca1
+ source = https://github.com/zadam/trilium/releases/download/v0.40.2/trilium-linux-x64-0.40.2.tar.xz
+ sha512sums = b5c582142d25d7a5d2dbd929e3da930eb4459efbf51916ed6b04afa9027a965001c65d1a9f356520171840c069be8a192e14b0377c3689261004871a099eb982
pkgname = trilium-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..810b90599981
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+trilium*
diff --git a/PKGBUILD b/PKGBUILD
index ace3c32deb81..51ba03cbeae7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce <onyxdelta@hotmail.com>
pkgname="trilium-bin"
-pkgver=0.40.1
+pkgver=0.40.2
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=('fc57907f1654e330a8506a5ace09586e055f67db907790ee1c01dacac505143f08a38586336ef3bd626d60e1f792db8f1b45150a4fb3fac8f9fd8a5104df4ca1')
+sha512sums=('b5c582142d25d7a5d2dbd929e3da930eb4459efbf51916ed6b04afa9027a965001c65d1a9f356520171840c069be8a192e14b0377c3689261004871a099eb982')
package()
{