Fix typo
This commit is contained in:
parent
4d219de0f4
commit
37a119e8c7
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,5 +1,5 @@
|
||||||
pkgbase = sdfat-dkms-git
|
pkgbase = sdfat-dkms-git
|
||||||
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 = 26.4f65bdd
|
pkgver = 26.4f65bdd
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/cryptomilk/kernel-sdfat
|
url = https://github.com/cryptomilk/kernel-sdfat
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -5,7 +5,7 @@ pkgname=sdfat-dkms-git
|
||||||
_gitname=kernel-sdfat
|
_gitname=kernel-sdfat
|
||||||
pkgver=26.4f65bdd
|
pkgver=26.4f65bdd
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
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/cryptomilk/kernel-sdfat'
|
url='https://github.com/cryptomilk/kernel-sdfat'
|
||||||
license=('GPL-2.0-only')
|
license=('GPL-2.0-only')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue