summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Svyatski2022-02-26 18:42:51 +0300
committerVladimir Svyatski2022-02-26 18:44:49 +0300
commitf83f7be2b76e8933c268511ff279e8152ed90323 (patch)
tree99351819204e59867036aee0f2a7fa6414fb8814
parent5c7f309bbfc452f76e4fdb2f34e9acb4c300d0ec (diff)
downloadaur-f83f7be2b76e8933c268511ff279e8152ed90323.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 af40b60edee8..a0a2d09fd045 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peazip-gtk2-bin
pkgdesc = PeaZip file manager and archiver (GTK 2)
- pkgver = 8.4.0
+ pkgver = 8.5.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.4.0/peazip-8.4.0.LINUX.GTK2-1.x86_64.rpm
- sha256sums = fae19f23d2f35a3d338206d950efebd60dbb893cf636f822828d090d0998b823
+ source = https://github.com/peazip/PeaZip/releases/download/8.5.0/peazip-8.5.0.LINUX.GTK2-1.x86_64.rpm
+ sha256sums = bcba40c7a234ba64a620a3e57776ac7bf639cb4f7e9f2f983dc16e1cdf34767d
pkgname = peazip-gtk2-bin
diff --git a/PKGBUILD b/PKGBUILD
index a784c92e8aac..0257451792ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: TuxSpirit <tuxspirit@archlinux.fr>
pkgname=peazip-gtk2-bin
-pkgver=8.4.0
+pkgver=8.5.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=('fae19f23d2f35a3d338206d950efebd60dbb893cf636f822828d090d0998b823')
+sha256sums=('bcba40c7a234ba64a620a3e57776ac7bf639cb4f7e9f2f983dc16e1cdf34767d')
changelog=changelog.txt
prepare() {
@@ -43,6 +43,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 59cbb9db109d..6eab78741822 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.