T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / rtorrent
Commits: 0479187c by T.J. Townsend at 2025-05-01T10:18:40-04:00 upgpkg: 0.15.3-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,15 +1,15 @@ pkgbase = rtorrent pkgdesc = Ncurses BitTorrent client based on libTorrent - pkgver = 0.15.2 - pkgrel = 3 + pkgver = 0.15.3 + pkgrel = 1 url = https://rakshasa.github.io/rtorrent/ arch = x86_64 license = GPL-2.0-or-later makedepends = git - depends = libtorrent=0.15.2 + depends = libtorrent=0.15.3 depends = curl depends = tinyxml2 - source = git+https://github.com/rakshasa/rtorrent.git#commit=316b0b51d52154af629f0dc39253c61f5456dcb6 - sha256sums = 4b4602fe60094a25cfd820bdb190eeca52f5a35e94c106243d9e7cb505185849 + source = git+https://github.com/rakshasa/rtorrent.git#tag=v0.15.3 + sha256sums = 0176980039b18948824e6075fa32ff5759bdc22a882edbf30c5b7b0ec1800083 pkgname = rtorrent ===================================== PKGBUILD ===================================== @@ -6,18 +6,16 @@ # Contributor: sh__ pkgname=rtorrent -pkgver=0.15.2 -_commit=316b0b51d52154af629f0dc39253c61f5456dcb6 -pkgrel=3 +pkgver=0.15.3 +pkgrel=1 pkgdesc='Ncurses BitTorrent client based on libTorrent' url='https://rakshasa.github.io/rtorrent/' license=('GPL-2.0-or-later') arch=('x86_64') makedepends=('git') depends=("libtorrent=${pkgver}" 'curl' 'tinyxml2') -#source=("git+https://github.com/rakshasa/rtorrent.git#tag=v${pkgver}") -source=("git+https://github.com/rakshasa/rtorrent.git#commit=${_commit}") -sha256sums=('4b4602fe60094a25cfd820bdb190eeca52f5a35e94c106243d9e7cb505185849') +source=("git+https://github.com/rakshasa/rtorrent.git#tag=v${pkgver}") +sha256sums=('0176980039b18948824e6075fa32ff5759bdc22a882edbf30c5b7b0ec1800083') prepare() { cd ${pkgname} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rtorrent/-/commit/0479187cd8e7abfcbd4e73e38e97f0ad266b8a65 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rtorrent/-/commit/0479187cd8e7abfcbd4e73e38e97f0ad266b8a65 You're receiving this email because of your account on gitlab.archlinux.org.