From 5c70b325f0f8a5f1605c1156d9c96322183f87f7 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 1 Oct 2021 00:55:29 +0100 Subject: [PATCH] Update package build scripts. --- build.sh | 2 +- pkg/pacman/stable/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')