[arch-commits] Commit in memtest86+/trunk (PKGBUILD memtest86+.install)
Eric Bélanger
eric at nymeria.archlinux.org
Sun Oct 6 18:53:50 UTC 2013
Date: Sunday, October 6, 2013 @ 20:53:50
Author: eric
Revision: 195965
upgpkg: memtest86+ 5.01-1
Upstream update, Remove obsolete and useless .install file
Modified:
memtest86+/trunk/PKGBUILD
Deleted:
memtest86+/trunk/memtest86+.install
--------------------+
PKGBUILD | 7 +++----
memtest86+.install | 23 -----------------------
2 files changed, 3 insertions(+), 27 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-06 16:51:26 UTC (rev 195964)
+++ PKGBUILD 2013-10-06 18:53:50 UTC (rev 195965)
@@ -2,15 +2,14 @@
# Maintainer: Eric Bélanger <eric at archlinux.org>
pkgname=memtest86+
-pkgver=4.20
-pkgrel=2
+pkgver=5.01
+pkgrel=1
pkgdesc="An advanced memory diagnostic tool"
arch=('any')
url="http://www.memtest.org"
license=('GPL2')
-install=memtest86+.install
source=(http://www.memtest.org/download/${pkgver}/${pkgname}-${pkgver}.bin.gz)
-sha1sums=('5a91dc1c9e3457456f314e6c99f579210624fafc')
+sha1sums=('acf4b99b435d4e99b8027221524e57d70b8cae47')
package() {
install -D -m644 "${srcdir}/${pkgname}-${pkgver}.bin" "${pkgdir}/boot/memtest86+/memtest.bin"
Deleted: memtest86+.install
===================================================================
--- memtest86+.install 2013-10-06 16:51:26 UTC (rev 195964)
+++ memtest86+.install 2013-10-06 18:53:50 UTC (rev 195965)
@@ -1,23 +0,0 @@
-post_install() {
-cat << EOF
-For using memtest86+, please modify your bootloaders.
-
-If /boot is on root partitions:
-==> GRUB: add this to /boot/grub/menu.lst
-title Memtest86+ [/boot/memtest86+/memtest.bin]
-kernel (hd?,?)/boot/memtest86+/memtest.bin
-
-==> Lilo: add this to lilo.conf
-image = /boot/memtest86+/memtest.bin
-label = "Memtest86+"
-
-If /boot is on a separate partition, then just use /memtest86+/memtest.bin
-without the /boot prefix.
-EOF
-}
-
-post_remove() {
-cat << EOF
-Please remove your additions from your bootloaders.
-EOF
-}
More information about the arch-commits
mailing list