From 06405f4976e44afcae20b9681ae367454829551a Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 14 Aug 2025 11:34:45 +0100 Subject: [PATCH] Build arch package also on CachyOS. --- build.sh | 2 +- pkg/pacman/stable/PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 65708a408..6060c64d5 100755 --- a/build.sh +++ b/build.sh @@ -34,7 +34,7 @@ cd .. if [[ ${OS_NAME} == Linux ]]; then OS_RELEASE=`pcregrep -o1 -e "^ID=(?\w+)" /etc/os-release` - if [[ ${OS_RELEASE} != arch ]]; then + if [[ ${OS_RELEASE} != arch && ${OS_RELEASE} != cachyos ]]; then exit 0 fi diff --git a/pkg/pacman/stable/PKGBUILD b/pkg/pacman/stable/PKGBUILD index e225abd92..95b3e5dcb 100644 --- a/pkg/pacman/stable/PKGBUILD +++ b/pkg/pacman/stable/PKGBUILD @@ -9,8 +9,8 @@ pkgdesc='Disc image management and creation tool for disks, tapes, optical and s arch=('x86_64' 'armv7h' 'aarch64') url='http://www.aaru.app' license=('GPL') -source=('aaru-src-5.4.tar.xz::local://aaru-src-5.4.tar.xz' - 'aaru-src-5.4.tar.xz.asc::local://aaru-src-5.4.tar.xz.asc') +source=('aaru-src-5.4.1.tar.xz::local://aaru-src-5.4.1.tar.xz' + 'aaru-src-5.4.1.tar.xz.asc::local://aaru-src-5.4.1.tar.xz.asc') makedepends=('dotnet-sdk-8.0-bin>=8.0') options=('staticlibs') validpgpkeys=('236F1E21B540FC0D40F7AD1751D20488C724CA9F')