libtorrent-rasterbar: try to rebuild with websocketpp

This commit is contained in:
Jeff Huang 2016-06-21 08:26:44 +01:00
parent fdb632cfc6
commit 8856503cf8

View File

@ -1,11 +1,11 @@
pkgname=libtorrent-rasterbar
pkgver=1.1.0
pkgrel=1
pkgrel=2
pkgdesc="A C++ library that aims to be a good alternative to all the other bittorrent implementations around"
url="http://www.rasterbar.com/products/libtorrent/"
arch=('x86_64')
license=('BSD')
depends=('boost-libs' 'python2' 'geoip')
depends=('boost-libs' 'python2' 'geoip' 'websocketpp')
makedepends=('boost' 'cmake')
options=('!emptydirs')
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_1/$pkgname-$pkgver.tar.gz)