summaryrefslogtreecommitdiff
path: root/notmuch/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-11-08 13:58:35 +0000
committerTim Biermann <tbier@posteo.de>2020-11-08 13:58:35 +0000
commitffbba92a6bce0c6e798e23f8ba8058c42d897728 (patch)
tree4d690a3f1e71bdb16e7a70f5dea22d1d868899ab /notmuch/Pkgfile
parent3d10ab34de5b205136995244c6ee69bd6bd1368e (diff)
downloadcontrib-ffbba92a6bce0c6e798e23f8ba8058c42d897728.tar.gz
contrib-ffbba92a6bce0c6e798e23f8ba8058c42d897728.tar.xz
notmuch: 0.31 -> 0.31.1
Diffstat (limited to 'notmuch/Pkgfile')
-rw-r--r--notmuch/Pkgfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/notmuch/Pkgfile b/notmuch/Pkgfile
index 4fbe64902..6d85e3550 100644
--- a/notmuch/Pkgfile
+++ b/notmuch/Pkgfile
@@ -4,12 +4,16 @@
# Depends on: gmime3 talloc xapian-core
# Optional: bash-completion mutt neomutt ruby zsh
name=notmuch
-version=0.31
+version=0.31.1
release=1
source=(https://notmuchmail.org/releases/$name-$version.tar.xz)
build() {
cd $name-$version
+
+ # somehow, date seems to be borked, might be deleted again
+ find . -type f -exec touch {} +
+
./configure --prefix=/usr \
--sysconfdir=/etc \
--includedir=/usr/include \

Generated by cgit