T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
rtorrent
Commits:
c1271c1a by T.J. Townsend at 2025-12-02T16:24:53-05:00
upgpkg: 0.16.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = rtorrent
pkgdesc = Ncurses BitTorrent client based on libTorrent
- pkgver = 0.16.4
+ pkgver = 0.16.5
pkgrel = 1
url = https://rakshasa.github.io/rtorrent/
arch = x86_64
license = GPL-2.0-or-later
makedepends = git
- depends = libtorrent=0.16.4
+ depends = libtorrent=0.16.5
depends = curl
depends = tinyxml2
- source = git+https://github.com/rakshasa/rtorrent.git#tag=v0.16.4
- sha256sums =
3c55ae022f2258b0c97a6990aa858812eafb51ea482cd2e159aa9e4c6898fd65
+ source = git+https://github.com/rakshasa/rtorrent.git#tag=v0.16.5
+ sha256sums =
a6b2396e5c66285d144c5e48def3d0f3e789c3c2683b8db36dfb10bcec970ed6
pkgname = rtorrent
=====================================
PKGBUILD
=====================================
@@ -1,12 +1,12 @@
-# Maintainer: Jaroslav Lichtblau <[email protected]>
# Maintainer: T.J. Townsend <[email protected]>
+# Contributor: Jaroslav Lichtblau <[email protected]>
# Contributor: Gaetan Bisson <[email protected]>
# Contributor: Daenyth <Daenyth [at] gmail [dot] com>
# Contributor: Jeff Mickey <[email protected]>
# Contributor: sh__
pkgname=rtorrent
-pkgver=0.16.4
+pkgver=0.16.5
pkgrel=1
pkgdesc='Ncurses BitTorrent client based on libTorrent'
url='https://rakshasa.github.io/rtorrent/'
@@ -15,7 +15,7 @@ arch=('x86_64')
makedepends=('git')
depends=("libtorrent=${pkgver}" 'curl' 'tinyxml2')
source=("git+https://github.com/rakshasa/rtorrent.git#tag=v${pkgver}")
-sha256sums=('3c55ae022f2258b0c97a6990aa858812eafb51ea482cd2e159aa9e4c6898fd65')
+sha256sums=('a6b2396e5c66285d144c5e48def3d0f3e789c3c2683b8db36dfb10bcec970ed6')
prepare() {
cd ${pkgname}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rtorrent/-/commit/c1271c1a442135749eb1885e8deb42f29f07d964
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rtorrent/-/commit/c1271c1a442135749eb1885e8deb42f29f07d964
You're receiving this email because of your account on gitlab.archlinux.org.