commit 3957b255d65b0bb01a6fb64defa6db89d9b32a46
parent c21e713e933cb19a62e204e9d524656b82f08a84
Author: aabacchus <ben@bvnf.space>
Date: Tue, 11 Apr 2023 23:18:40 +0100
profanity: enable python plugins
Diffstat:
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/profanity/build b/profanity/build
@@ -4,6 +4,6 @@
--prefix=/usr \
--enable-pgp \
--enable-omemo \
- --disable-python-plugins
+ --enable-python-plugins
make DESTDIR="$1" install
diff --git a/profanity/depends b/profanity/depends
@@ -5,5 +5,6 @@ libsignal-protocol-c
libstrophe
ncurses
pkgconf make
+python
readline
sqlite
diff --git a/profanity/version b/profanity/version
@@ -1 +1 @@
-0.13.1 1
+0.13.1 2