diff options
-rw-r--r-- | community/notmuch/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/notmuch/APKBUILD b/community/notmuch/APKBUILD index 8f0ed7b70d..952e36ebf7 100644 --- a/community/notmuch/APKBUILD +++ b/community/notmuch/APKBUILD @@ -3,14 +3,14 @@ # Maintainer: Stefan Wagner <stw@bit-strickerei.de> pkgname=notmuch pkgver=0.29.3 -pkgrel=0 +pkgrel=1 pkgdesc="E-Mail index, search and tagging" url="https://notmuchmail.org/" arch="all" license="GPL-3.0-or-later" makedepends="bash-completion gmime-dev gzip perl py3-requests py3-sphinx python3-dev talloc-dev xapian-core-dev" -checkdepends="bash coreutils dtach mdocml sed tar" +checkdepends="bash coreutils dtach mandoc sed tar" subpackages=" py3-$pkgname:py3:noarch $pkgname-doc |