mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
0.2.4
This commit is contained in:
parent
6a7dfe30fd
commit
351fe15dfd
3 changed files with 6 additions and 5 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.2.3
|
||||
pkgver = 0.2.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/neetly/figma-agent-linux
|
||||
install = figma-agent.install
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = figma-agent-linux
|
|||
makedepends = clang
|
||||
depends = freetype2
|
||||
depends = fontconfig
|
||||
source = figma-agent-linux::git+https://github.com/neetly/figma-agent-linux.git#tag=0.2.3
|
||||
source = figma-agent-linux::git+https://github.com/neetly/figma-agent-linux.git#tag=0.2.4
|
||||
cksums = SKIP
|
||||
|
||||
pkgname = figma-agent-linux
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Hikari Hayashi <rev.hikari@gmail.com>
|
||||
|
||||
pkgname=figma-agent-linux
|
||||
pkgver=0.2.3
|
||||
pkgver=0.2.4
|
||||
pkgrel=1
|
||||
pkgdesc="Figma Agent for Linux (a.k.a. Font Helper)"
|
||||
url="https://github.com/neetly/figma-agent-linux"
|
||||
|
|
@ -28,4 +28,5 @@ package() {
|
|||
install -Dm755 "./target/$CARCH-unknown-linux-gnu/release/figma-agent" "$pkgdir/usr/bin/figma-agent"
|
||||
install -Dm644 "./LICENSE" "$pkgdir/usr/share/licenses/figma-agent/LICENSE"
|
||||
install -Dm644 "./figma-agent.service" "$pkgdir/usr/lib/systemd/user/figma-agent.service"
|
||||
install -Dm644 "./figma-agent.socket" "$pkgdir/usr/lib/systemd/user/figma-agent.socket"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
post_install() {
|
||||
echo "Please run this command manually to enable the service:"
|
||||
echo "$ systemctl --user enable --now figma-agent.service"
|
||||
echo "Please run this command manually to enable the socket:"
|
||||
echo "$ systemctl --user enable --now figma-agent.socket"
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue