From fbeb281897f74a5fce0db79870d6dd9000bd88f3 Mon Sep 17 00:00:00 2001 From: kth5 Date: Fri, 9 Aug 2024 13:31:23 +0200 Subject: [PATCH] * update exfat-utils to 1.4.0-3 --- exfat-utils/.SRCINFO | 16 ++++++++++++++++ exfat-utils/.nvchecker.toml | 5 +++++ exfat-utils/PKGBUILD | 5 +++-- 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 exfat-utils/.SRCINFO create mode 100644 exfat-utils/.nvchecker.toml diff --git a/exfat-utils/.SRCINFO b/exfat-utils/.SRCINFO new file mode 100644 index 0000000000..e9138807db --- /dev/null +++ b/exfat-utils/.SRCINFO @@ -0,0 +1,16 @@ +pkgbase = exfat-utils + pkgdesc = Utilities for exFAT file system + pkgver = 1.4.0 + pkgrel = 3 + url = https://github.com/relan/exfat + arch = x86_64 + license = GPL2 + depends = glibc + depends = fuse3 + provides = fuse-exfat + conflicts = fuse-exfat + replaces = fuse-exfat + source = https://github.com/relan/exfat/archive/v1.4.0/exfat-1.4.0.tar.gz + sha256sums = af560659f55dca0270f94809530f359d6bdad5d313133c68b458fb0a8eeab1c8 + +pkgname = exfat-utils diff --git a/exfat-utils/.nvchecker.toml b/exfat-utils/.nvchecker.toml new file mode 100644 index 0000000000..717adb2681 --- /dev/null +++ b/exfat-utils/.nvchecker.toml @@ -0,0 +1,5 @@ +[exfat-utils] +source = "github" +github = "relan/exfat" +prefix = "v" +use_max_tag = true diff --git a/exfat-utils/PKGBUILD b/exfat-utils/PKGBUILD index b542d8a542..f88709c55d 100644 --- a/exfat-utils/PKGBUILD +++ b/exfat-utils/PKGBUILD @@ -1,3 +1,4 @@ +# POWER Maintainer: Alexander Baldeck # Maintainer: Caleb Maclennan # Contributor: Levente Polyak # Contributor: Giovanni Scafora @@ -6,10 +7,10 @@ pkgname=exfat-utils _pkgname=${pkgname%-utils} pkgver=1.4.0 -pkgrel=2 +pkgrel=3 pkgdesc='Utilities for exFAT file system' url="https://github.com/relan/$_pkgname" -arch=(x86_64 powerpc64le powerpc) +arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) license=(GPL2) depends=(glibc fuse3)