Skip to content

Commit

Permalink
Update package build scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
claunia committed Sep 30, 2021
1 parent 0618d08 commit 5c70b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkg/pacman/stable/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 5c70b32

Please sign in to comment.