notmuch: 0.29.2 -> 0.29.3

This commit is contained in:
Tim Biermann 2019-11-28 09:19:13 +01:00
parent 7eb5a2ea92
commit 730df8073e
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@ lrwxrwxrwx root/root usr/lib/libnotmuch.so.5 -> libnotmuch.so.5.2.0
-rw-r--r-- root/root usr/lib/libnotmuch.so.5.2.0
drwxr-xr-x root/root usr/lib/python3.7/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/notmuch-0.29.2-py3.7.egg-info
-rw-r--r-- root/root usr/lib/python3.7/site-packages/notmuch-0.29.3-py3.7.egg-info
drwxr-xr-x root/root usr/lib/python3.7/site-packages/notmuch/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/notmuch/__init__.py
drwxr-xr-x root/root usr/lib/python3.7/site-packages/notmuch/__pycache__/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34gZ/gcW6tn2neff63cCKplyiR3Yd6mjVeGasX/i2YKOZzLFXWRboxmZSl/a3NrrD/3Vekr+7DssLlkjXT/2OQA=
SHA256 (Pkgfile) = f78e404d1502e39716c5bf517545f0a9659d2cb6bc52c3d2ef558da8faa5b25a
SHA256 (.footprint) = c5def426494ce646ce9c185460e6440f087762620fa3f6058f988d22eee56351
SHA256 (notmuch-0.29.2.tar.xz) = 1bda6149b2fb0840f4d146391cab89e541d30a778f1f6e6fa95b456097cd55de
RWSagIOpLGJF36lBUp8GGUW1u5qOTdUT7TcHI0UVOwZ/fkUAYjhafgaBRHtJH960butcYn/d5762QLjBjWg1aw5IPG005Oey7AY=
SHA256 (Pkgfile) = bd093331468efe60c7d52946f738a762b3a41e837e92f7d221cf47532fdaebe9
SHA256 (.footprint) = 953dc669182bf79b64e832e5bba8d1e2642554c2e9bc5ded573b055570fff611
SHA256 (notmuch-0.29.3.tar.xz) = d5f704b9a72395e43303de9b1f4d8e14dd27bf3646fdbb374bb3dbb7d150dc35

View File

@ -4,8 +4,8 @@
# Depends on: gmime3 talloc xapian-core
# Optional: bash-completion mutt neomutt ruby zsh
name=notmuch
version=0.29.2
release=2
version=0.29.3
release=1
source=(https://notmuchmail.org/releases/$name-$version.tar.xz)
build() {
@ -34,5 +34,5 @@ build() {
[[ -n "$(pkginfo -i | grep '^zsh ')" ]] && true || rm -fr $PKG/usr/share/zsh
[[ -n "$(pkginfo -i | grep '^bashcompletion ')" ]] && make DESTDIR=$PKG WITH_BASH=1 install-completion || true
[[ -n "$(pkginfo -i | grep '^bash-completion ')" ]] && make DESTDIR=$PKG WITH_BASH=1 install-completion || true
}