summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1539586423ef..9f0584c0fd2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,15 @@
pkgname=plymouth-zfs
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="initcpio hook to support native zfs encryption for plymouth"
arch=(any)
license=(MIT)
-depends=(plymouth zfs)
+depends=(plymouth zfs-utils-common-git)
+optdepends=('zfs-linux-git: support for the default linux kernel'
+ 'zfs-linux-lts-git: support for the lts kernel'
+ 'zfs-linux-hardened-git: support for the hardened kernel'
+ 'zfs-linux-zen-git: support for the zen kernel')
install=plymouth-zfs.install
source=("plymouth-zfs.initcpio.hook"
"plymouth-zfs.initcpio.install"