summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Suess2021-02-25 15:21:00 -0500
committerJustin Suess2021-02-25 15:21:00 -0500
commit7b7f681d62511f6d57ddc37bb9c4f963b07f5327 (patch)
treea0bc1a35f6a310febdbd134ba4eccf7539c1e4d1
parent41e8f51932a33f5ecf4a174bcb3fbaa2f05fb453 (diff)
downloadaur-7b7f681d62511f6d57ddc37bb9c4f963b07f5327.tar.gz
Added ttf-dejavu as a dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e60838b2fc82..f3b500da2a03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = plymouth-zfs
arch = any
license = MIT
depends = plymouth
+ depends = ttf-dejavu
optdepends = zfs-linux-git: support for the default linux kernel
optdepends = zfs-linux-lts-git: support for the lts kernel
optdepends = zfs-linux-hardened-git: support for the hardened kernel
diff --git a/PKGBUILD b/PKGBUILD
index 7d53342df005..58bbd62231d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgrel=1
pkgdesc="initcpio hook to support native zfs encryption for plymouth"
arch=('any')
license=('MIT')
-depends=('plymouth')
+depends=('plymouth'
+ 'ttf-dejavu')
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'