diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,11 +1,13 @@ ld-linux-x86-64.so.2 -libboost_python.so.1.66.0 +libboost_chrono.so.1.66.0 +libboost_python3.so.1.66.0 +libboost_random.so.1.66.0 libboost_system.so.1.66.0 libc.so.6 libcrypto.so.1.0.0 libgcc_s.so.1 libm.so.6 libpthread.so.0 -libpython2.7.so.1.0 +libpython3.6m.so.1.0 libssl.so.1.0.0 libstdc++.so.6 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,6 +1,6 @@ name : libtorrent-rasterbar version : 1.1.10 -release : 15 +release : 16 source : - https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_1_10/libtorrent-rasterbar-1.1.10.tar.gz : 07b2b391e0d16bc693d793e352338488a0e41f3130b70884bb2e0270ea00b8c2 license : BSD-2-Clause @@ -9,14 +9,15 @@ description: | libtorrent is a C++ implementation of the BitTorrent protocol. builddeps : + - pkgconfig(python3) - libboost-devel - libiconv-devel setup : | - %configure \ - --enable-python-binding \ - --enable-shared \ - --disable-static \ - --with-libiconv + export PYTHON=/usr/bin/python3 + %configure --disable-static \ + --enable-python-binding \ + --enable-shared \ + --with-libiconv 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 @@ -2,15 +2,15 @@ libtorrent-rasterbar - Joshua Strobl - joshua@stroblindustries.com + Fabio Forni + livingsilver94.solus@redaril.me BSD-2-Clause programming libtorrent is a C++ implementation of the BitTorrent protocol libtorrent is a C++ implementation of the BitTorrent protocol. - https://solus-project.com/sources/README.Solus + https://getsol.us/sources/README.Solus libtorrent-rasterbar @@ -19,8 +19,8 @@ programming - /usr/lib/python2.7/site-packages/libtorrent.so - /usr/lib/python2.7/site-packages/python_libtorrent-1.1.10-py2.7.egg-info + /usr/lib/python3.6/site-packages/libtorrent.cpython-36m-x86_64-linux-gnu.so + /usr/lib/python3.6/site-packages/python_libtorrent-1.1.10-py3.6.egg-info /usr/lib64/libtorrent-rasterbar.so.9 /usr/lib64/libtorrent-rasterbar.so.9.0.0 @@ -32,7 +32,7 @@ programming.devel - libtorrent-rasterbar + libtorrent-rasterbar /usr/include/libtorrent/ConvertUTF.h @@ -237,12 +237,12 @@ - - 2018-10-09 + + 2019-06-26 1.1.10 Packaging update - Joshua Strobl - joshua@stroblindustries.com + Fabio Forni + livingsilver94.solus@redaril.me \ No newline at end of file