[arch-commits] Commit in rtorrent/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat Sep 5 18:26:43 UTC 2015
Date: Saturday, September 5, 2015 @ 20:26:43
Author: jlichtblau
Revision: 139238
upgpkg: rtorrent 0.9.6-1 - new upstream release
Modified:
rtorrent/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-05 17:43:46 UTC (rev 139237)
+++ PKGBUILD 2015-09-05 18:26:43 UTC (rev 139238)
@@ -1,21 +1,22 @@
# $Id$
# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
# Contributor: Daenyth <Daenyth [at] gmail [dot] com>
# Contributor: Jeff Mickey <jeff at archlinux.org>
# Contributor: sh__
pkgname=rtorrent
-pkgver=0.9.5
-pkgrel=2
+pkgver=0.9.6
+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.5' 'curl' 'xmlrpc-c' 'libsigc++')
+depends=('libtorrent=0.13.6' 'curl' 'xmlrpc-c' 'libsigc++')
#source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
#sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz")
-sha1sums=('ae2e2c6444bb29278406118527db19429c8095cf')
+sha1sums=('27505081254618077c291eb1ee36bfb41f974834')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list