diff options
-rw-r--r-- | testing/zfs-prune-snapshots/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/zfs-prune-snapshots/APKBUILD b/testing/zfs-prune-snapshots/APKBUILD index c0ec9096bc..cf8e31f694 100644 --- a/testing/zfs-prune-snapshots/APKBUILD +++ b/testing/zfs-prune-snapshots/APKBUILD @@ -2,11 +2,12 @@ # Maintainer: Henrik Riomar <henrik.riomar@gmail.com> pkgname=zfs-prune-snapshots pkgver=1.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="Remove snapshots from one or more zpools that match given criteria" url="https://github.com/bahamas10/zfs-prune-snapshots" -arch="noarch" +arch="noarch !armhf !armv7" license="MIT" +depends="bash zfs" subpackages="$pkgname-doc" options="!check" # check() requires shellcheck source="$pkgname-$pkgver.tar.gz::https://github.com/bahamas10/${pkgname}/archive/v${pkgver}.tar.gz |