summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2017-03-22 11:51:09 +0100
committerRichard Neumann2017-03-22 11:51:09 +0100
commitfca18910f9a24d3a8182f9d51ebfea8174d824a8 (patch)
tree12d1115b2f94934815aad1476164960ce44675e1
parentfa7c5dee28e6050bd66c361112d6ab8855ec4509 (diff)
downloadaur-fca18910f9a24d3a8182f9d51ebfea8174d824a8.tar.gz
Updated hints and help
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--fbsplash.hook2
-rw-r--r--fbsplash.install4
4 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6217e4cbb1fc..fdcc6271d01c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 22 10:36:56 UTC 2017
+# Wed Mar 22 10:50:42 UTC 2017
pkgbase = mkinitcpio-fbsplash
pkgdesc = Tools to include a framebuffer based boot splash within the initcpio
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://aur.archlinux.org/packages/mkinitcpio-fbsplash/
arch = any
@@ -14,8 +14,8 @@ pkgbase = mkinitcpio-fbsplash
source = fbsplash.hook
source = fbsplash.install
source = mkfbsplash
- sha256sums = 37226adfbfdaefa82721735873a5c86d02911032722008ee1eadc1d6a6d6ab55
- sha256sums = d6cc6d4b3ac48b93c79db4b9e61d37c115f51453f6009ba2e3c4d8d8991446d9
+ sha256sums = a9a490071b8ec3232c1e012cbbde5a871d55c29726b84ad099e1a0f0ba0ddf71
+ sha256sums = 2b16aa38772542d19be1c5aa652641b2acc189c2428a35681b8e55d7486e1668
sha256sums = a2dec17047857a6af0308c383a8ba9127ebbd25aa2ebef69b96a66152c3925ec
pkgname = mkinitcpio-fbsplash
diff --git a/PKGBUILD b/PKGBUILD
index 0b32a9cb1361..13c53eddbbd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Credits: Special thanks to reddit user @pahakala who inspired me to create this package.
pkgname='mkinitcpio-fbsplash'
-pkgver='1.0.0'
+pkgver='1.0.1'
pkgrel=1
url="https://aur.archlinux.org/packages/${pkgname}/"
pkgdesc='Tools to include a framebuffer based boot splash within the initcpio'
@@ -12,8 +12,8 @@ depends=('bash')
optdepends=('fbv: for image generation script.')
makedepends=('unzip' 'findutils')
source=('fbsplash.hook' 'fbsplash.install' 'mkfbsplash')
-sha256sums=('37226adfbfdaefa82721735873a5c86d02911032722008ee1eadc1d6a6d6ab55'
- 'd6cc6d4b3ac48b93c79db4b9e61d37c115f51453f6009ba2e3c4d8d8991446d9'
+sha256sums=('a9a490071b8ec3232c1e012cbbde5a871d55c29726b84ad099e1a0f0ba0ddf71'
+ '2b16aa38772542d19be1c5aa652641b2acc189c2428a35681b8e55d7486e1668'
'a2dec17047857a6af0308c383a8ba9127ebbd25aa2ebef69b96a66152c3925ec')
package() {
diff --git a/fbsplash.hook b/fbsplash.hook
index 592a30fb133d..abd1c7f6a276 100644
--- a/fbsplash.hook
+++ b/fbsplash.hook
@@ -8,6 +8,6 @@ run_hook() {
dd if=${SPLASH_IMAGE} of=/dev/fb0 2> /dev/null
else
echo "Cannot find ${SPLASH_IMAGE}."
- echo "Did you include it in the \"BINARIES=...\" of your /etc/mkinitcpio.conf?"
+ echo "Did you include it in the \"FILES=...\" of your /etc/mkinitcpio.conf?"
fi
}
diff --git a/fbsplash.install b/fbsplash.install
index 21cb9839f712..9ff9504ddfe2 100644
--- a/fbsplash.install
+++ b/fbsplash.install
@@ -5,7 +5,5 @@ build() {
}
help() {
- cat <<HELPEOF
-This hook shows a simple splash screen.
-HELPEOF
+ echo "This hook shows a simple framebuffer based splash screen."
}