notmuch: update to 0.29.2
This commit is contained in:
parent
ea9e7913f0
commit
2d1b81feff
@ -72,7 +72,7 @@ index 8b80f0e0..8e5fd4ce 100755
|
|||||||
- return 0;
|
- return 0;
|
||||||
-}
|
-}
|
||||||
-EOF
|
-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'
|
- printf 'No.\nCould not make tempdir for testing session-key support.\n'
|
||||||
- errors=$((errors + 1))
|
- errors=$((errors + 1))
|
||||||
- elif ${CC} ${CFLAGS} ${gmime_cflags} _check_session_keys.c ${gmime_ldflags} -o _check_session_keys \
|
- elif ${CC} ${CFLAGS} ${gmime_cflags} _check_session_keys.c ${gmime_ldflags} -o _check_session_keys \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'notmuch'
|
# Template file for 'notmuch'
|
||||||
pkgname=notmuch
|
pkgname=notmuch
|
||||||
version=0.29.1
|
version=0.29.2
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="perl pkg-config python-devel python3-Sphinx python3-devel"
|
hostmakedepends="perl pkg-config python-devel python3-Sphinx python3-devel"
|
||||||
makedepends="bash-completion gmime3-devel talloc-devel xapian-core-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"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://notmuchmail.org"
|
homepage="https://notmuchmail.org"
|
||||||
distfiles="https://notmuchmail.org/releases/notmuch-${version}.tar.xz"
|
distfiles="https://notmuchmail.org/releases/notmuch-${version}.tar.xz"
|
||||||
checksum=9846fc8e32d415cee41f6644581a4de7b0d2e6bc98e1ba86db918f061fcfe365
|
checksum=1bda6149b2fb0840f4d146391cab89e541d30a778f1f6e6fa95b456097cd55de
|
||||||
|
|
||||||
subpackages="libnotmuch libnotmuch-devel notmuch-mutt notmuch-python notmuch-python3"
|
subpackages="libnotmuch libnotmuch-devel notmuch-mutt notmuch-python notmuch-python3"
|
||||||
patch_args=-Np1
|
patch_args=-Np1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user