T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
rtorrent
Commits:
282ccf3e by T.J. Townsend at 2025-11-21T10:25:56-05:00
upgpkg: 0.16.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = rtorrent
pkgdesc = Ncurses BitTorrent client based on libTorrent
- pkgver = 0.16.2
+ pkgver = 0.16.3
pkgrel = 1
url = https://rakshasa.github.io/rtorrent/
arch = x86_64
license = GPL-2.0-or-later
makedepends = git
- depends = libtorrent=0.16.2
+ depends = libtorrent=0.16.3
depends = curl
depends = tinyxml2
- source = git+https://github.com/rakshasa/rtorrent.git#tag=v0.16.2
- sha256sums =
fe2fef43754a9f71da6f4c4b8ae793b3a9103bb01eabbd3b529c111f10b79b88
+ source = git+https://github.com/rakshasa/rtorrent.git#tag=v0.16.3
+ sha256sums =
74c9e53bc551b3729c8dc6a0e3b29d9bbed85bf8f815d2c79693d79fac5335eb
pkgname = rtorrent
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
# Contributor: sh__
pkgname=rtorrent
-pkgver=0.16.2
+pkgver=0.16.3
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=('fe2fef43754a9f71da6f4c4b8ae793b3a9103bb01eabbd3b529c111f10b79b88')
+sha256sums=('74c9e53bc551b3729c8dc6a0e3b29d9bbed85bf8f815d2c79693d79fac5335eb')
prepare() {
cd ${pkgname}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rtorrent/-/commit/282ccf3ec531efa1fbb4f77d56f589307df47a2d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rtorrent/-/commit/282ccf3ec531efa1fbb4f77d56f589307df47a2d
You're receiving this email because of your account on gitlab.archlinux.org.