updpkg: 9.0.0-0.1

This commit is contained in:
Fabian Bornschein 2025-03-16 17:30:05 +01:00
parent 53bc9fb064
commit 6d64726d0b
No known key found for this signature in database
GPG key ID: D6A4F386B4881229
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = czkawka
pkgdesc = Multi functional app to find duplicates, empty folders, similar images etc.
pkgver = 8.0.0
pkgver = 9.0.0
pkgrel = 0.1
url = https://github.com/qarmin/czkawka
arch = aarch64
@ -22,8 +22,8 @@ pkgbase = czkawka
depends = gcc-libs
depends = glibc
depends = libheif
source = git+https://github.com/qarmin/czkawka.git#tag=8.0.0
b2sums = 5512d4bfd2201bd7c64ae5d1f57faa2334da1110879fbf55b60d53ea5740623d2998ccaa4aae58b343062671024196e99fa0a299014de606ed4a9728af45214f
source = git+https://github.com/qarmin/czkawka.git#tag=9.0.0
b2sums = 29f35e07c70617c72030184b2bac0bbc0fa11cffee88f1301d0a77ab8999c9d64d46c7f0ffdae24fe5b3fb039163e65b1b93e8acc7091e9362fb3c77057be605
pkgname = czkawka-cli
pkgdesc = Multi functional app to find duplicates, empty folders, similar images etc. (CLI)

View file

@ -6,7 +6,7 @@ pkgname=(
czkawka-gui
krokiet
)
pkgver=8.0.0
pkgver=9.0.0
pkgrel=0.1
pkgdesc='Multi functional app to find duplicates, empty folders, similar images etc.'
url='https://github.com/qarmin/czkawka'
@ -38,7 +38,7 @@ makedepends=(
)
checkdepends=(xorg-server-xvfb)
source=("git+https://github.com/qarmin/czkawka.git#tag=$pkgver")
b2sums=('5512d4bfd2201bd7c64ae5d1f57faa2334da1110879fbf55b60d53ea5740623d2998ccaa4aae58b343062671024196e99fa0a299014de606ed4a9728af45214f')
b2sums=('29f35e07c70617c72030184b2bac0bbc0fa11cffee88f1301d0a77ab8999c9d64d46c7f0ffdae24fe5b3fb039163e65b1b93e8acc7091e9362fb3c77057be605')
build() {
cd ${pkgbase}