diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/mblaze/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mblaze/APKBUILD b/community/mblaze/APKBUILD index 88d84bdf72..b9ea2dd4b6 100644 --- a/community/mblaze/APKBUILD +++ b/community/mblaze/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=mblaze pkgver=0.3.2 -pkgrel=3 +pkgrel=4 pkgdesc="Unix utilities to deal with Maildir" url="https://github.com/chneukirchen/mblaze" arch="all" @@ -12,7 +12,7 @@ depends_dev="" makedepends="" checkdepends="perl-utils" install="" -subpackages="$pkgname-doc $pkgname-crypto" +subpackages="$pkgname-doc $pkgname-crypto::noarch" options="!check" # currently fail on the builder source="$pkgname-$pkgver.tar.gz::https://github.com/chneukirchen/$pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |