George Hu pushed to branch main at Arch Linux / Packaging / Packages / btfs
Commits:
aa0dc0f0 by George Hu at 2025-09-21T01:18:02+08:00
upgpkg: 3.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
pkgbase = btfs
pkgdesc = A bittorrent filesystem based on FUSE
- pkgver = 2.24
- pkgrel = 4
+ pkgver = 3.1
+ pkgrel = 1
url = https://github.com/johang/btfs
arch = x86_64
license = GPL-3.0-or-later
makedepends = boost
- depends = fuse2
+ depends = fuse3
depends = libtorrent-rasterbar
depends = curl
optdepends = python: for btplay
- source =
btfs-2.24.tar.gz::https://github.com/johang/btfs/archive/v2.24.tar.gz
- sha512sums =
33339d9eefe6836c8c96c4ea0fb6ee99150df5500f4d1dce107c20df72e0d2959152fca0901676cec1eebf1de39a69dc46ea96442aecd234c9fb4e7618337b0c
+ source =
btfs-3.1.tar.gz::https://github.com/johang/btfs/archive/v3.1.tar.gz
+ sha512sums =
e21e1c56ce2cc171f046746cbae17060abde1269f5c48b4c1484ccba6afc486d969c1402ef5282c1de4e019960f48922e70c9c120ecc254798c19d15ee270380
pkgname = btfs
=====================================
PKGBUILD
=====================================
@@ -1,17 +1,17 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=btfs
-pkgver=2.24
-pkgrel=4
+pkgver=3.1
+pkgrel=1
pkgdesc="A bittorrent filesystem based on FUSE"
arch=('x86_64')
url="https://github.com/johang/btfs"
license=('GPL-3.0-or-later')
-depends=('fuse2' 'libtorrent-rasterbar' 'curl')
+depends=('fuse3' 'libtorrent-rasterbar' 'curl')
makedepends=('boost')
optdepends=('python: for btplay')
source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz")
-sha512sums=('33339d9eefe6836c8c96c4ea0fb6ee99150df5500f4d1dce107c20df72e0d2959152fca0901676cec1eebf1de39a69dc46ea96442aecd234c9fb4e7618337b0c')
+sha512sums=('e21e1c56ce2cc171f046746cbae17060abde1269f5c48b4c1484ccba6afc486d969c1402ef5282c1de4e019960f48922e70c9c120ecc254798c19d15ee270380')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/btfs/-/commit/aa0dc0f0c12877589215f979d95ba189f094efd1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/btfs/-/commit/aa0dc0f0c12877589215f979d95ba189f094efd1
You're receiving this email because of your account on gitlab.archlinux.org.