summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Evan Kabat2022-02-10 10:13:41 -0600
committerBryce Evan Kabat2022-02-10 10:13:41 -0600
commit42defc71e51fe6d68064016d2115426dd10724fe (patch)
tree98c78e221c47ed78cbc4049d401d8a7779f0ca66
parent6753124427c166986d9074a2ab10c306eadf8cb8 (diff)
downloadaur-42defc71e51fe6d68064016d2115426dd10724fe.tar.gz
Updated to 0.50.2
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 562bd29e09df..69c9b10b46b7 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trilium-bin
pkgdesc = A hierarchical note taking application built on modern technologies.
- pkgver = 0.50.1
+ pkgver = 0.50.2
pkgrel = 1
url = https://github.com/zadam/trilium
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = trilium-bin
depends = libxss
depends = nss
depends = gtk3
- source = https://github.com/zadam/trilium/releases/download/v0.50.1/trilium-linux-x64-0.50.1.tar.xz
- sha512sums = 0d7c03fa443f0664aada0ea1dc76a8464ba7a0cf9505057a2986594ae794d3737cd588de6e7161428c0f7ee8536a5736eda32ba6eb22e85683b11534e9dfc354
+ source = https://github.com/zadam/trilium/releases/download/v0.50.2/trilium-linux-x64-0.50.2.tar.xz
+ sha512sums = fb3cd0df6bf3b9d2774d5af76acd0a01391d22885c42cac164d522564eef6aa0e490b7dfa8ec73b86523f75717b0be05241395f5c79c40881f7c3349a71691fa
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index e8c74c73b1d9..14f316c470b2 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce Kabat <brycekabat@onyxazryn.com>
pkgname="trilium-bin"
-pkgver=0.50.1
+pkgver=0.50.2
pkgrel=1
pkgdesc="A hierarchical note taking application built on modern technologies."
depends=('libxss' 'nss' 'gtk3')
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://github.com/zadam/trilium"
license=('AGPL3')
source=("https://github.com/zadam/trilium/releases/download/v$pkgver/trilium-linux-x64-$pkgver.tar.xz")
-sha512sums=('0d7c03fa443f0664aada0ea1dc76a8464ba7a0cf9505057a2986594ae794d3737cd588de6e7161428c0f7ee8536a5736eda32ba6eb22e85683b11534e9dfc354')
+sha512sums=('fb3cd0df6bf3b9d2774d5af76acd0a01391d22885c42cac164d522564eef6aa0e490b7dfa8ec73b86523f75717b0be05241395f5c79c40881f7c3349a71691fa')
package()
{