# Maintainer: graysky pkgname=mandb-ondemand pkgver=1.11 pkgrel=2 pkgdesc="Rebuild man-db cache/purge ondemand and speed up pacman operations." arch=('any') url="http://github.com/graysky2/mandb-ondemand" license=('MIT') depends=('systemd' 'man-db') conflicts=('man-db-systemd') replaces=('man-db-systemd') optdepends=('gzip') install=${pkgname}.install source=(https://github.com/graysky2/${pkgname}/archive/v${pkgver}.tar.gz) sha256sums=('9e8d5c9a172e6c40c4c024506b8eaf790c56c8410370ad19ea2311c8f5566b5b') build() { cd ${pkgname}-${pkgver} make } package() { cd ${pkgname}-${pkgver} make DESTDIR="$pkgdir" install }