diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -7,7 +7,8 @@
libgtk-x11-2.0.so.0
libncursesw.so.5
libnotify.so.4
+libotr.so.5
libpthread.so.0
-libpython2.7.so.1.0
+libpython3.6m.so.1.0
libreadline.so.6
libstrophe.so.0
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : profanity
-version : 0.5.1
-release : 2
+version : 0.6.0
+release : 3
source :
- - http://profanity.im/profanity-0.5.1.tar.gz : e3513713e74ec3363fbdbac2919bdc17e249988780cc5a4589d1425807a7feb8
+ - https://github.com/boothj5/profanity/releases/download/0.6.0/profanity-0.6.0.tar.gz : f1b2773b79eb294297686f3913e9489c20effae5e3a335c8956db18f6ee2f660
license : GPL-3.0-or-later
component : network.im
summary : Profanity - A console based XMPP client
@@ -22,10 +22,13 @@
- pkgconfig(gtk+-2.0)
- pkgconfig(libcurl)
- pkgconfig(libnotify)
+ - pkgconfig(libotr)
- pkgconfig(libstrophe)
- pkgconfig(ncursesw)
+ - pkgconfig(python3)
+ - libgcrypt-devel
setup : |
- %configure
+ %configure PYTHON_VERSION=%python3_version%
build : |
%make
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -18,7 +18,7 @@
- Desktop notifications
- Plugins in Python and C
- https://solus-project.com/sources/README.Solus
+ https://getsol.us/sources/README.Solus
profanity
@@ -43,6 +43,7 @@
/usr/share/profanity/themes/batman
/usr/share/profanity/themes/bios
/usr/share/profanity/themes/boothj5
+ /usr/share/profanity/themes/boothj5_laptop
/usr/share/profanity/themes/boothj5_slack
/usr/share/profanity/themes/complex
/usr/share/profanity/themes/forest
@@ -74,7 +75,7 @@
programming.devel
- profanity
+ profanity
/usr/include/profapi.h
@@ -82,12 +83,12 @@
-
- 2019-01-09
- 0.5.1
+
+ 2019-04-14
+ 0.6.0
Packaging update
Pierre-Yves
pyu@riseup.net
\ No newline at end of file