diff options
Diffstat (limited to 'testing/zfs-auto-snapshot')
-rw-r--r-- | testing/zfs-auto-snapshot/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/zfs-auto-snapshot/APKBUILD b/testing/zfs-auto-snapshot/APKBUILD index 645080d853..c10c9ba191 100644 --- a/testing/zfs-auto-snapshot/APKBUILD +++ b/testing/zfs-auto-snapshot/APKBUILD @@ -2,11 +2,12 @@ # Maintainer: Henrik Riomar <henrik.riomar@gmail.com> pkgname=zfs-auto-snapshot pkgver=1.2.4 -pkgrel=0 +pkgrel=1 pkgdesc="ZFS Automatic Snapshot Service for Linux" url="https://github.com/zfsonlinux/zfs-auto-snapshot" -arch="noarch" -license="GPL-2.0" +arch="noarch !armhf !armv7" +license="GPL-2.0-or-later" +depends="zfs" checkdepends="checkbashisms" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/zfsonlinux/$pkgname/archive/upstream/${pkgver}.tar.gz |