summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBin Jin2015-10-16 23:43:04 +0200
committerBin Jin2015-10-16 23:43:04 +0200
commit1630cf622695bd11b460074188275fe1dde6add4 (patch)
treea04a2956a7e26dfd04178930801ad3f4f17fe473 /PKGBUILD
parenta53ecefa09d8f105ff09c7a0d2f283aaddcaf59e (diff)
downloadaur-1630cf622695bd11b460074188275fe1dde6add4.tar.gz
Bump release, add mkinitcpio-dkms support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 480d0e897f60..2999f132b469 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase="zfs-dkms-git"
pkgname=("zfs-dkms-git" "zfs-utils-dkms-git")
pkgver=0.6.5.3_r0_g9aaf60b
-pkgrel=2
+pkgrel=3
license=('CDDL')
makedepends=("git" "tar")
arch=("i686" "x86_64")
@@ -45,6 +45,7 @@ build() {
package_zfs-dkms-git() {
pkgdesc="Kernel modules for the Zettabyte File System."
depends=("spl-dkms-git" "zfs-utils-dkms-git=${pkgver}-${pkgrel}" "dkms")
+ optdepends=("mkinitcpio-dkms: Generate initramfs with zfs modules automatically")
provides=("zfs-dkms")
conflicts=("zfs-git" "zfs-lts" "zfs-dkms")
install=zfs.install