summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Svyatski2022-12-21 14:33:06 +0300
committerVladimir Svyatski2022-12-21 14:38:02 +0300
commit403d356a6cf462f6043d06060c5003346426e045 (patch)
treedc0a632b4dcb5675e8b17d1c05687d30b0b0eedf
parentf65fbbce6a1e7c3f4f907556bcabf67f59b9eb4f (diff)
downloadaur-403d356a6cf462f6043d06060c5003346426e045.tar.gz
Updating to 9.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
-rw-r--r--changelog.txt24
3 files changed, 15 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9ce03654fde..f6953dc97c95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peazip-qt-bin
pkgdesc = PeaZip file manager and archiver (Qt5)
- pkgver = 8.9.0
+ pkgver = 9.0.0
pkgrel = 1
url = https://peazip.github.io
changelog = changelog.txt
@@ -18,7 +18,7 @@ pkgbase = peazip-qt-bin
conflicts = peazip-qt5
conflicts = peazip-qt5-bin
options = !emptydirs
- source = https://github.com/peazip/PeaZip/releases/download/8.9.0/peazip-8.9.0.LINUX.Qt5-1.x86_64.rpm
- sha256sums = 2d80aee0732140e47edc264a8321169fb394fbfeedfa809bcb8e465535b2caa5
+ source = https://github.com/peazip/PeaZip/releases/download/9.0.0/peazip-9.0.0.LINUX.Qt5-1.x86_64.rpm
+ sha256sums = f3f8db6c8bd1a3fa84a73c5ce9eb2c3c191e87306ddb6edab17816282d24471e
pkgname = peazip-qt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 52726d6616fa..7f3ebd68345d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Jamesjon <universales@protonmail.com>
pkgname=peazip-qt-bin
-pkgver=8.9.0
+pkgver=9.0.0
pkgrel=1
pkgdesc='PeaZip file manager and archiver (Qt5)'
arch=('x86_64')
@@ -24,7 +24,7 @@ optdepends=('p7zip: Command-line file archiver with high compression ratio'
provides=('peazip')
conflicts=('peazip-gtk2-bin' 'peazip-qt5' 'peazip-qt5-bin')
source=("https://github.com/peazip/PeaZip/releases/download/${pkgver}/peazip-${pkgver}.LINUX.Qt5-1.${CARCH}.rpm")
-sha256sums=('2d80aee0732140e47edc264a8321169fb394fbfeedfa809bcb8e465535b2caa5')
+sha256sums=('f3f8db6c8bd1a3fa84a73c5ce9eb2c3c191e87306ddb6edab17816282d24471e')
changelog=changelog.txt
prepare() {
@@ -45,7 +45,6 @@ prepare() {
rm "${sharedPeaZip}/batch/"*.bat
rm -r "${sharedPeaZip}/batch/SendTo"
rm -r "${sharedPeaZip}/batch/Windows 11 mini context menu"
- rm -r "${sharedPeaZip}/lang-wincontext"
rm "${sharedPeaZip}/readme/readme_Windows.txt"
# macOS related stuff
rm -r "${sharedPeaZip}/batch/macOS service menus"
diff --git a/changelog.txt b/changelog.txt
index d8a5a5cd0269..c6c25810c8d3 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,13 @@
+* Wed Dec 21 2022 Vladimir Svyatski <vsvyatski@yandex.ru> - 9.0.0-1
+ PeaZip 9.0.0 completes the GUI evolution of 8.x line, both with look&feel updates and
+ with under the hood improvements, making the application easier to customize and adapt
+ to different needs and environments.
+ Plug-ins are now simpler to install, support for PAQ and ZPAQ formats is improved,
+ more options are available for 7z/p7zip backend, and the application can now extract
+ compressed TAR archives in a single step.
+ A total of 230 file extensions can now be opened as archives by PeaZip, with the
+ addition of .pmdx, .pmvx, .tmdx, and .prdx SoftMaker Office files.
+
* Tue Oct 18 2022 Vladimir Svyatski <vsvyatski@yandex.ru> - 8.9.0-1
PeaZip 8.9.0 release completes the progress towards the upcoming 9.x line, with many
updates both for the UI and under the hood.
@@ -30,17 +40,3 @@
from command line and scripts, and to set immediate execution for custom compression
presets.
Updated backends: Pea 1.07, and (Linux) Zstd 1.5.2.
-
-* Sat Feb 26 2022 Vladimir Svyatski <vsvyatski@yandex.ru> - 8.5.0-1
- PeaZip 8.5.0 release improves the packages for macOS platform, with macOS-style keyboard
- shortcuts, integration with macOS context menu, full support to "move to trash" deletion
- (both from file manager, and after compression/extraction operations), and support for
- Brotli, Zpaq, and Zstandard backends. macOS system integration is fully scriptable through
- Automator .workflow scripts, see sample service menus in (peazip)/res/share/batch folder.
- File manager was improved, and now allows more alternative styles (large list and large
- details) on Linux.
- It is now possible to optionally integrate PeaZip in Windows 11 mini-context menu from
- .reg scripts in (peazip)/res/share/batch folder.
- This release improves scripting, usage of layouts (files defining advanced inclusion and
- exclusion filters, and optionally input list), and updates compression settings.
- Updated backends: 7z 21.07, Pea 1.06, and Zstd 1.5.2.