Build arch package also on CachyOS.

This commit is contained in:
2025-08-14 11:34:45 +01:00
parent 735d11994c
commit 06405f4976
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ cd ..
if [[ ${OS_NAME} == Linux ]]; then
OS_RELEASE=`pcregrep -o1 -e "^ID=(?<distro_id>\w+)" /etc/os-release`
if [[ ${OS_RELEASE} != arch ]]; then
if [[ ${OS_RELEASE} != arch && ${OS_RELEASE} != cachyos ]]; then
exit 0
fi

View File

@@ -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')