summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2018-01-15 14:58:55 +0000
committerReuben Thomas <rrt@sc3d.org>2018-02-02 23:58:08 +0000
commit586b22b6baf7e423f123c7ff68b5f46b5c7d166f (patch)
treedf508eeb75f9a82cc02255b3f5a44192972ec80a
parent49fc8aef9c27dcaf4c5852c0dc9cd9a12f02a87c (diff)
downloadenchant-586b22b6baf7e423f123c7ff68b5f46b5c7d166f.tar.gz
bootstrap.conf: add build-dep of GPG (needed for releases)
-rw-r--r--bootstrap.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 38f56b8..ea6c081 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,4 +1,4 @@
-# bootstrap.conf (Enchant) version 2018-01-13
+# bootstrap.conf (Enchant) version 2018-01-15
# This file is part of Enchant.
#
@@ -30,6 +30,7 @@ checkout_only_file=.gitignore
# Build prerequisites
buildreq='
git 1.5.5 http://git-scm.com
+ gpg 1.4.11 http://www.gnupg.org
tar - http://www.gnu.org/s/tar
'