mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Use raw.githubusercontent.com
This commit is contained in:
parent
bbda0c3765
commit
970c2e4a23
1 changed files with 3 additions and 3 deletions
6
PKGBUILD
6
PKGBUILD
|
|
@ -11,9 +11,9 @@ depends=(freetype2 fontconfig)
|
|||
makedepends=()
|
||||
provides=(figma-agent-linux)
|
||||
conflicts=(figma-agent-linux)
|
||||
source=("https://github.com/neetly/figma-agent-linux/raw/$pkgver/LICENSE"
|
||||
"https://github.com/neetly/figma-agent-linux/raw/$pkgver/figma-agent.service"
|
||||
"https://github.com/neetly/figma-agent-linux/raw/$pkgver/figma-agent.socket")
|
||||
source=("https://raw.githubusercontent.com/neetly/figma-agent-linux/$pkgver/LICENSE"
|
||||
"https://raw.githubusercontent.com/neetly/figma-agent-linux/$pkgver/figma-agent.service"
|
||||
"https://raw.githubusercontent.com/neetly/figma-agent-linux/$pkgver/figma-agent.socket")
|
||||
source_x86_64=("https://github.com/neetly/figma-agent-linux/releases/download/$pkgver/figma-agent-x86_64-unknown-linux-gnu")
|
||||
source_aarch64=("https://github.com/neetly/figma-agent-linux/releases/download/$pkgver/figma-agent-aarch64-unknown-linux-gnu")
|
||||
sha256sums=('a70a5ae5187682046f073f7c6a0387970f1422f211bfab1571c498f91dd72636'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue