summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Svyatski2021-12-16 04:24:22 +0300
committerVladimir Svyatski2021-12-16 04:31:51 +0300
commitaee744db5491c155be4cb9dd5966449416a088eb (patch)
tree2163ae177accdbaee1494ae58b2efaaf760e3d5f
parent74796eae2be5cdbd0572f8fe4dc4780dfa289d73 (diff)
downloadaur-aee744db5491c155be4cb9dd5966449416a088eb.tar.gz
Updating to 8.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--.editorconfig5
-rw-r--r--PKGBUILD7
-rw-r--r--changelog.txt17
4 files changed, 29 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9ea90518818..2c93bd278748 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = peazip-qt-bin
pkgdesc = PeaZip file manager and archiver (Qt5)
- pkgver = 8.3.0
- pkgrel = 2
+ pkgver = 8.4.0
+ pkgrel = 1
url = https://peazip.github.io
changelog = changelog.txt
arch = x86_64
@@ -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.3.0/peazip-8.3.0.LINUX.Qt5-1.x86_64.rpm
- sha256sums = d67bd88040d70f350360aff156e049143f091997f5afe0294eac70fb19cbca18
+ source = https://github.com/peazip/PeaZip/releases/download/8.4.0/peazip-8.4.0.LINUX.Qt5-1.x86_64.rpm
+ sha256sums = 88d8a602d80e5044e73fff34efdc195220a0dc6892778054338f08445e67d286
pkgname = peazip-qt-bin
diff --git a/.editorconfig b/.editorconfig
index 77a5f5e84dd3..160ce78ad85e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -12,3 +12,8 @@ end_of_line = lf
indent_size = 2
indent_style = space
tab_width = 2
+
+[*.txt]
+end_of_line = lf
+indent_size = 2
+indent_style = space
diff --git a/PKGBUILD b/PKGBUILD
index ad91d3855d2c..c624c7d78acf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# Contributor: Jamesjon <universales@protonmail.com>
pkgname=peazip-qt-bin
-pkgver=8.3.0
-pkgrel=2
+pkgver=8.4.0
+pkgrel=1
pkgdesc='PeaZip file manager and archiver (Qt5)'
arch=('x86_64')
url='https://peazip.github.io'
@@ -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=('d67bd88040d70f350360aff156e049143f091997f5afe0294eac70fb19cbca18')
+sha256sums=('88d8a602d80e5044e73fff34efdc195220a0dc6892778054338f08445e67d286')
changelog=changelog.txt
prepare() {
@@ -54,7 +54,6 @@ prepare() {
chmod 755 usr && chmod 755 usr/bin
chmod 755 usr/lib && chmod 755 usr/lib/peazip
chmod 755 usr/lib/peazip/res && chmod -R 755 usr/lib/peazip/res/bin
- chmod -x usr/lib/peazip/res/bin/7z/*.so
chmod -x usr/lib/peazip/res/bin/7z/Codecs/*.so
chmod 755 "${sharedUsr}"
for subDir in "${sharedUsr}"/*; do chmod 755 "${subDir}"; done
diff --git a/changelog.txt b/changelog.txt
index 24a5fae3f74d..e1db604e0055 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,20 @@
+* 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.
+ This release brings fixes, improvements in management of temporary files, option to stop
+ test batches only if errors are detected, and new language selection control.
+ A new alternative benchmark is available, based on integer and floating point arithmetic,
+ testing single core and multi core performances.
+ PeaZip now comes with updated backends: Pea 1.05, and 7z 21.06, which are now employed on
+ all platforms.
+ On Linux, 7z backend replaces p7zip, which is still fully supported as alternative.
+ New peazip-x.y.z.pack package is meant to help developers to create packages of PeaZip
+ for various package management systems (e.g. DEB, RPM), containing packages' directories
+ from last build.
+ 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).