Package Details: astral-bin 2.8.0-1

Git Clone URL: https://aur.archlinux.org/astral-bin.git (read-only, click to copy)
Package Base: astral-bin
Description: Astral is a modern cross-platform web application built on EasyTier, designed to simplify the creation and management of P2P network connections and virtual private networks.
Upstream URL: https://Astral.fan
Keywords: astral easytier
Licenses: CC-BY-NC-ND 4.0
Submitter: laoyou2333
Maintainer: laoyou2333
Last Packager: laoyou2333
Votes: 2
Popularity: 0.95
First Submitted: 2025-09-26 12:10 (UTC)
Last Updated: 2026-05-03 15:08 (UTC)

Latest Comments

laoyou2333 commented on 2026-03-26 05:20 (UTC) (edited on 2026-03-26 05:20 (UTC) by laoyou2333)

@rong-xiaoli 下载链接在最开始是"v.x.y.z"格式, 后来应该是修复了,我已经随着新版本改回原来的格式了

rong-xiaoli commented on 2026-03-11 06:29 (UTC) (edited on 2026-03-11 06:32 (UTC) by rong-xiaoli)

GitHub中,Astral的版本号仍为vx.y.z而非v.x.y.z,这导致了本包构建时,下载源代码出错:

==> 错误: 无法下载 https://github.com/ldoubil/astral/releases/download/v.2.7.3/astral-linux-x64.tar.gz

非常感谢

laoyou2333 commented on 2026-03-01 14:44 (UTC)

@HanaTaka2137 已经随着新版本更新补上了 感谢补充

HanaTaka2137 commented on 2026-02-22 09:06 (UTC)

依赖中缺了 libayatana-appindicator, 希望补一下

Rinne commented on 2026-01-31 14:09 (UTC) (edited on 2026-01-31 14:09 (UTC) by Rinne)

From 7456cd9b2d2a518508e2c6b21b7f5b7942382f4b Mon Sep 17 00:00:00 2001
From: rinne <aur@rinne.in>
Date: Sat, 31 Jan 2026 22:08:24 +0800
Subject: [PATCH] Update V2.6.9999

---
 .SRCINFO | 6 +++---
 PKGBUILD | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 3db8e48..da90888 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = astral-bin
    pkgdesc = Astral is a modern cross-platform web application built on EasyTier, designed to simplify the creation and management of P2P network connections and virtual private networks.
-   pkgver = 2.6.9997
+   pkgver = 2.6.9999
    pkgrel = 1
    url = https://Astral.fan
    arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = astral-bin
    depends = glibc
    depends = polkit
    depends = bash
-   source = https://github.com/ldoubil/astral/releases/download/v2.6.9997/astral-linux-x64.tar.gz
+   source = https://github.com/ldoubil/astral/releases/download/v2.6.9999/astral-linux-x64.tar.gz
    source = https://github.com/ldoubil/astral/raw/refs/heads/main/assets/icon.ico
    source = Astral.desktop
-   sha256sums = 5a74ba2d1198686ea88b24d92edfbef7078e6c0583a08a4232874b9594cb6449
+   sha256sums = f975208afed49cbf14b8973307e4d229ed19cd6dfe51c6903d4ab9e3b18847ea
    sha256sums = d0e0314aa2aafc676ad7d3ddab38b173ed70cede661840d82756aaf85d3f36ca
    sha256sums = 41b3f3f0e5b6df838d8a670e4c64bd7fd4bb531147bb59f46a86d22e189d8c19

diff --git a/PKGBUILD b/PKGBUILD
index 4e27038..07bc49d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Laoyou2333 <laoyou2333 at confidesk dot com>
 pkgname=astral-bin
-pkgver=2.6.9997
+pkgver=2.6.9999
 pkgrel=1
 pkgdesc="Astral is a modern cross-platform web application built on EasyTier, designed to simplify the creation and management of P2P network connections and virtual private networks."
 arch=('x86_64')
@@ -10,7 +10,7 @@ provide=('astral')
 depends=('gcc-libs' 'glibc' 'polkit' 'bash')
 makedepends=('tar')
 source=("https://github.com/ldoubil/astral/releases/download/v${pkgver}/astral-linux-x64.tar.gz" "https://github.com/ldoubil/astral/raw/refs/heads/main/assets/icon.ico" "Astral.desktop")
