* update exfat-utils to 1.4.0-3
This commit is contained in:
parent
fe1a2467a5
commit
fbeb281897
16
exfat-utils/.SRCINFO
Normal file
16
exfat-utils/.SRCINFO
Normal 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
|
5
exfat-utils/.nvchecker.toml
Normal file
5
exfat-utils/.nvchecker.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[exfat-utils]
|
||||||
|
source = "github"
|
||||||
|
github = "relan/exfat"
|
||||||
|
prefix = "v"
|
||||||
|
use_max_tag = true
|
@ -1,3 +1,4 @@
|
|||||||
|
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||||
# Maintainer: Caleb Maclennan <caleb@alerque.com>
|
# Maintainer: Caleb Maclennan <caleb@alerque.com>
|
||||||
# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
|
# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
|
||||||
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
|
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
|
||||||
@ -6,10 +7,10 @@
|
|||||||
pkgname=exfat-utils
|
pkgname=exfat-utils
|
||||||
_pkgname=${pkgname%-utils}
|
_pkgname=${pkgname%-utils}
|
||||||
pkgver=1.4.0
|
pkgver=1.4.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='Utilities for exFAT file system'
|
pkgdesc='Utilities for exFAT file system'
|
||||||
url="https://github.com/relan/$_pkgname"
|
url="https://github.com/relan/$_pkgname"
|
||||||
arch=(x86_64 powerpc64le powerpc)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
license=(GPL2)
|
license=(GPL2)
|
||||||
depends=(glibc
|
depends=(glibc
|
||||||
fuse3)
|
fuse3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user