summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleutzinger2024-05-30 12:45:26 -0400
committerkleutzinger2024-05-30 12:45:26 -0400
commit24d1d8a4cc7b7f1ea895ac5f2296b6d505c3e84e (patch)
treefd53d271e0bdb75333a42e43174b586c1069c865
parent1a24944e61a0b7605ca52e9583eb4f2eb955d2d3 (diff)
downloadaur-trilium-bin.tar.gz
bump to 0.63.7
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d23011396e25..3e71097bc42a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trilium-bin
pkgdesc = A hierarchical note taking application built on modern technologies.
- pkgver = 0.63.6
+ pkgver = 0.63.7
pkgrel = 1
url = https://github.com/zadam/trilium
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = trilium-bin
depends = nss
depends = gtk3
depends = alsa-lib
- source = https://github.com/zadam/trilium/releases/download/v0.63.6/trilium-linux-x64-0.63.6.tar.xz
- sha512sums = b623dc349a27bde4d7bf701ecb08e59b46da26ec05e7256cd54950c267bd67a57866c1093404efb079f5ecdb91150753499224189f058e54f40695c430060458
+ source = https://github.com/zadam/trilium/releases/download/v0.63.7/trilium-linux-x64-0.63.7.tar.xz
+ sha512sums = ce54fcc6c19a7395d2de9b6c366ae5ffd9a6481f23cbe4a6fd09f5ac5fb398bf64a2e8c61f73ab155fe0a907a885f4040cc73ba37876737ea66f400ffbe717eb
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0abcbf61a33a..df415be0e3e9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bryce Kabat <brycekabat@onyxazryn.com>
# Maintainer: Kevin Leutzinger <thedookmaster@gmail.com>
pkgname="trilium-bin"
-pkgver=0.63.6
+pkgver=0.63.7
pkgrel=1
pkgdesc="A hierarchical note taking application built on modern technologies."
depends=('libxss' 'nss' 'gtk3' 'alsa-lib')
@@ -9,7 +9,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=('b623dc349a27bde4d7bf701ecb08e59b46da26ec05e7256cd54950c267bd67a57866c1093404efb079f5ecdb91150753499224189f058e54f40695c430060458')
+sha512sums=('ce54fcc6c19a7395d2de9b6c366ae5ffd9a6481f23cbe4a6fd09f5ac5fb398bf64a2e8c61f73ab155fe0a907a885f4040cc73ba37876737ea66f400ffbe717eb')
package()
{