# Maintainer: Christian Hesse pkgname=mpd-notification pkgver=0.8.6 pkgrel=2 pkgdesc='Notify about tracks played by mpd' arch=('i686' 'x86_64') url='https://github.com/eworm-de/mpd-notification' depends=('libsystemd' 'ffmpeg' 'file' 'iniparser' 'libnotify' 'libmpdclient') makedepends=('systemd' 'discount') license=('GPL') validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc}) sha256sums=('d7459f70e8a1ccf6ce5e3ec9b94fe01cafc57a1933ec64be3a1aaba3328d6205' 'SKIP') build() { cd ${pkgname}-${pkgver}/ make } package() { cd ${pkgname}-${pkgver}/ make DESTDIR="${pkgdir}" install }