update dpkg intellij-idea-ultimate-edition memtest86-efi prosody-hg-stable sonarr

This commit is contained in:
moparisthebest
2017-01-03 13:55:35 -05:00
parent 880600f59d
commit e5abdef1d3
15 changed files with 130 additions and 105 deletions

View File

@@ -3,7 +3,7 @@
_pkgbasename=memtest86
pkgname=$_pkgbasename-efi
pkgver=7.2
pkgrel=1
pkgrel=3
pkgdesc="A free, thorough, stand alone memory test as an EFI application"
arch=('i686' 'x86_64')
url="http://www.memtest86.com"
@@ -17,12 +17,16 @@ source=("$_pkgbasename-$pkgver.iso.tar.gz::http://www.memtest86.com/downloads/$_
"memtest86-efi"
"memtest86-efi.conf"
"grub.conf"
"systemd-boot.conf")
"systemd-boot.conf"
"memtest86-efi-update.hook"
"memtest86-efi-remove.hook")
md5sums=('5ac971dbe3af784c1847a693f587a667'
'6d78d97e54e9feb75e3b1f835297ffd8'
'5dc6005ffd904163c40ceb06e68a467b'
'6c096df3f55baf3e27c3bd605a418aa2'
'8b4aa0e2f5d769d902459c8f8d514336'
'496120c33c2af986933bf33456fa6cf3')
'496120c33c2af986933bf33456fa6cf3'
'f73ea56bd54ad1b51337046d4ef61a94'
'6027c3cc551663a604520a82cdc78b08')
prepare() {
msg2 "Extract ISO..."
@@ -42,4 +46,8 @@ package() {
install -Dvm644 "$srcdir/memtest86-efi.conf" "$pkgdir/etc/memtest86-efi/memtest86-efi.conf"
install -Dvm644 "$srcdir/grub.conf" "$pkgdir/etc/memtest86-efi/grub.conf"
install -Dvm644 "$srcdir/systemd-boot.conf" "$pkgdir/etc/memtest86-efi/systemd-boot.conf"
msg2 "Install Pacman hooks..."
install -Dvm644 "$srcdir/memtest86-efi-update.hook" "$pkgdir/usr/share/libalpm/hooks/memtest86-efi-update.hook"
install -Dvm644 "$srcdir/memtest86-efi-remove.hook" "$pkgdir/usr/share/libalpm/hooks/memtest86-efi-remove.hook"
}