This commit is contained in:
Hikari Hayashi 2025-11-09 16:06:38 +08:00
parent 6fd83c745f
commit 62cea48d71
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pkgbase = figma-agent-linux
pkgdesc = Figma Agent for Linux (a.k.a. Font Helper)
pkgver = 0.4.2
pkgver = 0.4.3
pkgrel = 1
url = https://github.com/neetly/figma-agent-linux
install = figma-agent.install
@ -10,7 +10,7 @@ pkgbase = figma-agent-linux
makedepends = git
makedepends = rust
optdepends = fontconfig
source = figma-agent-linux::git+https://github.com/neetly/figma-agent-linux.git#tag=0.4.2
source = figma-agent-linux::git+https://github.com/neetly/figma-agent-linux.git#tag=0.4.3
cksums = SKIP
pkgname = figma-agent-linux

View file

@ -1,7 +1,7 @@
# Maintainer: Hikari Hayashi <rev.hikari@gmail.com>
pkgname=figma-agent-linux
pkgver=0.4.2
pkgver=0.4.3
pkgrel=1
pkgdesc="Figma Agent for Linux (a.k.a. Font Helper)"
url="https://github.com/neetly/figma-agent-linux"

View file

@ -1,5 +1,5 @@
post_install() {
echo "Please run this command manually to enable the socket:"
echo "Please run this command to start the service:"
echo "$ systemctl --user enable --now figma-agent.socket"
}