summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Svyatski2022-06-26 14:11:39 +0300
committerVladimir Svyatski2022-06-26 14:18:15 +0300
commitd7dc3c864c44e75c72148c717905a0a1ffe7c661 (patch)
treed27d73eacb8c48408e6bad1a824f9db91e8377d1
parent3c8cb68bb7e93b7aef9c5840f22d5366871ed99b (diff)
downloadaur-d7dc3c864c44e75c72148c717905a0a1ffe7c661.tar.gz
Updating to 8.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.txt31
3 files changed, 11 insertions, 30 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b08a2922fae7..01cc0180e6f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peazip-qt-bin
pkgdesc = PeaZip file manager and archiver (Qt5)
- pkgver = 8.6.0
+ pkgver = 8.7.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.6.0/peazip-8.6.0.LINUX.Qt5-1.x86_64.rpm
- sha256sums = 16ec98ca4f057a4b3b8545032a2ddfb6b46cfd107ebd14682514a69c7b8651bf
+ source = https://github.com/peazip/PeaZip/releases/download/8.7.0/peazip-8.7.0.LINUX.Qt5-1.x86_64.rpm
+ sha256sums = 92b87eecfcca60381c61aa9e056cff0d2326ef26c3e36c884643405c422973df
pkgname = peazip-qt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 088e4206f679..7bdeae6b118e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Jamesjon <universales@protonmail.com>
pkgname=peazip-qt-bin
-pkgver=8.6.0
+pkgver=8.7.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=('16ec98ca4f057a4b3b8545032a2ddfb6b46cfd107ebd14682514a69c7b8651bf')
+sha256sums=('92b87eecfcca60381c61aa9e056cff0d2326ef26c3e36c884643405c422973df')
changelog=changelog.txt
prepare() {
diff --git a/changelog.txt b/changelog.txt
index abfcdc7766f2..3201287120f3 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)
@@ -48,28 +54,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
-
-* Sat Sep 18 2021 Vladimir Svyatski <vsvyatski@yandex.ru> - 8.2.0-2
- - Removed unnecessary Windows-related files.
- - Corrected file permissions.
-
-* Sat Sep 18 2021 Vladimir Svyatski <vsvyatski@yandex.ru> - 8.2.0-1
- 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).