summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-04-18 04:18:00 +0800
committerzxp198210052024-04-18 04:18:00 +0800
commitef548e29a6b5b7524bf99105028a6896c1a5dc4e (patch)
tree6e3e91864dc2d253a8e54f32192b8d92a576c3bc
parent98089932b5f8e42d1bb644978f33687d60bf27bb (diff)
downloadaur-ef548e29a6b5b7524bf99105028a6896c1a5dc4e.tar.gz
update to 0.9.6
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
-rw-r--r--tidgi-desktop.sh0
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81d725eccb7e..268ede152663 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tidgi-desktop-bin
pkgdesc = an privatcy-in-mind, automated, auto-git-backup, freely-deployed Tiddlywiki knowledge management Desktop note app, with local REST API.
- pkgver = 0.9.4
+ pkgver = 0.9.6
pkgrel = 1
url = https://tidgi.fun/
arch = aarch64
@@ -14,14 +14,14 @@ pkgbase = tidgi-desktop-bin
depends = nodejs
depends = nspr
depends = vulkan-icd-loader
- provides = tidgi-desktop=0.9.4
+ provides = tidgi-desktop=0.9.6
conflicts = tidgi-desktop
conflicts = tidgi
options = !strip
options = !emptydirs
- source_aarch64 = tidgi-desktop-0.9.4-aarch64.deb::https://github.com/tiddly-gittly/TidGi-Desktop/releases/download/v0.9.4/tidgi_0.9.4_arm64.deb
- sha256sums_aarch64 = 20b793f9a63f4f5bd893858eada15c35fe8cfce2076b15f65fea583c21e816e0
- source_x86_64 = tidgi-desktop-0.9.4-x86_64.deb::https://github.com/tiddly-gittly/TidGi-Desktop/releases/download/v0.9.4/tidgi_0.9.4_amd64.deb
- sha256sums_x86_64 = 4c0d225cf1013e2841fac93eafbea898bef5f65046e783c80ba0fb06e4b0797a
+ source_aarch64 = tidgi-desktop-0.9.6-aarch64.deb::https://github.com/tiddly-gittly/TidGi-Desktop/releases/download/v0.9.6/tidgi_0.9.6_arm64.deb
+ sha256sums_aarch64 = d818f74cb52787290480b7a5fc0567d889219028305a7aa4405c964f2f4250e0
+ source_x86_64 = tidgi-desktop-0.9.6-x86_64.deb::https://github.com/tiddly-gittly/TidGi-Desktop/releases/download/v0.9.6/tidgi_0.9.6_amd64.deb
+ sha256sums_x86_64 = 25f8d1ad103a1b1e0526a9c47188dbac2fd6885da6d96288630d798d70a6a250
pkgname = tidgi-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 81152bf2b292..40ff0249c89d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=tidgi
pkgname="${_pkgname}-desktop-bin"
_appname=TidGi
-pkgver=0.9.4
+pkgver=0.9.6
_electronversion=29
pkgrel=1
pkgdesc="an privatcy-in-mind, automated, auto-git-backup, freely-deployed Tiddlywiki knowledge management Desktop note app, with local REST API."
@@ -36,8 +36,8 @@ options=(
)
source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.deb::${_ghurl}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_arm64.deb")
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.deb::${_ghurl}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_amd64.deb")
-sha256sums_aarch64=('20b793f9a63f4f5bd893858eada15c35fe8cfce2076b15f65fea583c21e816e0')
-sha256sums_x86_64=('4c0d225cf1013e2841fac93eafbea898bef5f65046e783c80ba0fb06e4b0797a')
+sha256sums_aarch64=('d818f74cb52787290480b7a5fc0567d889219028305a7aa4405c964f2f4250e0')
+sha256sums_x86_64=('25f8d1ad103a1b1e0526a9c47188dbac2fd6885da6d96288630d798d70a6a250')
build() {
bsdtar -xf "${srcdir}/data."*
sed "s|${_pkgname} %U|${pkgname%-bin} --no-sandbox %U|g" -i "${srcdir}/usr/share/applications/${_pkgname}.desktop"
diff --git a/tidgi-desktop.sh b/tidgi-desktop.sh
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/tidgi-desktop.sh