-sha256sums=('5a74ba2d1198686ea88b24d92edfbef7078e6c0583a08a4232874b9594cb6449' 'd0e0314aa2aafc676ad7d3ddab38b173ed70cede661840d82756aaf85d3f36ca' '41b3f3f0e5b6df838d8a670e4c64bd7fd4bb531147bb59f46a86d22e189d8c19')
+sha256sums=('f975208afed49cbf14b8973307e4d229ed19cd6dfe51c6903d4ab9e3b18847ea' 'd0e0314aa2aafc676ad7d3ddab38b173ed70cede661840d82756aaf85d3f36ca' '41b3f3f0e5b6df838d8a670e4c64bd7fd4bb531147bb59f46a86d22e189d8c19')

 package() {
     mkdir -p ${pkgdir}/opt/astral
-- 
2.52.0

laoyou2333 commented on 2026-01-19 09:20 (UTC)

@Rinne Updated, Thanks!

Rinne commented on 2026-01-09 04:58 (UTC) (edited on 2026-01-09 05:01 (UTC) by Rinne)

From fae640a2341c08e332424ced490daeb1bf562bae Mon Sep 17 00:00:00 2001
From: rinne <aur@rinne.in>
Date: Fri, 9 Jan 2026 12:53:56 +0800
Subject: [PATCH] Update V2.6.9996

---
 .SRCINFO | 4 ++--
 PKGBUILD | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index bf3a012..69d3624 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = astral-bin
    pkgdesc = Astral is a modern cross-platform web application built on EasyTier, designed to simplify the creation and management of P2P network connections and virtual private networks.
-   pkgver = 2.5.91
+   pkgver = 2.6.9996
    pkgrel = 1
    url = https://Astral.fan
    arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = astral-bin
    depends = glibc
    depends = polkit
    depends = bash
-   source = https://github.com/ldoubil/astral/releases/download/v2.5.91/astral-linux-x64.tar.gz
+   source = https://github.com/ldoubil/astral/releases/download/v2.6.9996/astral-linux-x64.tar.gz
    source = https://github.com/ldoubil/astral/raw/refs/heads/main/assets/icon.ico
    source = Astral.desktop
    sha256sums = 5a74ba2d1198686ea88b24d92edfbef7078e6c0583a08a4232874b9594cb6449
diff --git a/PKGBUILD b/PKGBUILD
index 2427717..4ab90f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Laoyou2333 <laoyou2333 at confidesk dot com>
 pkgname=astral-bin
-pkgver=2.5.91
+pkgver=2.6.9996
 pkgrel=1
 pkgdesc="Astral is a modern cross-platform web application built on EasyTier, designed to simplify the creation and management of P2P network connections and virtual private networks."
 arch=('x86_64')
@@ -10,7 +10,7 @@ provide=('astral')
 depends=('gcc-libs' 'glibc' 'polkit' 'bash')
 makedepends=('tar')
 source=("https://github.com/ldoubil/astral/releases/download/v${pkgver}/astral-linux-x64.tar.gz" "https://github.com/ldoubil/astral/raw/refs/heads/main/assets/icon.ico" "Astral.desktop")
-sha256sums=('5a74ba2d1198686ea88b24d92edfbef7078e6c0583a08a4232874b9594cb6449' 'd0e0314aa2aafc676ad7d3ddab38b173ed70cede661840d82756aaf85d3f36ca' '41b3f3f0e5b6df838d8a670e4c64bd7fd4bb531147bb59f46a86d22e189d8c19')
+sha256sums=('898e32d6ef85401dfdfa8a64e87a3ceb7fa1d04b4e7fe002e8de43cbf6aee0d5' 'd0e0314aa2aafc676ad7d3ddab38b173ed70cede661840d82756aaf85d3f36ca' '41b3f3f0e5b6df838d8a670e4c64bd7fd4bb531147bb59f46a86d22e189d8c19')

 package() {
     mkdir -p ${pkgdir}/opt/astral
-- 
2.52.0

laoyou2333 commented on 2025-12-16 14:12 (UTC)

@SCGM 已经在最新更新修复了

SCGM commented on 2025-10-27 11:20 (UTC)

应该把

ln -s "${pkgdir}/opt/astral/astral" "${pkgdir}/usr/bin/astral"

改成

ln -s "/opt/astral/astral" "${pkgdir}/usr/bin/astral"