summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Svyatski2021-12-16 10:58:36 +0300
committerVladimir Svyatski2021-12-16 11:00:13 +0300
commit5c7f309bbfc452f76e4fdb2f34e9acb4c300d0ec (patch)
tree2251b629faa5374f4dc0264e21fb839051c4fb53
parent711de76def2e7ab6615a856eb767f0e8044de772 (diff)
downloadaur-5c7f309bbfc452f76e4fdb2f34e9acb4c300d0ec.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 862b8d34642b..af40b60edee8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = peazip-gtk2-bin
pkgdesc = PeaZip file manager and archiver (GTK 2)
- pkgver = 8.3.0
- pkgrel = 5
+ pkgver = 8.4.0
+ pkgrel = 1
url = https://peazip.github.io
changelog = changelog.txt
arch = x86_64
@@ -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.3.0/peazip-8.3.0.LINUX.GTK2-1.x86_64.rpm
- sha256sums = 9b962a64b61d7421a49884d25166ab4e56a038daee583c70b74151ea8924c307
+ source = https://github.com/peazip/PeaZip/releases/download/8.4.0/peazip-8.4.0.LINUX.GTK2-1.x86_64.rpm
+ sha256sums = fae19f23d2f35a3d338206d950efebd60dbb893cf636f822828d090d0998b823
pkgname = peazip-gtk2-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 302d2307f7b8..a784c92e8aac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# Contributor: TuxSpirit <tuxspirit@archlinux.fr>
pkgname=peazip-gtk2-bin
-pkgver=8.3.0
-pkgrel=5
+pkgver=8.4.0
+pkgrel=1
pkgdesc='PeaZip file manager and archiver (GTK 2)'
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-qt-bin' 'peazip-qt5' 'peazip-qt5-bin')
source=("https://github.com/peazip/PeaZip/releases/download/${pkgver}/peazip-${pkgver}.LINUX.GTK2-1.${CARCH}.rpm")
-sha256sums=('9b962a64b61d7421a49884d25166ab4e56a038daee583c70b74151ea8924c307')
+sha256sums=('fae19f23d2f35a3d338206d950efebd60dbb893cf636f822828d090d0998b823')
changelog=changelog.txt
prepare() {
@@ -52,7 +52,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 53ea6d6783c3..59cbb9db109d 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-5
- Dropped KDE 4 support from the package (https://archlinux.org/news/dropping-plasma-4).