* update exfat-utils to 1.4.0-2
This commit is contained in:
parent
adfc0eb213
commit
acc0e638d8
@ -1,4 +1,3 @@
|
|||||||
# 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>
|
||||||
@ -7,12 +6,13 @@
|
|||||||
pkgname=exfat-utils
|
pkgname=exfat-utils
|
||||||
_pkgname=${pkgname%-utils}
|
_pkgname=${pkgname%-utils}
|
||||||
pkgver=1.4.0
|
pkgver=1.4.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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 powerpc)
|
||||||
license=(GPL2)
|
license=(GPL2)
|
||||||
depends=(glibc fuse2)
|
depends=(glibc
|
||||||
|
fuse3)
|
||||||
conflicts=(fuse-exfat)
|
conflicts=(fuse-exfat)
|
||||||
provides=(fuse-exfat)
|
provides=(fuse-exfat)
|
||||||
replaces=(fuse-exfat)
|
replaces=(fuse-exfat)
|
||||||
@ -36,5 +36,5 @@ build() {
|
|||||||
package() {
|
package() {
|
||||||
cd "$_archive"
|
cd "$_archive"
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
install -Dm 644 */*.8 -t "$pkgdir/usr/share/man/man8"
|
install -Dm0644 -t "$pkgdir/usr/share/man/man8" */*.8
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user