Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / btfs


Commits:
3224e53f by Antonio Rojas at 2026-07-11T15:23:10+02:00
upgpkg: 3.1-2: libtorrent-rasterbar 2.1 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = btfs
        pkgdesc = A bittorrent filesystem based on FUSE
        pkgver = 3.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/johang/btfs
        arch = x86_64
        license = GPL-3.0-or-later
@@ -11,6 +11,8 @@ pkgbase = btfs
        depends = curl
        optdepends = python: for btplay
        source = 
btfs-3.1.tar.gz::https://github.com/johang/btfs/archive/v3.1.tar.gz
+       source = 
https://github.com/johang/btfs/commit/dbf00673ed60d4002ec43bacd420e0ebb64f8ea7.patch
        sha512sums = 
e21e1c56ce2cc171f046746cbae17060abde1269f5c48b4c1484ccba6afc486d969c1402ef5282c1de4e019960f48922e70c9c120ecc254798c19d15ee270380
+       sha512sums = 
8df38a6457674e7c8774ed5897f99d6ec2746580ed8c7e48712523e1403ce8a16e0f171461d2e74fb4e5f762a7a3706da0b3ce91f6673d956fbe37be2da9fb9a
 
 pkgname = btfs


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=btfs
 pkgver=3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A bittorrent filesystem based on FUSE"
 arch=('x86_64')
 url="https://github.com/johang/btfs";
@@ -10,11 +10,14 @@ license=('GPL-3.0-or-later')
 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=('e21e1c56ce2cc171f046746cbae17060abde1269f5c48b4c1484ccba6afc486d969c1402ef5282c1de4e019960f48922e70c9c120ecc254798c19d15ee270380')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz";
+         
https://github.com/johang/btfs/commit/dbf00673ed60d4002ec43bacd420e0ebb64f8ea7.patch)
+sha512sums=('e21e1c56ce2cc171f046746cbae17060abde1269f5c48b4c1484ccba6afc486d969c1402ef5282c1de4e019960f48922e70c9c120ecc254798c19d15ee270380'
+            
'8df38a6457674e7c8774ed5897f99d6ec2746580ed8c7e48712523e1403ce8a16e0f171461d2e74fb4e5f762a7a3706da0b3ce91f6673d956fbe37be2da9fb9a')
 
 prepare() {
   cd $pkgname-$pkgver
+  patch -p1 -i ../dbf00673ed60d4002ec43bacd420e0ebb64f8ea7.patch # support 
libtorrent-rasterbar 2.1
   autoreconf -i
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/btfs/-/commit/3224e53f5b4b3660c6bce62b13d9f3c250ebef52

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/btfs/-/commit/3224e53f5b4b3660c6bce62b13d9f3c250ebef52
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to