Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- PKGBUILD-orig 2025-05-21 12:45:38.619979539 +0200
- +++ PKGBUILD 2025-05-21 12:50:23.957987691 +0200
- @@ -7,8 +7,8 @@
- arch=('i686' 'x86_64')
- url="https://www.libtorrent.org/"
- license=('BSD-3-Clause')
- -depends=('boost-libs' 'openssl')
- -makedepends=('git' 'boost' 'cmake' 'python' 'python-setuptools')
- +depends=('boost1.86-libs' 'openssl')
- +makedepends=('git' 'boost1.86' 'cmake' 'python' 'python-setuptools')
- provides=("libtorrent-rasterbar=$pkgver")
- conflicts=('libtorrent-rasterbar')
- source=('git+https://github.com/arvidn/libtorrent.git#branch=RC_1_2')
- @@ -29,6 +29,7 @@
- cmake \
- -B "_build" \
- + -DBOOST_ROOT=/opt/boost1.86 \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX="/usr" \
- -DCMAKE_INSTALL_LIBDIR="lib" \
Add Comment
Please, Sign In to add comment