diff options
-rw-r--r-- | efi-sync/README | 4 | ||||
-rw-r--r-- | efi-sync/efi-sync.SlackBuild | 4 | ||||
-rw-r--r-- | efi-sync/efi-sync.info | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/efi-sync/README b/efi-sync/README index e055ad8..71a5cef 100644 --- a/efi-sync/README +++ b/efi-sync/README @@ -15,5 +15,5 @@ and to /etc/rc.d/rc.local_shutdown (creating it if needed): fi Also ensure your EFI is mounted on boot by having its entry configured in -/etc/fstab. If you use an initial ram disk (initrd), ensure -OUTPUT_IMAGE="/boot/initrd.gz" is configured to your EFI's initrd path. +/etc/fstab. For more instructions, refer to the project's README in this +packages documentation under /usr/doc. diff --git a/efi-sync/efi-sync.SlackBuild b/efi-sync/efi-sync.SlackBuild index 08f7961..9c0ed64 100644 --- a/efi-sync/efi-sync.SlackBuild +++ b/efi-sync/efi-sync.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh PRGNAM=efi-sync -VERSION=${VERSION:-0.1.0} +VERSION=${VERSION:-0.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_slackcoder} @@ -52,4 +52,4 @@ mkdir -p "$PKG/etc/rc.d" cp -R "$CWD/files/rc.efi-sync.new" "$PKG/etc/rc.d/" cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-0.1.0-$ARCH-$BUILD$TAG.${PKGTYPE:-txz} +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-0.2.0-$ARCH-$BUILD$TAG.${PKGTYPE:-txz} diff --git a/efi-sync/efi-sync.info b/efi-sync/efi-sync.info index 632dff4..4c399b7 100644 --- a/efi-sync/efi-sync.info +++ b/efi-sync/efi-sync.info @@ -1,8 +1,8 @@ PRGNAM="efi-sync" -VERSION="0.1.0" +VERSION="0.2.0" HOMEPAGE="https://git.server.ky/slackcoder/efi-sync" -DOWNLOAD="https://git.server.ky/slackcoder/efi-sync/snapshot/efi-sync-0.1.0.tar.xz" -MD5SUM="c4366ab8e5cb88d50f50c137f3f3f43c" +DOWNLOAD="https://git.server.ky/slackcoder/efi-sync/snapshot/efi-sync-0.2.0.tar.xz" +MD5SUM="9da8ebe6f6bcf30e0b8304c641c72396" REQUIRES="" MAINTAINER="Slack Coder" EMAIL="slackcoder@server.ky" |