summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Houben2017-11-10 16:37:25 +0100
committerJan Houben2017-11-10 16:37:25 +0100
commitc70c3114f4ac6c4e67ad945c99c99cda9e4c73fc (patch)
treec99760769695428466a593951f75003fe2e622ae /PKGBUILD
parent10e770d47effbb0faf18b8add8b5600f7d9af271 (diff)
downloadaur-c70c3114f4ac6c4e67ad945c99c99cda9e4c73fc.tar.gz
Remove dependency on zfs-utils-common
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9705018d851..bc2d43a5ccac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
pkgname=plymouth-zfs
pkgver=1
-pkgrel=4
+pkgrel=5
pkgdesc="initcpio hook to support native zfs encryption for plymouth"
-arch=(any)
-license=(MIT)
-depends=(plymouth zfs-utils-common-git)
+arch=('any')
+license=('MIT')
+depends=('plymouth')
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')
+ 'zfs-linux-zen-git: support for the zen kernel'
+ 'zfs-dkms-git: support for all kernels using dkms')
install=plymouth-zfs.install
source=("plymouth-zfs.initcpio.hook"
"plymouth-zfs.initcpio.install"