summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2024-03-03 12:09:28 +0000
committerWorMzy Tykashi2024-03-03 12:09:28 +0000
commitfaa765e883ee4e20ab3f02872690ca63eba508aa (patch)
tree84ef39e161cb73b7aacd73f0f54583be03af9684
parent8a0425044422f05a3c9af9f5ad97720c64f21c42 (diff)
downloadaur-btrfs-progs-git.tar.gz
Use SPDX-License-Identifier
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abcab642973d..12f3262a0a35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = btrfs-progs-git
pkgdesc = Btrfs filesystem utilities
- pkgver = 6935_6.6.3_r0_g92e18dbc
+ pkgver = 6994_6.7.1_r0_g60abf7a9
pkgrel = 1
url = https://btrfs.wiki.kernel.org/index.php/Main_Page
install = btrfs-progs-git.install
arch = i686
arch = x86_64
- license = GPL
+ license = GPL-2.0-only
makedepends = e2fsprogs
makedepends = git
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 27bcce2e762e..99a4e72871e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=btrfs-progs-git
_gitname=${pkgname%-git}
-pkgver=6935_6.6.3_r0_g92e18dbc
+pkgver=6994_6.7.1_r0_g60abf7a9
pkgrel=1
pkgdesc="Btrfs filesystem utilities"
arch=("i686" "x86_64")
url="https://btrfs.wiki.kernel.org/index.php/Main_Page"
-license=('GPL')
+license=('GPL-2.0-only')
depends=('glibc' 'lzo' 'systemd-libs' 'util-linux-libs' 'zlib' 'zstd')
makedepends=('e2fsprogs' 'git' 'python-setuptools' 'python-sphinx' 'python-sphinx_rtd_theme' 'reiserfsprogs')
optdepends=('reiserfsprogs: btrfs-convert utility'