mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
new upstream release
This commit is contained in:
parent
f70071d5b4
commit
276ea21c1f
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = czkawka
|
||||
pkgdesc = Multi functional app to find duplicates, empty folders, similar images etc.
|
||||
pkgver = 3.3.0
|
||||
pkgver = 3.3.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/qarmin/czkawka
|
||||
arch = x86_64
|
||||
|
|
@ -8,7 +8,7 @@ pkgbase = czkawka
|
|||
makedepends = rust
|
||||
makedepends = git
|
||||
makedepends = gtk3
|
||||
source = git+https://github.com/qarmin/czkawka.git#commit=9d28fb8a59a88a10d35c6b2f7026028b5b28628f
|
||||
source = git+https://github.com/qarmin/czkawka.git#commit=4a202633eef7b6155628bbf7449c03cdf8308169
|
||||
sha512sums = SKIP
|
||||
|
||||
pkgname = czkawka-cli
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
pkgbase=czkawka
|
||||
pkgname=('czkawka-cli' 'czkawka-gui')
|
||||
pkgver=3.3.0
|
||||
pkgver=3.3.1
|
||||
pkgrel=1
|
||||
pkgdesc='Multi functional app to find duplicates, empty folders, similar images etc. '
|
||||
url='https://github.com/qarmin/czkawka'
|
||||
arch=('x86_64')
|
||||
makedepends=('cargo' 'rust' 'git' 'gtk3')
|
||||
_commit=9d28fb8a59a88a10d35c6b2f7026028b5b28628f # tags/3.3.0^0
|
||||
_commit=4a202633eef7b6155628bbf7449c03cdf8308169 # tags/3.3.1^0
|
||||
source=("git+https://github.com/qarmin/czkawka.git#commit=${_commit}")
|
||||
sha512sums=('SKIP')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue