Update PKGBUILD

switch to a depends instead of deps block
This commit is contained in:
2025-04-24 10:52:05 +02:00
parent 7a857c57f9
commit 1a8d336522

View File

@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Simple folder compression with pv and pigz"
arch=('any')
license=('MIT')
deps=('tar' 'pv' 'pigz')
depends=('tar' 'pv' 'pigz')
source=('comp.sh')
md5sums=('SKIP')