[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Fri Jul 6 16:11:16 UTC 2012


    Date: Friday, July 6, 2012 @ 12:11:16
  Author: ibiru
Revision: 163073

update to 0.16.1, rebuild boost 1.50

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-06 15:51:12 UTC (rev 163072)
+++ PKGBUILD	2012-07-06 16:11:16 UTC (rev 163073)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria <hugo at archlinux.org>
 
 pkgname=libtorrent-rasterbar
-pkgver=0.15.10
+pkgver=0.16.1
 pkgrel=1
 epoch=1
 pkgdesc="A C++ library that aims to be a good alternative to all the other bittorrent implementations around"
@@ -14,10 +14,10 @@
 makedepends=('boost')
 options=('!libtool' '!emptydirs')
 source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('3e461d9ede5fab3fb59be6a9f0cbc52121d536c4')
+sha1sums=('798944301ee6ef8e0d8de3d944c59d184ef1a4d3')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   PYTHON2=/usr/bin/python2 ./configure --prefix=/usr \
       --enable-python-binding \
       --with-libgeoip=system
@@ -25,7 +25,7 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }




More information about the arch-commits mailing list