[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Tue Jan 8 02:34:47 UTC 2013
Date: Monday, January 7, 2013 @ 21:34:46
Author: eric
Revision: 174854
upgpkg: libtorrent-rasterbar 1:0.16.6-1
Upstream update, Fix license
Modified:
libtorrent-rasterbar/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-01-08 01:15:06 UTC (rev 174853)
+++ PKGBUILD 2013-01-08 02:34:46 UTC (rev 174854)
@@ -3,18 +3,18 @@
# Contributor: Hugo Doria <hugo at archlinux.org>
pkgname=libtorrent-rasterbar
-pkgver=0.16.5
+pkgver=0.16.6
pkgrel=1
epoch=1
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=('i686' 'x86_64')
-license=('custom')
+license=('BSD')
depends=('boost-libs' 'geoip' 'python2')
makedepends=('boost')
options=('!libtool' '!emptydirs')
source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('dde29c7a51392d9098de23e2e69a993a5c380016')
+sha1sums=('baf95f53be99a90c4bb1488a72e9d625684bbbd2')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list