summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Svyatski2023-03-11 13:39:44 +0300
committerVladimir Svyatski2023-03-11 13:39:44 +0300
commit8ebbdec1215355ec1e67f6747bf405ea7d198ddd (patch)
tree908fc2a47cb6729af52ef00c23c7fdff108d8666
parent403d356a6cf462f6043d06060c5003346426e045 (diff)
downloadaur-8ebbdec1215355ec1e67f6747bf405ea7d198ddd.tar.gz
Updating to 9.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.txt15
3 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6953dc97c95..9c090ce7e81e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peazip-qt-bin
pkgdesc = PeaZip file manager and archiver (Qt5)
- pkgver = 9.0.0
+ pkgver = 9.1.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/9.0.0/peazip-9.0.0.LINUX.Qt5-1.x86_64.rpm
- sha256sums = f3f8db6c8bd1a3fa84a73c5ce9eb2c3c191e87306ddb6edab17816282d24471e
+ source = https://github.com/peazip/PeaZip/releases/download/9.1.0/peazip-9.1.0.LINUX.Qt5-1.x86_64.rpm
+ sha256sums = f2abd125f3f50c2f99e007f59940a2a17cd5a26f2b7b064a2dc579d58e92e880
pkgname = peazip-qt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7f3ebd68345d..ac8b81fd0741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Jamesjon <universales@protonmail.com>
pkgname=peazip-qt-bin
-pkgver=9.0.0
+pkgver=9.1.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=('f3f8db6c8bd1a3fa84a73c5ce9eb2c3c191e87306ddb6edab17816282d24471e')
+sha256sums=('f2abd125f3f50c2f99e007f59940a2a17cd5a26f2b7b064a2dc579d58e92e880')
changelog=changelog.txt
prepare() {
diff --git a/changelog.txt b/changelog.txt
index c6c25810c8d3..f0d8c0da8119 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,11 @@
+* Sat Mar 11 2023 Vladimir Svyatski <vsvyatski@yandex.ru> - 9.1.0-1
+ PeaZip 9.1.0 brings a major restyle in application's look & feel and themes, and many
+ usability improvements for the file manager, and archiving/extraction screens.
+ The scripting engine was refined, with the ability to adapt the syntax for a specific
+ 7z version at runtime, and to export archive conversion tasks as scripts.
+ Support for TAR, Brotli, and Zstandard formats was improved.
+ A new PeaZip Portable package for BSD systems on x86_64 architecture is now available.
+
* 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
@@ -33,10 +41,3 @@
improved file manager, and refreshed themes.
Sources package was re-organized for better usability.
Updated backends: Pea 1.08, and 7z 22.00.
-
-* Mon Jun 20 2022 Vladimir Svyatski <vsvyatski@yandex.ru> - 8.6.0-1
- PeaZip 8.6.0 release comes with new themes and improved, easier to customize UI layout.
- It is now possible to use custom compression presets (either built-in or user defined)
- 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.