Update to 2.1.8.2

This commit is contained in:
TBK 2019-06-10 16:57:56 +02:00
parent 54d796979c
commit ddd57ee9ba
No known key found for this signature in database
GPG Key ID: 5C128503F33DF772
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
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) filesytems kernel module - use with DKMS
pkgver = 2.1.8.1 pkgver = 2.1.8.2
pkgrel = 1 pkgrel = 1
url = https://github.com/tbk/kernel-sdfat url = https://github.com/tbk/kernel-sdfat
arch = any arch = any
license = GPL2 license = GPL-2.0-only
makedepends = linux-headers makedepends = linux-headers
depends = dkms depends = dkms
optdepends = exfat-utils-nofuse: Tools for managening Exfat optdepends = exfat-utils-nofuse: Tools for managening Exfat
@ -13,7 +13,7 @@ pkgbase = sdfat-dkms
conflicts = exfat-dkms-git conflicts = exfat-dkms-git
conflicts = sdfat-dkms-git conflicts = sdfat-dkms-git
options = !strip options = !strip
source = sdfat-dkms-2.1.8.1.tar.gz::https://github.com/TBK/kernel-sdfat/archive/2.1.8.1.tar.gz source = sdfat-dkms-2.1.8.2.tar.gz::https://github.com/TBK/kernel-sdfat/archive/2.1.8.2.tar.gz
source = dkms.conf source = dkms.conf
source = mount.exfat source = mount.exfat
sha512sums = 6862d051181bbbe79bd0704a9c1eba7b4fdc749c4bd7f4da86058c7ade1ac172b3129487754a55852d042dc049409b2007862888303742d15845eea5b1bb7a59 sha512sums = 6862d051181bbbe79bd0704a9c1eba7b4fdc749c4bd7f4da86058c7ade1ac172b3129487754a55852d042dc049409b2007862888303742d15845eea5b1bb7a59

View File

@ -2,12 +2,12 @@
# Contributor: TBK <aur@jjtc.eu> # Contributor: TBK <aur@jjtc.eu>
pkgname=sdfat-dkms pkgname=sdfat-dkms
pkgver=2.1.8.1 pkgver=2.1.8.2
pkgrel=1 pkgrel=1
pkgdesc='FAT12/16/32(VFAT)/64(exFAT) filesytems kernel module - use with DKMS' pkgdesc='FAT12/16/32(VFAT)/64(exFAT) filesytems kernel module - use with DKMS'
arch=('any') arch=('any')
url='https://github.com/tbk/kernel-sdfat' url='https://github.com/tbk/kernel-sdfat'
license=('GPL2') license=('GPL-2.0-only')
depends=('dkms') depends=('dkms')
optdepends=('exfat-utils-nofuse: Tools for managening Exfat') optdepends=('exfat-utils-nofuse: Tools for managening Exfat')
makedepends=('linux-headers') makedepends=('linux-headers')