diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-26 21:26:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-27 10:14:46 +0000 |
commit | c8ff0591fbc825677402e205d6b6af730e7ef3af (patch) | |
tree | ded92d0a0c38e6ffcf684d6d72fc492fa3a0bc98 /testing/libtorrent-rasterbar | |
parent | d871d0d471c6707a618f2fc29a9ac2e84736bebc (diff) | |
download | aports-c8ff0591fbc825677402e205d6b6af730e7ef3af.tar.bz2 aports-c8ff0591fbc825677402e205d6b6af730e7ef3af.tar.xz |
testing/libtorrent-rasterbar: rebuild against boost 1.62.0
Diffstat (limited to 'testing/libtorrent-rasterbar')
-rw-r--r-- | testing/libtorrent-rasterbar/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libtorrent-rasterbar/APKBUILD b/testing/libtorrent-rasterbar/APKBUILD index b564ce3368..8e5d49a1f5 100644 --- a/testing/libtorrent-rasterbar/APKBUILD +++ b/testing/libtorrent-rasterbar/APKBUILD @@ -5,7 +5,7 @@ pkgname=libtorrent-rasterbar pkgver=1.0.9 _pkgver=${pkgver%.0} _pkgver=${_pkgver//./_} -pkgrel=1 +pkgrel=2 pkgdesc="A feature complete C++ bittorrent implementation" url="http://www.rasterbar.com/products/libtorrent" arch="all" |