mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
6.0.0
This commit is contained in:
parent
dea7937637
commit
85420d95a3
2 changed files with 10 additions and 7 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue