summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Salzberg2016-11-28 21:04:10 +0900
committerChris Salzberg2016-11-28 21:04:10 +0900
commit8be73a9e02d843156782c14ea113f88d2f55d05c (patch)
tree40c82406341e10218c18582879a5da8e24a62cf2 /PKGBUILD
parent4793e0cb8218fb9c59277de477d551e9f0871fda (diff)
downloadaur-8be73a9e02d843156782c14ea113f88d2f55d05c.tar.gz
Update to include --with-gdbm
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9f9136f095b..672fa65c71a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=neomutt
pkgname=neomutt-git
-pkgver=neomutt.20160916.r1.gd6b6ee9
+pkgver=neomutt.20161126.r1.g7d69f2a
pkgrel=1
pkgdesc='The New Mutt: powerful text-based mail client with all the best feature patches'
url='http://www.neomutt.org/'
@@ -44,7 +44,8 @@ build() {
--with-sasl \
--with-curses=/usr \
--with-regex \
- --with-idn
+ --with-idn \
+ --with-gdbm
# Build it!
make