mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Update package build scripts.
This commit is contained in:
2
build.sh
2
build.sh
@@ -53,7 +53,7 @@ if [[ ${OS_NAME} == Linux ]]; then
|
||||
|
||||
fi
|
||||
|
||||
mv pkg/pacman/stable/*.pkg.tar.xz build/
|
||||
mv pkg/pacman/stable/*.pkg.tar.zst build/
|
||||
|
||||
cd build
|
||||
for i in *.deb *.rpm *.zip *.tar.gz;
|
||||
|
||||
@@ -3,7 +3,7 @@ packager='Natalia Portillo <claunia@claunia.com>'
|
||||
_netcoretarget='netcoreapp3.1'
|
||||
_aarubase='Aaru'
|
||||
pkgname='aaru'
|
||||
pkgver=5.2.0.3330
|
||||
pkgver=5.3.0
|
||||
pkgrel=1
|
||||
pkgdesc='Disc image management and creation tool for disks, tapes, optical and solid state media'
|
||||
arch=('x86_64' 'armv7h' 'aarch64')
|
||||
|
||||
Reference in New Issue
Block a user