George Hu pushed to branch main at Arch Linux / Packaging / Packages / btfs
Commits:
8f5ade81 by George Hu at 2025-09-21T01:09:15+08:00
Use SPDX license identifier
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = btfs
pkgrel = 4
url = https://github.com/johang/btfs
arch = x86_64
- license = GPL
+ license = GPL-3.0-or-later
makedepends = boost
depends = fuse2
depends = libtorrent-rasterbar
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgrel=4
pkgdesc="A bittorrent filesystem based on FUSE"
arch=('x86_64')
url="https://github.com/johang/btfs"
-license=('GPL')
+license=('GPL-3.0-or-later')
depends=('fuse2' 'libtorrent-rasterbar' 'curl')
makedepends=('boost')
optdepends=('python: for btplay')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/btfs/-/commit/8f5ade81e22d95e4ed26696461b4292248ceb9f6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/btfs/-/commit/8f5ade81e22d95e4ed26696461b4292248ceb9f6
You're receiving this email because of your account on gitlab.archlinux.org.