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

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Jul 13 19:47:58 UTC 2015


    Date: Monday, July 13, 2015 @ 21:47:58
  Author: jlichtblau
Revision: 136794

upgpkg: rtorrent 0.9.5-1 - new upstream release

Modified:
  rtorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-13 19:46:32 UTC (rev 136793)
+++ PKGBUILD	2015-07-13 19:47:58 UTC (rev 136794)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Gaetan Bisson <bisson at archlinux.org>
 # Contributor:  Daenyth <Daenyth [at] gmail [dot] com>
 # Contributor: Jeff Mickey <jeff at archlinux.org>
@@ -4,17 +5,18 @@
 # Contributor: sh__
 
 pkgname=rtorrent
-pkgver=0.9.4
+pkgver=0.9.5
 pkgrel=1
 pkgdesc='Ncurses BitTorrent client based on libTorrent'
 url='http://rakshasa.github.io/rtorrent/'
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('libtorrent=0.13.4' 'curl' 'xmlrpc-c' 'libsigc++')
+depends=('libtorrent=0.13.5' 'curl' 'xmlrpc-c' 'libsigc++')
+makedepends=('automake' 'autoconf')
 #source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
 #sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d')
-source=("https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz")
-sha1sums=('c1f0b27425f6b025db550cf5ce1997a16af6ff7b')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz")
+sha1sums=('ae2e2c6444bb29278406118527db19429c8095cf')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list