Package Details: trilium-server-bin 0.63.5-1

Git Clone URL: https://aur.archlinux.org/trilium-server-bin.git (read-only, click to copy)
Package Base: trilium-server-bin
Description: A hierarchical note taking application built on modern technologies (server only).
Upstream URL: https://github.com/zadam/trilium
Keywords: server trilium trilium-notes
Licenses: AGPL3
Submitter: vn158
Maintainer: vn158
Last Packager: vn158
Votes: 3
Popularity: 0.000671
First Submitted: 2020-09-13 21:53 (UTC)
Last Updated: 2024-04-14 19:49 (UTC)

Latest Comments

vn158 commented on 2022-01-13 19:37 (UTC)

Hi, I am currently quite busy but I will try to update it until the end of this week.

dispiacere commented on 2022-01-11 13:29 (UTC)

Please update it

vn158 commented on 2021-10-23 13:55 (UTC)

Hi, I am currently quite busy but I will try to update it later today.

malacology commented on 2021-10-23 12:39 (UTC)

PKGBUILD 0.48.3

# Maintainer: Vladimir Navrat <vn158 at seznam dot cz>
pkgname="trilium-server-bin"
pkgver=0.48.3
pkgrel=1
pkgdesc="A hierarchical note taking application built on modern technologies (server only)."
depends=('libxss' 'nss')
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}")
OPTIONS=(!strip)

sha512sums=('67019baf497399fe84a620d5bb81e8a56c1b00dd0243066fa76760333dd6b3f420a79465a9f4a1c96ef0052b4338df3ca4cadac6412cfb3e4903db4e210e56ce'
            '5137657683b83086e7985c1d75111b78a1760ce02e6cf8e8386477a01758fa511226de98ea4d817a52c8109116f002cdec9994e2eb5baef10fde2eaf2df42fb7')

package()
{
    # Make folders for extraction
    mkdir -p "$pkgdir/opt/${pkgname%-bin}"
    mkdir -p "$pkgdir/usr/bin"
    mkdir -p "$pkgdir/usr/share/applications"
    # Move main files
    mv trilium-linux-x64-server/* "$pkgdir/opt/${pkgname%-bin}"
    # Create command and make it executable
    cp "${pkgname%-bin}" "$pkgdir/usr/bin/${pkgname%-bin}"
    chmod 0755 "$pkgdir/usr/bin/${pkgname%-bin}"
}

malacology commented on 2021-10-21 11:31 (UTC)

PKGBUILD

# Maintainer: Vladimir Navrat <vn158 at seznam dot cz>
pkgname="trilium-server-bin"
pkgver=0.48.2
pkgrel=1
pkgdesc="A hierarchical note taking application built on modern technologies (server only)."
depends=('libxss' 'nss')
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}")
OPTIONS=(!strip)

sha512sums=('1b64b947a7186ade4320b43dd6c60a4d9de20c65593c182245ef039adbf19c3d6cc7d7997f30f77a6beca3b05232880f153212787d42b01b26e8ed66be8cb5ce'
            '5137657683b83086e7985c1d75111b78a1760ce02e6cf8e8386477a01758fa511226de98ea4d817a52c8109116f002cdec9994e2eb5baef10fde2eaf2df42fb7')

package()
{
    # Make folders for extraction
    mkdir -p "$pkgdir/opt/${pkgname%-bin}"
    mkdir -p "$pkgdir/usr/bin"
    mkdir -p "$pkgdir/usr/share/applications"
    # Move main files
    mv trilium-linux-x64-server/* "$pkgdir/opt/${pkgname%-bin}"
    # Create command and make it executable
    cp "${pkgname%-bin}" "$pkgdir/usr/bin/${pkgname%-bin}"
    chmod 0755 "$pkgdir/usr/bin/${pkgname%-bin}"
}

malacology commented on 2021-08-31 05:28 (UTC)

Please update it.

vn158 commented on 2021-06-02 07:04 (UTC)

I will try to update it today. Be patient.

mengsk commented on 2021-05-30 11:13 (UTC)

Hi, could you update to v0.47.3 ?