mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
Automated Update
This commit is contained in:
parent
947b819dfa
commit
20cb77cdcd
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||||
|
|
|
||||||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue