Automated Update

This commit is contained in:
aloisianer 2025-11-23 00:12:28 +00:00
parent 947b819dfa
commit 20cb77cdcd
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = tensamin-git pkgbase = tensamin-git
pkgdesc = True E2EE, decentralized messages. Open source and privacy first. pkgdesc = True E2EE, decentralized messages. Open source and privacy first.
pkgver = eec441 pkgver = 694974
pkgrel = 1 pkgrel = 1
url = https://tensamin.net url = https://tensamin.net
arch = x86_64 arch = x86_64

View file

@ -1,6 +1,6 @@
# Maintainer: Alois <aloisianer@proton.me> # Maintainer: Alois <aloisianer@proton.me>
pkgname=tensamin-git pkgname=tensamin-git
pkgver=eec441 pkgver=694974
pkgrel=1 pkgrel=1
pkgdesc="True E2EE, decentralized messages. Open source and privacy first." pkgdesc="True E2EE, decentralized messages. Open source and privacy first."
arch=('x86_64') arch=('x86_64')
@ -19,7 +19,7 @@ pkgver() {
} }
build() { build() {
sudo npm i -g bun command -v bun >/dev/null 2>&1 || sudo npm i -g bun
cd "$srcdir/Frontend" cd "$srcdir/Frontend"
bun install bun install