This commit is contained in:
Fabian Bornschein 2023-06-11 16:37:25 +02:00
parent dea7937637
commit 85420d95a3
No known key found for this signature in database
GPG key ID: D6A4F386B4881229
2 changed files with 10 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = czkawka
pkgdesc = Multi functional app to find duplicates, empty folders, similar images etc.
pkgver = 5.1.0
pkgrel = 1
pkgver = 6.0.0
pkgrel = 0.1
url = https://github.com/qarmin/czkawka
arch = aarch64
arch = armv7h
@ -14,7 +14,8 @@ pkgbase = czkawka
makedepends = gtk4
makedepends = libheif
makedepends = rust
source = git+https://github.com/qarmin/czkawka.git#commit=c6c4230699715ee6a91fdf153cc5b6255bbf5ad0
source = git+https://github.com/qarmin/czkawka.git#commit=7cb355a35902e79a1413296bd60bb8eabfd395da?signed
validpgpkeys = 5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23
sha512sums = SKIP
pkgname = czkawka-cli

View file

@ -5,8 +5,8 @@ pkgname=(
czkawka-cli
czkawka-gui
)
pkgver=5.1.0
pkgrel=1
pkgver=6.0.0
pkgrel=0.1
pkgdesc='Multi functional app to find duplicates, empty folders, similar images etc.'
url='https://github.com/qarmin/czkawka'
arch=(
@ -24,8 +24,10 @@ makedepends=(
rust
)
checkdepends=(xorg-server-xvfb)
_commit=c6c4230699715ee6a91fdf153cc5b6255bbf5ad0 # tags/5.1.0^0
source=("git+https://github.com/qarmin/czkawka.git#commit=${_commit}")
_commit=7cb355a35902e79a1413296bd60bb8eabfd395da # tags/6.0.0^0
# curl -sS https://github.com/web-flow.gpg | gpg --import -
validpgpkeys=('5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23') # GitHub (web-flow commit signing) <noreply@github.com>
source=("git+https://github.com/qarmin/czkawka.git#commit=${_commit}?signed")
sha512sums=('SKIP')
pkgver() {