Automated Update

This commit is contained in:
aloisianer 2025-11-23 13:00:12 +00:00
parent 487b01e481
commit a66a9a9f39
2 changed files with 10 additions and 5 deletions

View file

@ -1,12 +1,14 @@
pkgbase = tensamin-git
pkgdesc = True E2EE, decentralized messages. Open source and privacy first.
pkgver = 89465d
pkgver = 87aa89
pkgrel = 1
url = https://tensamin.net
arch = x86_64
license = custom
makedepends = git
makedepends = npm
makedepends = dpkg
makedepends = fakeroot
depends = gtk3
depends = nss
depends = libxss

View file

@ -1,13 +1,14 @@
# Maintainer: Alois <aloisianer@proton.me>
pkgname=tensamin-git
pkgver=89465d
_pkgname=tensamin
pkgver=87aa89
pkgrel=1
pkgdesc="True E2EE, decentralized messages. Open source and privacy first."
arch=('x86_64')
url="https://tensamin.net"
license=('custom')
depends=('gtk3' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'libappindicator-gtk3' 'libsecret')
makedepends=('git' 'npm')
makedepends=('git' 'npm' 'dpkg' 'fakeroot')
provides=('tensamin')
conflicts=('tensamin' 'tensamin-bin')
source=("git+https://github.com/Tensamin/Frontend.git")
@ -32,6 +33,8 @@ build() {
package() {
cd "$srcdir/Frontend/desktop/out"
zipfile=$(find "$PWD" -path '*zip/linux/x64/*.zip' -print -quit)
bsdtar -xf "$zipfile" -C "${pkgdir}"
debfile=$(find "$PWD" -path '*zip/linux/x64/*.deb' -print -quit)
ar x "${debfile}"
bsdtar -xf "$debfile" -C "${pkgdir}/opt/${_pkgname}"
tar --zstd -xf data.tar.zst -C "${pkgdir}"
}