* update exfat-utils to 1.4.0-3

This commit is contained in:
Alexander Baldeck 2024-08-09 13:31:23 +02:00
parent fe1a2467a5
commit fbeb281897
3 changed files with 24 additions and 2 deletions

16
exfat-utils/.SRCINFO Normal file
View File

@ -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

View File

@ -0,0 +1,5 @@
[exfat-utils]
source = "github"
github = "relan/exfat"
prefix = "v"
use_max_tag = true

View File

@ -1,3 +1,4 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Caleb Maclennan <caleb@alerque.com>
# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
@ -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)