# Maintainer: Erich Eckner pkgname=update-all pkgver=0.7.6 pkgrel=1 pkgdesc="Simple script for installing updated packages" arch=('any') url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=( 'archlinux-contrib' 'pacman-contrib' 'vim' ) makedepends=() checkdepends=() optdepends=( 'check-kernel: check if reboot is necessary after update' 'shutdownasap: allow for less-interuptive reboot' ) provides=() conflicts=() replaces=() backup=('etc/update-me.conf' 'etc/update-all.conf') options=() source=( "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('3eb6b4a7cbba55b07ff9525af65ccc84ca8f111a49777cdfe03bbe8fbe5873c41a2091f4ba34dfc19b3714e90eb5516198c549c6a0cba437abcf801bd4234787') build() { cd ${pkgname}-${pkgver} make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }