mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
notmuch: update to 0.29.2
This commit is contained in:
parent
ea9e7913f0
commit
2d1b81feff
2 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@ index 8b80f0e0..8e5fd4ce 100755
|
|||
- return 0;
|
||||
-}
|
||||
-EOF
|
||||
- if ! TEMP_GPG=$(mktemp -d); then
|
||||
- if ! TEMP_GPG=$(mktemp -d "${TMPDIR:-/tmp}/notmuch.XXXXXX"); then
|
||||
- printf 'No.\nCould not make tempdir for testing session-key support.\n'
|
||||
- errors=$((errors + 1))
|
||||
- elif ${CC} ${CFLAGS} ${gmime_cflags} _check_session_keys.c ${gmime_ldflags} -o _check_session_keys \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'notmuch'
|
||||
pkgname=notmuch
|
||||
version=0.29.1
|
||||
version=0.29.2
|
||||
revision=1
|
||||
hostmakedepends="perl pkg-config python-devel python3-Sphinx python3-devel"
|
||||
makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Jan S. <jan.schreib@gmail.com>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://notmuchmail.org"
|
||||
distfiles="https://notmuchmail.org/releases/notmuch-${version}.tar.xz"
|
||||
checksum=9846fc8e32d415cee41f6644581a4de7b0d2e6bc98e1ba86db918f061fcfe365
|
||||
checksum=1bda6149b2fb0840f4d146391cab89e541d30a778f1f6e6fa95b456097cd55de
|
||||
|
||||
subpackages="libnotmuch libnotmuch-devel notmuch-mutt notmuch-python notmuch-python3"
|
||||
patch_args=-Np1
|
||||
|
|
Loading…
Add table
Reference in a new issue