T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
libtorrent
Commits:
64b58971 by T.J. Townsend at 2025-12-02T16:21:06-05:00
upgpkg: 0.16.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = libtorrent
pkgdesc = BitTorrent library with a focus on high performance
- 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 = openssl
- source = git+https://github.com/rakshasa/libtorrent.git#tag=v0.16.4
- sha256sums =
a77deb5e5f89e095aeec2f2c29203b98340614295fa0eff80bc32a3b52033689
+ source = git+https://github.com/rakshasa/libtorrent.git#tag=v0.16.5
+ sha256sums =
7324608945822b0498fd226cabf835721df7b29560127dacfdbc7ec3e8041584
pkgname = libtorrent
=====================================
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+Arch [at] gmail [dot] com>
# Contributor: Jeff Mickey <[email protected]>
# Contributor: sh__
pkgname=libtorrent
-pkgver=0.16.4
+pkgver=0.16.5
pkgrel=1
pkgdesc='BitTorrent library with a focus on high performance'
url='https://rakshasa.github.io/rtorrent/'
@@ -15,7 +15,7 @@ license=('GPL-2.0-or-later')
makedepends=('git')
depends=('openssl')
source=("git+https://github.com/rakshasa/libtorrent.git#tag=v${pkgver}")
-sha256sums=('a77deb5e5f89e095aeec2f2c29203b98340614295fa0eff80bc32a3b52033689')
+sha256sums=('7324608945822b0498fd226cabf835721df7b29560127dacfdbc7ec3e8041584')
prepare() {
cd ${pkgname}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libtorrent/-/commit/64b589712c6c1e1e5e56f2475198a8fd443dde2f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libtorrent/-/commit/64b589712c6c1e1e5e56f2475198a8fd443dde2f
You're receiving this email because of your account on gitlab.archlinux.org.