summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bcb3e7f7330..f34beb99a496 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = libtorrent-rasterbar-1_1-git
- pkgdesc = A C++ BitTorrent library that aims to be a good alternative to all the other implementations around (git branch RC_1_1)
- pkgver = 1.1.4.r23.g41bfd41ce
+ pkgdesc = A feature complete C++ bittorrent library (git branch RC_1_1)
+ pkgver = 1.1.7.r16.gdc28c9655
pkgrel = 1
- url = http://www.libtorrent.org/
+ url = https://www.libtorrent.org/
arch = i686
arch = x86_64
license = BSD
makedepends = git
makedepends = boost
- makedepends = python2
makedepends = python
+ makedepends = python2
depends = boost-libs
provides = libtorrent-rasterbar
conflicts = libtorrent-rasterbar
diff --git a/PKGBUILD b/PKGBUILD
index 7c7f75f5cd6d..e767397842e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libtorrent-rasterbar-1_1-git
-pkgver=1.1.4.r23.g41bfd41ce
+pkgver=1.1.7.r16.gdc28c9655
pkgrel=1
-pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all the other implementations around (git branch RC_1_1)"
+pkgdesc="A feature complete C++ bittorrent library (git branch RC_1_1)"
arch=('i686' 'x86_64')
-url="http://www.libtorrent.org/"
+url="https://www.libtorrent.org/"
license=('BSD')
depends=('boost-libs')
-makedepends=('git' 'boost' 'python2' 'python')
+makedepends=('git' 'boost' 'python' 'python2')
provides=('libtorrent-rasterbar')
conflicts=('libtorrent-rasterbar')
options=('staticlibs' '!strip')