mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
exfatprogs: replace exfat-utils
exfat-utils was meant for fuse implementation, which is only needed for older kernel.
This commit is contained in:
parent
5b222f5034
commit
3f84b76e8b
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'exfatprogs'
|
# Template file for 'exfatprogs'
|
||||||
pkgname=exfatprogs
|
pkgname=exfatprogs
|
||||||
version=1.1.3
|
version=1.1.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Tools to create, check and label exFAT filesystems"
|
short_desc="Tools to create, check and label exFAT filesystems"
|
||||||
maintainer="k4leg <python.bogdan@gmail.com>"
|
maintainer="k4leg <python.bogdan@gmail.com>"
|
||||||
|
@ -11,6 +11,7 @@ distfiles="https://github.com/exfatprogs/exfatprogs/archive/${version}.tar.gz"
|
||||||
distfiles="https://github.com/exfatprogs/exfatprogs/releases/download/${version}/exfatprogs-${version}.tar.xz"
|
distfiles="https://github.com/exfatprogs/exfatprogs/releases/download/${version}/exfatprogs-${version}.tar.xz"
|
||||||
checksum=3dbd74b60eec18d2c68d57be4a872d7baa4f7d848e669e31159452ef5245b809
|
checksum=3dbd74b60eec18d2c68d57be4a872d7baa4f7d848e669e31159452ef5245b809
|
||||||
conflicts="exfat-utils"
|
conflicts="exfat-utils"
|
||||||
|
replaces="exfat-utils>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc NEWS
|
vdoc NEWS
|
||||||
|
|
Loading…
Add table
Reference in a new issue