diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-29 20:27:55 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-29 20:31:16 +0100 |
commit | 648e695f0375d80383ca47f003e63a39ca712611 (patch) | |
tree | f20b31c79b19a1818da683d994d6936c403dd196 /community/notmuch | |
parent | c9bef77984023157faced3f64c34436579d2f37f (diff) | |
download | aports-648e695f0375d80383ca47f003e63a39ca712611.tar.bz2 aports-648e695f0375d80383ca47f003e63a39ca712611.tar.xz |
community/notmuch: re-enable check
It was disabled by mistake in eace4ed225398c45aa576d165a8686038498cc2e.
Diffstat (limited to 'community/notmuch')
-rw-r--r-- | community/notmuch/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/notmuch/APKBUILD b/community/notmuch/APKBUILD index 7a98eaa78b..2cfb90a868 100644 --- a/community/notmuch/APKBUILD +++ b/community/notmuch/APKBUILD @@ -3,14 +3,13 @@ # Maintainer: Stefan Wagner <stw@bit-strickerei.de> pkgname=notmuch pkgver=0.25.1 -pkgrel=0 +pkgrel=1 pkgdesc="E-Mail index, search and tagging" url="https://notmuchmail.org/" arch="all" license="GPL3" makedepends="gzip xapian-core-dev gmime-dev talloc-dev py-sphinx py-requests python2-dev python3-dev bash-completion" -options="!check" checkdepends="sed coreutils diffutils bash tar mdocml grep" subpackages=" py2-$pkgname:py2 |