diff options
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 6 insertions, 4 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Tue Dec 29 15:37:47 UTC 2015 +# Wed Dec 30 04:32:22 UTC 2015 pkgbase = zfs-dkms pkgver = 0.6.5.3 - pkgrel = 1 + pkgrel = 2 url = http://zfsonlinux.org/ arch = i686 arch = x86_64 @@ -22,8 +22,9 @@ pkgname = zfs-dkms pkgdesc = Kernel modules for the Zettabyte File System. install = zfs.install depends = spl-dkms=0.6.5.3 - depends = zfs-utils=0.6.5.3-1 + depends = zfs-utils=0.6.5.3-2 depends = dkms + optdepends = mkinitcpio-dkms: Generate initramfs with zfs modules automatically provides = zfs conflicts = zfs-git conflicts = zfs-lts @@ -6,7 +6,7 @@ pkgbase="zfs-dkms" pkgname=("zfs-dkms" "zfs-utils") pkgver=0.6.5.3 -pkgrel=1 +pkgrel=2 license=('CDDL') makedepends=("git" "spl-dkms=${pkgver}") arch=("i686" "x86_64") @@ -40,6 +40,7 @@ build() { package_zfs-dkms() { pkgdesc="Kernel modules for the Zettabyte File System." depends=("spl-dkms=${pkgver}" "zfs-utils=${pkgver}-${pkgrel}" "dkms") + optdepends=("mkinitcpio-dkms: Generate initramfs with zfs modules automatically") provides=("zfs") conflicts=("zfs-git" "zfs-lts") install=zfs.install |