Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
nilfs-utils
Commits:
646f3578 by Jelle van der Waa at 2025-12-29T21:31:10+01:00
upgpkg: 2.2.13-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nilfs-utils
pkgdesc = A log-structured file system supporting continuous
snapshotting (userspace utils)
- pkgver = 2.2.12
+ pkgver = 2.2.13
pkgrel = 1
url = http://nilfs.sourceforge.net/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = nilfs-utils
license = LGPL2.1
depends = util-linux
backup = etc/nilfs_cleanerd.conf
- source =
http://nilfs.sourceforge.net/download/nilfs-utils-2.2.12.tar.bz2
- sha256sums =
fc9a8520b68928d43fffa465c3b3845cc9b7d4973f4fbde4b3c7ecf25ce52d09
+ source =
http://nilfs.sourceforge.net/download/nilfs-utils-2.2.13.tar.bz2
+ sha256sums =
f0de7b2c2bc668033428c512886af916f92cabb1f517db2d24c139dda87d7b11
pkgname = nilfs-utils
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Geoffroy Carrier <[email protected]>
pkgname=nilfs-utils
-pkgver=2.2.12
+pkgver=2.2.13
pkgrel=1
pkgdesc="A log-structured file system supporting continuous snapshotting
(userspace utils)"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL2' 'LGPL2.1')
backup=('etc/nilfs_cleanerd.conf')
depends=('util-linux')
source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fc9a8520b68928d43fffa465c3b3845cc9b7d4973f4fbde4b3c7ecf25ce52d09')
+sha256sums=('f0de7b2c2bc668033428c512886af916f92cabb1f517db2d24c139dda87d7b11')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nilfs-utils/-/commit/646f35788750c31c9962b0b3f076a96d5dd6bc52
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nilfs-utils/-/commit/646f35788750c31c9962b0b3f076a96d5dd6bc52
You're receiving this email because of your account on gitlab.archlinux.org.