diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/acf-clamsmtp/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/acf-clamsmtp/APKBUILD b/community/acf-clamsmtp/APKBUILD index 814d205cd3..bd99bef639 100644 --- a/community/acf-clamsmtp/APKBUILD +++ b/community/acf-clamsmtp/APKBUILD @@ -2,15 +2,13 @@ # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-clamsmtp pkgver=0.6.0 -pkgrel=2 +pkgrel=3 pkgdesc="A web-based system administration interface for clamsmtp" url="https://git.alpinelinux.org/cgit/acf/acf-clamsmtp" -arch="noarch" +arch="noarch !s390x" # clamsmtp not avail license="GPL-2.0" depends="acf-core clamsmtp" -makedepends="" -install= -subpackages="" +options="!check" source="https://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz" package() { |