diff --git a/build.sh b/build.sh index 821cac3c4..d97e62b04 100755 --- a/build.sh +++ b/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; diff --git a/pkg/pacman/stable/PKGBUILD b/pkg/pacman/stable/PKGBUILD index ad4919ad1..d3305482f 100644 --- a/pkg/pacman/stable/PKGBUILD +++ b/pkg/pacman/stable/PKGBUILD @@ -3,7 +3,7 @@ packager='Natalia Portillo ' _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')