# Maintainer: Philipp Uhl pkgname=deadd-notification-center-bin pkgver=1.7.0 pkgrel=1 pkgdesc="Customizable notification-daemon with notification center" url="https://github.com/phuhl/linux_notification_center" license=("BSD") arch=('x86_64') depends=('gobject-introspection-runtime' 'gtk3') conflicts=('deadd-notification-center') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/phuhl/linux_notification_center/archive/${pkgver}.tar.gz") prepare() { tar -zxvf "${pkgname}-${pkgver}.tar.gz" } build() { cd "linux_notification_center-${pkgver}" } package() { cd "linux_notification_center-${pkgver}" make DESTDIR="$pkgdir" install } md5sums=('eafe3edc55ac68e098dc61d58c6f7351')