Fix typo
This commit is contained in:
parent
ddd57ee9ba
commit
8f3528d912
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = sdfat-dkms
|
pkgbase = sdfat-dkms
|
||||||
pkgdesc = FAT12/16/32(VFAT)/64(exFAT) filesytems kernel module - use with DKMS
|
pkgdesc = FAT12/16/32(VFAT)/64(exFAT) file systems kernel module - use with DKMS
|
||||||
pkgver = 2.1.8.2
|
pkgver = 2.1.8.2
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/tbk/kernel-sdfat
|
url = https://github.com/tbk/kernel-sdfat
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL-2.0-only
|
license = GPL-2.0-only
|
||||||
|
|
|
||||||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
pkgname=sdfat-dkms
|
pkgname=sdfat-dkms
|
||||||
pkgver=2.1.8.2
|
pkgver=2.1.8.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='FAT12/16/32(VFAT)/64(exFAT) filesytems kernel module - use with DKMS'
|
pkgdesc='FAT12/16/32(VFAT)/64(exFAT) file systems kernel module - use with DKMS'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='https://github.com/tbk/kernel-sdfat'
|
url='https://github.com/tbk/kernel-sdfat'
|
||||||
license=('GPL-2.0-only')
|
license=('GPL-2.0-only')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue