diff options
| author | Cem Keylan <cem@ckyln.com> | 2020-07-11 23:24:34 +0300 | 
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2020-07-11 23:24:34 +0300 | 
| commit | 4d1773f7b49a48aa740441eea5c5174aac7d042d (patch) | |
| tree | 8d60dd41f6d8ce00837dde73f425fb5eca363f7e /community | |
| parent | 94a111030f9bf1dd74f1064aa9c34dcf9bf83fbe (diff) | |
| download | repository-4d1773f7b49a48aa740441eea5c5174aac7d042d.tar.gz | |
notmuch: bump to 0.30
Diffstat (limited to 'community')
| -rwxr-xr-x | community/notmuch/build | 7 | ||||
| -rw-r--r-- | community/notmuch/checksums | 2 | ||||
| -rw-r--r-- | community/notmuch/sources | 2 | ||||
| -rw-r--r-- | community/notmuch/version | 2 | 
4 files changed, 9 insertions, 4 deletions
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  | 
