diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-08-19 18:33:36 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-08-19 18:33:36 +0200 |
commit | ab4f5e86e5dd92048fb536c484795cbfc88b4764 (patch) | |
tree | a5cec2893c680760f6f1efbd2bef7dc1a90444bc /community/notmuch/APKBUILD | |
parent | 132a6c800557834a40b7e38d77236c4ac416edd2 (diff) | |
download | aports-ab4f5e86e5dd92048fb536c484795cbfc88b4764.tar.bz2 aports-ab4f5e86e5dd92048fb536c484795cbfc88b4764.tar.xz |
community/notmuch: add -libs subpackage
Diffstat (limited to 'community/notmuch/APKBUILD')
-rw-r--r-- | community/notmuch/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/notmuch/APKBUILD b/community/notmuch/APKBUILD index 155cf2879c..0de30e4e66 100644 --- a/community/notmuch/APKBUILD +++ b/community/notmuch/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stefan Wagner <stw@bit-strickerei.de> pkgname=notmuch pkgver=0.24.1 -pkgrel=1 +pkgrel=2 pkgdesc="E-Mail index, search and tagging" url="https://notmuchmail.org/" arch="all" @@ -13,6 +13,7 @@ checkdepends="sed coreutils diffutils bash tar mdocml grep" subpackages=" $pkgname-dev $pkgname-doc + $pkgname-libs $pkgname-zsh-completion:zshcomp:noarch $pkgname-bash-completion:bashcomp:noarch" source="https://notmuchmail.org/releases/$pkgname-$pkgver.tar.gz |