mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
0.4.3
This commit is contained in:
parent
6fd83c745f
commit
62cea48d71
3 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue