# Maintainer: Erich Eckner pkgname=update-all pkgver=0.4.7 pkgrel=1 pkgdesc="Simple script for installing updated packages" arch=('any') url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=( 'pacman-contrib' 'vim' ) makedepends=() checkdepends=() optdepends=( 'check-kernel: check if reboot is necessary after update' ) 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=('8ac07bfbbf2e581b669616e943a737bfa74e52083c05b9f6c3fcab91965274309c011a1eef2fa0b79977e9a0cef6cf47444800e5a5504316ff9a64ec12f4ea6d') build() { cd ${pkgname}-${pkgver} make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }