Package Details: astral-bin 2.5.91-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: 1
Popularity: 0.102236
First Submitted: 2025-09-26 12:10 (UTC)
Last Updated: 2025-12-16 14:07 (UTC)

Latest Comments

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"