summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Kabat2022-07-02 13:39:53 -0500
committerBryce Kabat2022-07-02 13:39:53 -0500
commite159bf09fd130343adc205ddcabf4253ea5bd0cb (patch)
tree1c755ffdba15827efd84469f9b99f3246ed4edc7
parent48736f5ddc741218c8cf6457b453c8b418ec0e4a (diff)
downloadaur-e159bf09fd130343adc205ddcabf4253ea5bd0cb.tar.gz
Updated to 0.52.4
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
-rw-r--r--script.sh1
3 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44321588efe7..0d6bf9eb7445 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trilium-bin
pkgdesc = A hierarchical note taking application built on modern technologies.
- pkgver = 0.52.3
+ pkgver = 0.52.4
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.52.3/trilium-linux-x64-0.52.3.tar.xz
- sha512sums = 4deaea496e858863ccd3284114c484b449911ee97769dc574880593c3246a4dd2a78a7f04e589096030a81d38899fdd7b08e6d7ae0fc09a6f3f61ced351788e1
+ source = https://github.com/zadam/trilium/releases/download/v0.52.4/trilium-linux-x64-0.52.4.tar.xz
+ sha512sums = fd7481aefe8ac41d3db9ee2aad373bf1dd083774c672598a6e521f0e559319e4ec79bcef3ba9f14f9c32fdf8bd0090cc20981acec87ca586c89c4bb32b123c3b
pkgname = trilium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9c2251598dd9..58ba6c94c573 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryce Kabat <brycekabat@onyxazryn.com>
pkgname="trilium-bin"
-pkgver=0.52.3
+pkgver=0.52.4
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=('4deaea496e858863ccd3284114c484b449911ee97769dc574880593c3246a4dd2a78a7f04e589096030a81d38899fdd7b08e6d7ae0fc09a6f3f61ced351788e1')
+sha512sums=('fd7481aefe8ac41d3db9ee2aad373bf1dd083774c672598a6e521f0e559319e4ec79bcef3ba9f14f9c32fdf8bd0090cc20981acec87ca586c89c4bb32b123c3b')
package()
{
diff --git a/script.sh b/script.sh
index 6d20ff6237cd..1cf35f56e32a 100644
--- a/script.sh
+++ b/script.sh
@@ -9,4 +9,3 @@ rm -rf trilium-* pkg/ src/
git add .
git commit
git push
-