mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24: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
|
if [[ ${OS_NAME} == Linux ]]; then
|
||||||
OS_RELEASE=`pcregrep -o1 -e "^ID=(?<distro_id>\w+)" /etc/os-release`
|
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
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ pkgdesc='Disc image management and creation tool for disks, tapes, optical and s
|
|||||||
arch=('x86_64' 'armv7h' 'aarch64')
|
arch=('x86_64' 'armv7h' 'aarch64')
|
||||||
url='http://www.aaru.app'
|
url='http://www.aaru.app'
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
source=('aaru-src-5.4.tar.xz::local://aaru-src-5.4.tar.xz'
|
source=('aaru-src-5.4.1.tar.xz::local://aaru-src-5.4.1.tar.xz'
|
||||||
'aaru-src-5.4.tar.xz.asc::local://aaru-src-5.4.tar.xz.asc')
|
'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')
|
makedepends=('dotnet-sdk-8.0-bin>=8.0')
|
||||||
options=('staticlibs')
|
options=('staticlibs')
|
||||||
validpgpkeys=('236F1E21B540FC0D40F7AD1751D20488C724CA9F')
|
validpgpkeys=('236F1E21B540FC0D40F7AD1751D20488C724CA9F')
|
||||||
|
|||||||
Reference in New Issue
Block a user