summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Svyatski2022-06-26 14:30:34 +0300
committerVladimir Svyatski2022-06-26 14:31:11 +0300
commitf1a5e5d3140d0ad12cf43a402bc79640f5be876f (patch)
tree9b0d85808212c51145405d22bfe35f6a0ebf0e85
parent273476f8b863837b0ea6b91198092681ee0073f0 (diff)
downloadaur-f1a5e5d3140d0ad12cf43a402bc79640f5be876f.tar.gz
Updating to 8.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.txt27
3 files changed, 11 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58cc4e580c38..646177dcb980 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peazip-gtk2-bin
pkgdesc = PeaZip file manager and archiver (GTK 2)
- pkgver = 8.6.0
+ pkgver = 8.7.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/8.6.0/peazip-8.6.0.LINUX.GTK2-1.x86_64.rpm
- sha256sums = ce38570bff392bfb269757bac729e9636e8cd8ffa9abb0830594d14c43ee78c0
+ source = https://github.com/peazip/PeaZip/releases/download/8.7.0/peazip-8.7.0.LINUX.GTK2-1.x86_64.rpm
+ sha256sums = 74e60201df63f98782793350e887bc408022ff3e0376a0b6a469dca88b1b244e
pkgname = peazip-gtk2-bin
diff --git a/PKGBUILD b/PKGBUILD
index bad2dd0e0d94..de0e71882e6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: TuxSpirit <tuxspirit@archlinux.fr>
pkgname=peazip-gtk2-bin
-pkgver=8.6.0
+pkgver=8.7.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=('ce38570bff392bfb269757bac729e9636e8cd8ffa9abb0830594d14c43ee78c0')
+sha256sums=('74e60201df63f98782793350e887bc408022ff3e0376a0b6a469dca88b1b244e')
changelog=changelog.txt
prepare() {
diff --git a/changelog.txt b/changelog.txt
index 6dfbe4c3906a..dd50f1884359 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,9 @@
+* Sun Jun 26 2022 Vladimir Svyatski <vsvyatski@yandex.ru> - 8.7.0-1
+ PeaZip 8.7.0 release comes with a simpler to use interface with re-organized options,
+ 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)
@@ -54,24 +60,3 @@
hierarchy structure, separating architecture-dependent binary resources from other
types of resources, packaged with the application.
Full list of changes and fixes is available at https://peazip.github.io/changelog.html
-
-* Tue Sep 14 2021 Edoardo Brogiolo <edoardo@brogiolo.eu> - 8.2.0-3
- PeaZip 8.2.0 is focused on improving the use from command line and scripts, and
- introduces the (peazip)/res/batch folder, which contains sample scripts and system
- integration files for both Linux and Windows (the SendTo and freedesktop_integration
- folders are moved there).
- The archive manager is now capable of optionally displaying compression/encryption
- method and modified, created, accessed timestamps for each item in the archive, and
- displaying the number of items, contained in each folder.
- It is now possible to choose to keep extracted files even in the case errors occurred
- during the extraction; working with spanned files was improved.
- "Smart extraction" is now available as a default action to take at program's startup,
- alongside "Open", "Open as archive", "Extract (full)", "Extract here".
- This release also improves the user experience on Linux systems by improving the
- automatic configuration of applications for the "open with" actions and by displaying
- more system paths in the file manager.
- The application is now installed in /opt/peazip.
- The backend was updated to Brotli 1.0.9 (Linux).
- A total of 225 file extensions can now be managed by PeaZip, with addition of .apkm,
- .apks and .aab Android package formats, and of Lzip .lz (supported on Linux versions
- only).