summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Svyatski2022-02-26 16:32:43 +0300
committerVladimir Svyatski2022-02-26 18:21:44 +0300
commite5742b2056acea2ac42430f9d51556efc77cceb9 (patch)
tree9b75a9db03635e66b55bb5e391da94b160e7ca23
parentaee744db5491c155be4cb9dd5966449416a088eb (diff)
downloadaur-e5742b2056acea2ac42430f9d51556efc77cceb9.tar.gz
Updating to 8.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--changelog.txt14
3 files changed, 23 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c93bd278748..57e29c5149ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peazip-qt-bin
pkgdesc = PeaZip file manager and archiver (Qt5)
- pkgver = 8.4.0
+ pkgver = 8.5.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.4.0/peazip-8.4.0.LINUX.Qt5-1.x86_64.rpm
- sha256sums = 88d8a602d80e5044e73fff34efdc195220a0dc6892778054338f08445e67d286
+ source = https://github.com/peazip/PeaZip/releases/download/8.5.0/peazip-8.5.0.LINUX.Qt5-1.x86_64.rpm
+ sha256sums = 3993ee108a908857027d2adbee224dd80f593923e1c1ebec24bc3284e0c3317c
pkgname = peazip-qt-bin
diff --git a/PKGBUILD b/PKGBUILD
index c624c7d78acf..3de7bba19a62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Jamesjon <universales@protonmail.com>
pkgname=peazip-qt-bin
-pkgver=8.4.0
+pkgver=8.5.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=('88d8a602d80e5044e73fff34efdc195220a0dc6892778054338f08445e67d286')
+sha256sums=('3993ee108a908857027d2adbee224dd80f593923e1c1ebec24bc3284e0c3317c')
changelog=changelog.txt
prepare() {
@@ -45,6 +45,10 @@ prepare() {
rm "${sharedPeaZip}/readme/readme_Windows.txt"
rm "${sharedPeaZip}/batch/"*.bat
rm -r "${sharedPeaZip}/batch/SendTo"
+ rm -r "${sharedPeaZip}/batch/Windows 11 mini context menu"
+ # macOS related stuff
+ rm "${sharedPeaZip}/readme/readme_macOS.txt"
+ rm -r "${sharedPeaZip}/batch/macOS service menus"
# KDE 3? You must be kidding.
rm -r "${sharedPeaZip}/batch/freedesktop_integration/KDE-servicemenus/KDE3-konqueror"
# KDE 4 is not supported on Arch since 2015-12-12 (https://archlinux.org/news/dropping-plasma-4/)
diff --git a/changelog.txt b/changelog.txt
index e1db604e0055..a4270c3ff1d7 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,17 @@
+* Sat Feb 26 2022 Vladimir Svyatski <vsvyatski@yandex.ru> - 8.5.0-1
+ PeaZip 8.5.0 release improves the packages for macOS platform, with macOS-style keyboard
+ shortcuts, integration with macOS context menu, full support to "move to trash" deletion
+ (both from file manager, and after compression/extraction operations), and support for
+ Brotli, Zpaq, and Zstandard backends. macOS system integration is fully scriptable through
+ Automator .workflow scripts, see sample service menus in (peazip)/res/share/batch folder.
+ File manager was improved, and now allows more alternative styles (large list and large
+ details) on Linux.
+ It is now possible to optionally integrate PeaZip in Windows 11 mini-context menu from
+ .reg scripts in (peazip)/res/share/batch folder.
+ 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.