Package Details: peazip-gtk2-bin 9.9.1-2

Git Clone URL: https://aur.archlinux.org/peazip-gtk2-bin.git (read-only, click to copy)
Package Base: peazip-gtk2-bin
Description: PeaZip file manager and archiver (GTK 2)
Upstream URL: https://peazip.github.io
Keywords: 7z archiver brotli compression encryption extractor paq peazip rar zip zpaq zstandard
Licenses: LGPL-3.0-or-later
Conflicts: peazip-qt-bin, peazip-qt5, peazip-qt5-bin
Provides: peazip
Submitter: ragouel
Maintainer: Yvaniak
Last Packager: Yvaniak
Votes: 72
Popularity: 0.26
First Submitted: 2020-05-24 13:20 (UTC)
Last Updated: 2024-10-13 10:59 (UTC)

Dependencies (13)

Required by (0)

Sources (1)

Pinned Comments

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

Yvaniak commented on 2024-08-13 10:06 (UTC)

@mad_Physicist, the commits of the 9.8 are much more recent than the ones of 9.9 (from 2022) Also the description of the release contains "PeaZip 9.9.0 completes the evolution of 9.x line and sets the starting point for the upcoming 10.x releases" so i think its more of a in-between checkpoint for upstream than a real release

so i think it should be skipped, unless i'm mistaken and there is a good reason

jcomellas commented on 2023-09-18 15:50 (UTC)

With these changes to the PKGBUILD file you can use the latest version:

iff --git a/PKGBUILD b/PKGBUILD
index bbfc6fc..2b8687c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
 # Contributor: TuxSpirit <tuxspirit@archlinux.fr>

 pkgname=peazip-gtk2-bin
-pkgver=9.1.0
+pkgver=9.4.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=('050b8eb18c244d6c7d991f0bb25692a43f485cbf60f08d9968de1321920d40aa')
+sha256sums=('e0d1fdec16cc70baef376eb917d30c3737c0faa1b1cd994aa03c73e5e2712b20')
 changelog=changelog.txt

 prepare() {
@@ -40,9 +40,8 @@ prepare() {
   local sharedUsr=usr/share
   local sharedPeaZip="${sharedUsr}/peazip"
   # Windows related stuff
-  rm "${sharedPeaZip}/batch/"*.bat
-  rm -r "${sharedPeaZip}/batch/SendTo"
-  rm -r "${sharedPeaZip}/batch/Windows 11 mini context menu"
+  rm -r "${sharedPeaZip}/batch/bat"
+  rm -r "${sharedPeaZip}/batch/Windows"
   rm "${sharedPeaZip}/readme/readme_Windows.txt"
   # macOS related stuff
   rm -r "${sharedPeaZip}/batch/macOS service menus"

anagram3k commented on 2023-07-11 23:54 (UTC)

I have updated the PKGBUILD to the latest version: https://gist.github.com/anagram3k/f72109e4c965030682fe8ee06c543b6c

I only changed the pkgver and sha256sums and it worked. If you want, just give me access and I will make the changes, updating the SCRINFO and changelog.

Thanks!

ed_o commented on 2021-11-21 14:03 (UTC)

@vsvyatski Thank you very much!

vsvyatski commented on 2021-11-20 23:21 (UTC)

Should be OK now. Senior Giorgio Tani has changed the layout of directories again.

@ed_o: The package is fixed, I've added you back as a co-maintainer, in case you wish to do any further corrections.

Barracuda commented on 2021-11-16 12:27 (UTC)

I have exactly the same error as @prometheus, install fails.

prometheus commented on 2021-11-14 21:52 (UTC) (edited on 2021-11-19 10:14 (UTC) by prometheus)

Install fails.

Looks like there is an issue with the cp command:

==> Validating source files with sha256sums...
    peazip-gtk2-bin-8.3.0.rpm ... Passed
==> Making package: peazip-gtk2-bin 8.3.0-3 (Monday 15 November 2021 03:19:28 AM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found peazip-gtk2-bin-8.3.0.rpm
==> Validating source files with sha256sums...
    peazip-gtk2-bin-8.3.0.rpm ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting peazip-gtk2-bin-8.3.0.rpm with bsdtar
==> Sources are ready.
==> Making package: peazip-gtk2-bin 8.3.0-3 (Monday 15 November 2021 03:19:34 AM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
cp: cannot stat 'opt/': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: peazip-gtk2-bin

ed_o commented on 2021-11-14 16:44 (UTC)

@vsvyatski sorry to ask for your help again, but the installation is once more broken. Could you tip me off on how I could fix it this time? Thanks in advance

ed_o commented on 2021-09-14 22:01 (UTC)

@vsvyatski
Thank you very much for pointing that out, and providing a simple fix!
I was pretty overwhelmed with work, and you gave me some great help