# Maintainer: Marcell Meszaros < marcell.meszaros AT runbox.eu > # Contributor: Lars Rustand pkgname=pacman-pkgfile-hook pkgver=1.0.0 pkgrel=3 pkgdesc='Pacman hook to update the pkgfile database.' arch=('any') license=('unknown') depends=('pkgfile') source=('pkgfile.hook') md5sums=('fb898371b45dbb50e35404ac9be8a43b') package() { install -D -m0644 "${srcdir}/pkgfile.hook" "${pkgdir}/usr/share/libalpm/hooks/pkgfile.hook" }