mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update arch to allow ALARM and AL32; no pkgrel-bump
This commit is contained in:
parent
830ef6fc13
commit
dea7937637
2 changed files with 9 additions and 1 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -3,6 +3,9 @@ pkgbase = czkawka
|
|||
pkgver = 5.1.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/qarmin/czkawka
|
||||
arch = aarch64
|
||||
arch = armv7h
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
checkdepends = xorg-server-xvfb
|
||||
|
|
|
|||
7
PKGBUILD
7
PKGBUILD
|
|
@ -9,7 +9,12 @@ pkgver=5.1.0
|
|||
pkgrel=1
|
||||
pkgdesc='Multi functional app to find duplicates, empty folders, similar images etc.'
|
||||
url='https://github.com/qarmin/czkawka'
|
||||
arch=('x86_64')
|
||||
arch=(
|
||||
aarch64 #ALARM
|
||||
armv7h #ALARM
|
||||
i686 #Arch Linux32
|
||||
x86_64 #Arch Linux
|
||||
)
|
||||
license=('MIT')
|
||||
makedepends=(
|
||||
cargo
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue