mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 11:14:25 +00:00
Build arch package also on CachyOS.
This commit is contained in:
2
build.sh
2
build.sh
@@ -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
|
||||
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user