summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Svyatski2023-03-11 13:46:41 +0300
committerVladimir Svyatski2023-03-11 13:46:41 +0300
commitd8c91bdf4d15ec4fffc168245567a4ecce197596 (patch)
tree37592e38a53f7597ac3b635235bf71dddb4fe934
parentdc0185850bdf948001cb67ae968d52ad42fea20d (diff)
downloadaur-d8c91bdf4d15ec4fffc168245567a4ecce197596.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 5aec64242ad4..da0690dd50c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peazip-gtk2-bin
pkgdesc = PeaZip file manager and archiver (GTK 2)
- pkgver = 9.0.0
+ pkgver = 9.1.0
pkgrel = 1
url = https://peazip.github.io
changelog = changelog.txt
@@ -18,7 +18,7 @@ pkgbase = peazip-gtk2-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.GTK2-1.x86_64.rpm
- sha256sums = 0d60524351e9f09e5291afc2ab568110a59a751140da675aacd8315e93a77419
+ source = https://github.com/peazip/PeaZip/releases/download/9.1.0/peazip-9.1.0.LINUX.GTK2-1.x86_64.rpm
+ sha256sums = 050b8eb18c244d6c7d991f0bb25692a43f485cbf60f08d9968de1321920d40aa
pkgname = peazip-gtk2-bin
diff --git a/PKGBUILD b/PKGBUILD
index 561fe55c722b..bbfc6fc23a98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: TuxSpirit <tuxspirit@archlinux.fr>
pkgname=peazip-gtk2-bin
-pkgver=9.0.0
+pkgver=9.1.0
pkgrel=1
pkgdesc='PeaZip file manager and archiver (GTK 2)'
arch=('x86_64')
@@ -24,7 +24,7 @@ optdepends=('p7zip: Command-line file archiver with high compression ratio'
provides=('peazip')
conflicts=('peazip-qt-bin' 'peazip-qt5' 'peazip-qt5-bin')
source=("https://github.com/peazip/PeaZip/releases/download/${pkgver}/peazip-${pkgver}.LINUX.GTK2-1.${CARCH}.rpm")
-sha256sums=('0d60524351e9f09e5291afc2ab568110a59a751140da675aacd8315e93a77419')
+sha256sums=('050b8eb18c244d6c7d991f0bb25692a43f485cbf60f08d9968de1321920d40aa')
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.