diff options
-rw-r--r-- | testing/simplesnap/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/simplesnap/APKBUILD b/testing/simplesnap/APKBUILD index 4476cfca5d..2e8dc3e3e4 100644 --- a/testing/simplesnap/APKBUILD +++ b/testing/simplesnap/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: pkgname=simplesnap pkgver=1.0.4 -pkgrel=0 +pkgrel=1 pkgdesc="Simple and powerful network transmission of ZFS snapshots" url="https://github.com/jgoerzen/simplesnap" -arch="noarch" +arch="noarch !armhf" license="GPL-3.0-or-later" depends="bash coreutils liblockfile openssh-client zfs" subpackages="$pkgname-doc" |