summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Svyatski2022-09-26 16:24:48 +0300
committerVladimir Svyatski2022-09-26 16:24:48 +0300
commit220667da435a57da486248c923284325fee0d670 (patch)
tree2b3ecf1d3ca1a0eefa1b1db42c2ff26a7e788c1c
parentd7dc3c864c44e75c72148c717905a0a1ffe7c661 (diff)
downloadaur-220667da435a57da486248c923284325fee0d670.tar.gz
Updating to 8.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
-rw-r--r--changelog.txt22
3 files changed, 17 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01cc0180e6f8..00fea6acd613 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peazip-qt-bin
pkgdesc = PeaZip file manager and archiver (Qt5)
- pkgver = 8.7.0
+ pkgver = 8.8.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.7.0/peazip-8.7.0.LINUX.Qt5-1.x86_64.rpm
- sha256sums = 92b87eecfcca60381c61aa9e056cff0d2326ef26c3e36c884643405c422973df
+ source = https://github.com/peazip/PeaZip/releases/download/8.8.0/peazip-8.8.0.LINUX.Qt5-1.x86_64.rpm
+ sha256sums = 81974b15b469f574c9a9bb194a968d96e3a7d819d64a980a914ea823dd13f28c
pkgname = peazip-qt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7bdeae6b118e..090244efc808 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Jamesjon <universales@protonmail.com>
pkgname=peazip-qt-bin
-pkgver=8.7.0
+pkgver=8.8.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=('92b87eecfcca60381c61aa9e056cff0d2326ef26c3e36c884643405c422973df')
+sha256sums=('81974b15b469f574c9a9bb194a968d96e3a7d819d64a980a914ea823dd13f28c')
changelog=changelog.txt
prepare() {
@@ -42,13 +42,14 @@ prepare() {
local sharedUsr=usr/share
local sharedPeaZip="${sharedUsr}/peazip"
# Windows related stuff
- rm "${sharedPeaZip}/readme/readme_Windows.txt"
rm "${sharedPeaZip}/batch/"*.bat
rm -r "${sharedPeaZip}/batch/SendTo"
rm -r "${sharedPeaZip}/batch/Windows 11 mini context menu"
+ rm -r "${sharedPeaZip}/lang-wincontext"
+ rm "${sharedPeaZip}/readme/readme_Windows.txt"
# macOS related stuff
- rm "${sharedPeaZip}/readme/readme_macOS.txt"
rm -r "${sharedPeaZip}/batch/macOS service menus"
+ rm "${sharedPeaZip}/readme/readme_macOS.txt"
# 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 3201287120f3..35041d93dfb7 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,12 @@
+* Mon Sep 26 2022 Vladimir Svyatski <vsvyatski@yandex.ru> - 8.8.0-1
+ PeaZip 8.8.0 release completes the evolution of the GUI started in previous releases,
+ providing more customization options to better integrate the application in different
+ environments. It is now possible to automatically test archives after creation, and to
+ propagate Zone.Identifier stream on Windows when extracting archives.
+ TAR format support was improved, with option to follow pax or gnu standard, and to
+ save owner/group ids and names (on Linux).
+ Updated backends: 7z 22.01, Pea 1.09.
+
* 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.
@@ -41,16 +50,3 @@
It does not replaces or duplicates the function of sources package peazip-x.y.z.src, as
it is simply meant to help packaging the application for a specific distribution system,
rather than compiling and building the binaries of the application.
-
-* Sun Nov 21 2021 Vladimir Svyatski <vsvyatski@yandex.ru> - 8.3.0-2
- - Dropped KDE 4 support from the package (https://archlinux.org/news/dropping-plasma-4).
-
-* Wed Nov 17 2021 Vladimir Svyatski <vsvyatski@yandex.ru> - 8.3.0-1
- PeaZip 8.3.0 adds Deflate and Deflate64 options for .7z format, improves theming,
- command line usage, management of preferred checksum/hash algorithms list and
- management of temporary work files.
- The release is focused on improving the support for Linux, and to make easier to
- port or package the application in environments, mandating a precise filesystem
- 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