From 4d1773f7b49a48aa740441eea5c5174aac7d042d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 11 Jul 2020 23:24:34 +0300 Subject: notmuch: bump to 0.30 --- community/notmuch/build | 7 ++++++- community/notmuch/checksums | 2 +- community/notmuch/sources | 2 +- community/notmuch/version | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) (limited to 'community') diff --git a/community/notmuch/build b/community/notmuch/build index 08beaa86..b48f9221 100755 --- a/community/notmuch/build +++ b/community/notmuch/build @@ -4,7 +4,12 @@ --prefix=/usr \ --without-docs \ --without-api-docs \ - --without-ruby || : + --without-ruby make make DESTDIR="$1" install + +# For some reason, notmuch doesn't accept the --enable-static/shared options. +# It builds a static library when you run 'make', but it doesn't install the +# built library. Confusing. +install -Dm755 lib/libnotmuch.a "$1/usr/lib/libnotmuch.a" diff --git a/community/notmuch/checksums b/community/notmuch/checksums index edfc63ec..dc9de9d0 100644 --- a/community/notmuch/checksums +++ b/community/notmuch/checksums @@ -1 +1 @@ -d5f704b9a72395e43303de9b1f4d8e14dd27bf3646fdbb374bb3dbb7d150dc35 notmuch-0.29.3.tar.xz +5e3baa6fe11d65c67e26ae488be11b320bae04e336acc9c64621f7e3449096fa notmuch-0.30.tar.xz diff --git a/community/notmuch/sources b/community/notmuch/sources index aa2bee6c..23c38f25 100644 --- a/community/notmuch/sources +++ b/community/notmuch/sources @@ -1 +1 @@ -https://notmuchmail.org/releases/notmuch-0.29.3.tar.xz +https://notmuchmail.org/releases/notmuch-0.30.tar.xz diff --git a/community/notmuch/version b/community/notmuch/version index a46803b2..d7586031 100644 --- a/community/notmuch/version +++ b/community/notmuch/version @@ -1 +1 @@ -0.29.3 1 +0.30 1 -- cgit v1.2.3