summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimír Návrat2021-06-02 10:31:45 +0200
committerVladimír Návrat2021-06-02 10:31:45 +0200
commit7218c843358dc7797d28e4ce626d80e3c8245119 (patch)
treec303ffe94efeed47ffe7ed8fe340392f173864df
parentd79cdb6033c3125ca2c8c3f675bd14ef938e15be (diff)
downloadaur-7218c843358dc7797d28e4ce626d80e3c8245119.tar.gz
Update to v0.47.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4eeb6892253..d2bbaa929a53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = trilium-server-bin
pkgdesc = A hierarchical note taking application built on modern technologies (server only).
- pkgver = 0.45.10
+ pkgver = 0.47.3
pkgrel = 1
url = https://github.com/zadam/trilium
arch = x86_64
license = AGPL3
depends = libxss
depends = nss
- source = https://github.com/zadam/trilium/releases/download/v0.45.10/trilium-linux-x64-server-0.45.10.tar.xz
+ source = https://github.com/zadam/trilium/releases/download/v0.47.3/trilium-linux-x64-server-0.47.3.tar.xz
source = trilium-server
- sha512sums = 1cba02fc439c3058dbd2f91aef8eb435a709172b00b7ca3072b98fd0a04b3edf4f8dbc4c28f6c4243bd85b2b821249a354b77bd2c439708cb0d63947da907def
+ sha512sums = afa3914baae22446146175cdedc011992e90a328d07f2e7f4d20d1a63298996bc55d153f921219380d4a7f2f0e891cf522d480d252981a8b05296455c418bb01
sha512sums = 758b923c312ff039a2653d9743e5f3d5bb74f57f83c0fc837a4d17f263437c419d3bd975d86f2067e80dbb579b6599fea428edd3ead47d25b09765cf5f54174c
pkgname = trilium-server-bin
diff --git a/PKGBUILD b/PKGBUILD
index 70c951966610..51cb3aa60a64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vladimir Navrat <vn158 at seznam dot cz>
pkgname="trilium-server-bin"
-pkgver=0.45.10
+pkgver=0.47.3
pkgrel=1
pkgdesc="A hierarchical note taking application built on modern technologies (server only)."
depends=('libxss' 'nss')
@@ -8,7 +8,9 @@ arch=('x86_64')
url="https://github.com/zadam/trilium"
license=('AGPL3')
source=("https://github.com/zadam/trilium/releases/download/v$pkgver/trilium-linux-x64-server-$pkgver.tar.xz" "${pkgname%-bin}")
-sha512sums=('1cba02fc439c3058dbd2f91aef8eb435a709172b00b7ca3072b98fd0a04b3edf4f8dbc4c28f6c4243bd85b2b821249a354b77bd2c439708cb0d63947da907def'
+OPTIONS=(!strip)
+
+sha512sums=('afa3914baae22446146175cdedc011992e90a328d07f2e7f4d20d1a63298996bc55d153f921219380d4a7f2f0e891cf522d480d252981a8b05296455c418bb01'
'758b923c312ff039a2653d9743e5f3d5bb74f57f83c0fc837a4d17f263437c419d3bd975d86f2067e80dbb579b6599fea428edd3ead47d25b09765cf5f54174c')
package()