aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcharveey2019-08-03 05:42:13 +0000
committercharveey2019-08-03 05:42:13 +0000
commita0e2f298ac9ecb41b683256a18f5144e8d53577a (patch)
tree6892fcfa93713d3074f65d83efb5b7767b72bda7
parentd6645443a59eab30ad2fb994bdf00f5310ad92be (diff)
downloadaur-a0e2f298ac9ecb41b683256a18f5144e8d53577a.tar.gz
PKGBUILD fixes
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37330159ad6b..505ae86bcb9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -72,6 +72,7 @@ pkgname = linux-bootsplash
depends = kmod
depends = mkinitcpio
optdepends = crda: to set the correct wireless channels of your country
+ optdepends = bootsplash-systemd: to enable bootsplash
provides = linux=5.2.5
backup = etc/mkinitcpio.d/linux-bootsplash.preset
diff --git a/PKGBUILD b/PKGBUILD
index 317086406735..38ff8fb66674 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -202,7 +202,7 @@ _package() {
#_Kpkgdesc="The ${pkgbase/linux/Linux} kernel and modules with the ck1 patchset featuring MuQSS CPU scheduler v0.192"
#pkgdesc="${_Kpkgdesc}"
depends=(coreutils linux-firmware kmod mkinitcpio)
- optdepends=('crda: to set the correct wireless channels of your country')
+ optdepends=('crda: to set the correct wireless channels of your country' 'bootsplash-systemd: to enable bootsplash')
provides=("linux=${pkgver}")
backup=("etc/mkinitcpio.d/$pkgbase.preset")
install=linux.install