summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChugunov Roman2023-11-17 23:54:24 +0000
committerChugunov Roman2023-11-17 23:54:24 +0000
commit1c69022a4da3461008051f461ca5552b72a7ab5c (patch)
tree966ae02cf610568babc701c5c092d34df595b316
parent5baa5ee848a4af9e45b2eaeb9553755faade1520 (diff)
downloadaur-1c69022a4da3461008051f461ca5552b72a7ab5c.tar.gz
"Publish release v0.11.1"
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5de6194d80a1..4d0b77a5eedd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = figma-linux-bin
pkgver = 0.11.1
- pkgrel = 1
+ pkgrel = 2
pkgdesc = The collaborative interface design tool. Unofficial Figma desktop client for Linux
url = https://github.com/Figma-Linux/figma-linux
arch = x86_64
@@ -40,5 +40,7 @@ pkgbase = figma-linux-bin
conflicts = figma-linux
conflicts = figma-linux-git
source_x86_64 = https://github.com/Figma-Linux/figma-linux/releases/download/v0.11.1/figma-linux_0.11.1_linux_amd64.zip
- sha256sums_x86_64 = 4cf109ffc02abf0f18990370bb85820cf44f5b3ad9c98cdcf3ca361491fa5096
+ sha256sums_x86_64 = 8cefec23f2b151529d63515f546ce1f349a24221ede09bbf9e0ebfad4f1cbeb3
+ source_aarch64 = https://github.com/Figma-Linux/figma-linux/releases/download/v0.11.1/figma-linux_0.11.1_linux_arm64.zip
+ sha256sums_aarch64 = 26f6bb3b9b9b51e5d247eea716e8a3ddf1b375f833a64a6a0d81140a7217cf00
pkgname = figma-linux-bin \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 40bb89bfa8b4..802587c873a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgname="figma-linux"
pkgname="${_pkgname}-bin"
pkgver="0.11.1"
-pkgrel="1"
+pkgrel="2"
pkgdesc="The collaborative interface design tool. Unofficial Figma desktop client for Linux"
url="https://github.com/Figma-Linux/figma-linux"
arch=("x86_64" "aarch64")
@@ -38,7 +38,9 @@ sha256sums=("86f34a8d9ddfdcfad5cc5e170a729cee7bca61102fbe0b10746b7f83b19d45bc"
"73edf53d70de1cfe0d4361c44efe9f55930649a55b40180c7cc5fa4ec70f39a5")
conflicts=("figma-linux" "figma-linux-git")
source_x86_64=("https://github.com/Figma-Linux/figma-linux/releases/download/v0.11.1/figma-linux_0.11.1_linux_amd64.zip")
-sha256sums_x86_64=("4cf109ffc02abf0f18990370bb85820cf44f5b3ad9c98cdcf3ca361491fa5096")
+sha256sums_x86_64=("8cefec23f2b151529d63515f546ce1f349a24221ede09bbf9e0ebfad4f1cbeb3")
+source_aarch64=("https://github.com/Figma-Linux/figma-linux/releases/download/v0.11.1/figma-linux_0.11.1_linux_arm64.zip")
+sha256sums_aarch64=("26f6bb3b9b9b51e5d247eea716e8a3ddf1b375f833a64a6a0d81140a7217cf00")
package() {