summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorflan_suse2023-08-20 12:46:05 -0400
committerflan_suse2023-08-20 12:46:05 -0400
commit45b236de453ac94c5b3931f47d4b4035b0931129 (patch)
treee110df49f352d1b4b891ac4d3b26ae885860677b
parent895b8e1d69332b3acfcec35fe4961f5f2e5a4edb (diff)
downloadaur-45b236de453ac94c5b3931f47d4b4035b0931129.tar.gz
HEIF support
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c210ac113fb..c76ad8af99bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = czkawka-gui-bin
pkgdesc = Multi functional app to find duplicates, empty folders, similar images etc (GUI)
pkgver = 6.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/qarmin/czkawka
arch = x86_64
license = MIT
@@ -9,10 +9,10 @@ pkgbase = czkawka-gui-bin
depends = gtk4
provides = czkawka-gui
conflicts = czkawka-gui
- source = czkawka-gui-bin-6.0.0::https://github.com/qarmin/czkawka/releases/download/6.0.0/linux_czkawka_gui
+ source = czkawka-gui-bin-6.0.0::https://github.com/qarmin/czkawka/releases/download/6.0.0/linux_czkawka_gui_heif
source = LICENSE::https://github.com/qarmin/czkawka/raw/master/LICENSE
source = czkawka-gui.png
- sha256sums = 68c3d7295fdfc2f74ccaa25a85b8b643689adaae5aa600aed2f3282b568eae15
+ sha256sums = 3144391e91bd6034cd49356e71505846eafef92d3d904a7008fed737f9f7db69
sha256sums = fb89cb6b3ae375f493e6d52b6b28ca279f91446975e66cf0836c441f1cbca3fa
sha256sums = 1614565bc6f143b4bb4fc80c71cb1fe0b2ba2719037046719d5a3a89c3f5905e
diff --git a/PKGBUILD b/PKGBUILD
index 3633d609fd9b..5b20899980bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,11 @@
# Contributor: Arne BrĂ¼cher <archlinux [at] arne-bruecher [dot] de>
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
+# This prebuilt binary includes HEIF support.
+
pkgname=czkawka-gui-bin
pkgver=6.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Multi functional app to find duplicates, empty folders, similar images etc (GUI)"
arch=('x86_64')
url='https://github.com/qarmin/czkawka'
@@ -13,11 +15,11 @@ provides=('czkawka-gui')
conflicts=('czkawka-gui')
depends=('gtk4')
makedepends=('gendesk')
-source=("${pkgname}-${pkgver}::https://github.com/qarmin/czkawka/releases/download/${pkgver}/linux_czkawka_gui"
+source=("${pkgname}-${pkgver}::https://github.com/qarmin/czkawka/releases/download/${pkgver}/linux_czkawka_gui_heif"
"LICENSE::https://github.com/qarmin/czkawka/raw/master/LICENSE"
"czkawka-gui.png")
-sha256sums=('68c3d7295fdfc2f74ccaa25a85b8b643689adaae5aa600aed2f3282b568eae15'
+sha256sums=('3144391e91bd6034cd49356e71505846eafef92d3d904a7008fed737f9f7db69'
'fb89cb6b3ae375f493e6d52b6b28ca279f91446975e66cf0836c441f1cbca3fa'
'1614565bc6f143b4bb4fc80c71cb1fe0b2ba2719037046719d5a3a89c3f5905e')