Please add conflicts=("czkawka-gui")
!
Are you even maintaining this package anymore?
You can add me as a maintainer or contributor, if you'd like and I'll update the package.
Here's an updated PKGBUILD.
Search Criteria
Package Details: czkawka-gui-bin 8.0.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/czkawka-gui-bin.git (read-only, click to copy) |
---|---|
Package Base: | czkawka-gui-bin |
Description: | Find and manage duplicate files, empty folders, similar images, and other "lint" (GUI, with HEIF support) |
Upstream URL: | https://github.com/qarmin/czkawka |
Keywords: | cleaner duplicates gtk-rs hacktoberfest rust |
Licenses: | MIT |
Conflicts: | czkawka-gui |
Provides: | czkawka-gui |
Submitter: | ragouel |
Maintainer: | flan_suse |
Last Packager: | flan_suse |
Votes: | 44 |
Popularity: | 2.36 |
First Submitted: | 2020-11-11 21:09 (UTC) |
Last Updated: | 2024-10-15 15:02 (UTC) |
Dependencies (3)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- libheif (libheif-gitAUR)
- gendesk (make)
Required by (0)
Sources (3)
dataprolet commented on 2023-06-12 15:26 (UTC) (edited on 2023-06-12 18:24 (UTC) by dataprolet)
sfrazt commented on 2023-03-21 13:26 (UTC)
0002-Update-to-5.1.0.patch
From 6ee3c0f613f55fe1cde06529207774835d940420 Mon Sep 17 00:00:00 2001
From: sfrazt <sfrazt@gmail.com>
Date: Tue, 21 Mar 2023 12:59:24 +0100
Subject: [PATCH 2/2] Update to 5.1.0
Signed-off-by: sfrazt <sfrazt@gmail.com>
---
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/PKGBUILD b/PKGBUILD
index 83129a4..5d86b81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=czkawka-gui-bin
-pkgver=5.0.2
+pkgver=5.1.0
pkgrel=1
pkgdesc="Multi functional app to find duplicates, empty folders, similar images etc (GUI)"
arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=('gendesk')
source=("${pkgname}-${pkgver}::https://github.com/qarmin/czkawka/releases/download/${pkgver}/linux_czkawka_gui"
"LICENSE::https://github.com/qarmin/czkawka/raw/master/LICENSE"
"czkawka-gui.png")
-sha256sums=('ffc3032731c26dc5bb64b5d1fa07e28e53da033e8555641991e9d9dc541ca669'
+sha256sums=('d659658e7bee7432fd5b617820f6cd05a2303cca2c668c68e43bed9b825919aa'
'fb89cb6b3ae375f493e6d52b6b28ca279f91446975e66cf0836c441f1cbca3fa'
'1614565bc6f143b4bb4fc80c71cb1fe0b2ba2719037046719d5a3a89c3f5905e')
--
2.39.2
sfrazt commented on 2023-03-21 13:26 (UTC)
@ragouel Please apply following two patches to fix the licenses checksum and to update to 5.1.0
From a0019368a5d88ee733d441caf5af924c9af43213 Mon Sep 17 00:00:00 2001
From: sfrazt <sfrazt@gmail.com>
Date: Tue, 21 Mar 2023 12:55:14 +0100
Subject: [PATCH 1/2] Fix checksum
Signed-off-by: sfrazt <sfrazt@gmail.com>
---
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PKGBUILD b/PKGBUILD
index 1b970cb..83129a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ source=("${pkgname}-${pkgver}::https://github.com/qarmin/czkawka/releases/downlo
"LICENSE::https://github.com/qarmin/czkawka/raw/master/LICENSE"
"czkawka-gui.png")
sha256sums=('ffc3032731c26dc5bb64b5d1fa07e28e53da033e8555641991e9d9dc541ca669'
- '116ec95bb6520f0944846be8f6a2e6ae3bcaf8eaa2c67318c8b24e0ea389bb86'
+ 'fb89cb6b3ae375f493e6d52b6b28ca279f91446975e66cf0836c441f1cbca3fa'
'1614565bc6f143b4bb4fc80c71cb1fe0b2ba2719037046719d5a3a89c3f5905e')
package() {
--
2.39.2
dataprolet commented on 2023-03-17 16:57 (UTC)
Please add conflicts=("czkawka-gui")
.
<deleted-account> commented on 2021-12-27 11:10 (UTC)
@KenwoodFox Try removing the cached build files if LICENSE
doesn't pass its checksum.
KenwoodFox commented on 2021-12-05 03:57 (UTC)
shasum is still wrong for LICENSE
<deleted-account> commented on 2021-11-26 19:47 (UTC)
LICENSE
doesn't pass the validity check.
Please changes its sha256sum to 84491ccaa30b5e85d0607df4abc456b016a1726857d84777f32e2d39c3f4d5e2
P1000 commented on 2021-11-26 16:47 (UTC) (edited on 2021-11-26 16:52 (UTC) by P1000)
http://aur.archlinux.org/packages/czkawka-gui seems to work and is more uptodate
rezad commented on 2021-03-16 06:34 (UTC)
version 3 provides a binary https://github.com/qarmin/czkawka/releases/tag/3.0.0
can this be updated?
Pinned Comments
flan_suse commented on 2023-08-20 16:57 (UTC) (edited on 2023-08-20 16:58 (UTC) by flan_suse)
Starting with 6.0.0-2, prebuilt binary includes HEIF support.