summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Svyatski2022-10-18 22:06:36 +0300
committerVladimir Svyatski2022-10-18 22:06:36 +0300
commitf65fbbce6a1e7c3f4f907556bcabf67f59b9eb4f (patch)
tree2bbe6ad788f8f8b8a93722a83baeb8fc2c620d60
parent220667da435a57da486248c923284325fee0d670 (diff)
downloadaur-f65fbbce6a1e7c3f4f907556bcabf67f59b9eb4f.tar.gz
Updating to 8.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.txt28
3 files changed, 16 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00fea6acd613..f9ce03654fde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peazip-qt-bin
pkgdesc = PeaZip file manager and archiver (Qt5)
- pkgver = 8.8.0
+ pkgver = 8.9.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.8.0/peazip-8.8.0.LINUX.Qt5-1.x86_64.rpm
- sha256sums = 81974b15b469f574c9a9bb194a968d96e3a7d819d64a980a914ea823dd13f28c
+ source = https://github.com/peazip/PeaZip/releases/download/8.9.0/peazip-8.9.0.LINUX.Qt5-1.x86_64.rpm
+ sha256sums = 2d80aee0732140e47edc264a8321169fb394fbfeedfa809bcb8e465535b2caa5
pkgname = peazip-qt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 090244efc808..52726d6616fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Jamesjon <universales@protonmail.com>
pkgname=peazip-qt-bin
-pkgver=8.8.0
+pkgver=8.9.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=('81974b15b469f574c9a9bb194a968d96e3a7d819d64a980a914ea823dd13f28c')
+sha256sums=('2d80aee0732140e47edc264a8321169fb394fbfeedfa809bcb8e465535b2caa5')
changelog=changelog.txt
prepare() {
diff --git a/changelog.txt b/changelog.txt
index 35041d93dfb7..d8a5a5cd0269 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,14 @@
+* 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.
+ Amongst the many improvements, a progress bar is now visible when opening archives,
+ and theming engine was updated to make the application easier to integrate with
+ different desktop environments.
+ The archive creation / extraction menu was revamped to make easier to add bookmarked
+ or previously visited files and folders, and a new "Add to separate archives" entry
+ is available in app's context menu.
+ Updated backends: Pea 1.10.
+
* Mon Sep 26 2022 Vladimir Svyatski <vsvyatski@yandex.ru> - 8.8.0-1
PeaZip 8.8.0 release completes the evolution of the GUI started in previous releases,
providing more customization options to better integrate the application in different
@@ -33,20 +44,3 @@
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.
-
-* Thu Dec 16 2021 Vladimir Svyatski <vsvyatski@yandex.ru> - 8.4.0-1
- PeaZip 8.4.0 is the first release providing experimental native packages for Darwin/macOS
- platform, built for aarch64 M1 Apple Silicon SoC, and Intel x86_64.
- This release brings fixes, improvements in management of temporary files, option to stop
- test batches only if errors are detected, and new language selection control.
- A new alternative benchmark is available, based on integer and floating point arithmetic,
- testing single core and multi core performances.
- PeaZip now comes with updated backends: Pea 1.05, and 7z 21.06, which are now employed on
- all platforms.
- On Linux, 7z backend replaces p7zip, which is still fully supported as alternative.
- New peazip-x.y.z.pack package is meant to help developers to create packages of PeaZip
- for various package management systems (e.g. DEB, RPM), containing packages' directories
- from last build.
- It does not replaces or duplicates the function of sources package peazip-x.y.z.src, as
- it is simply meant to help packaging the application for a specific distribution system,
- rather than compiling and building the binaries of the application.