diff options
author | Philipp Uhl | 2020-02-23 22:30:33 +0100 |
---|---|---|
committer | Philipp Uhl | 2020-02-23 22:30:33 +0100 |
commit | c40706a384c5e341298b6012c07b673606baef83 (patch) | |
tree | 926ac76e9e2d02766cd11d158428ebd0a360ccb6 | |
parent | 66eb20e8371e2c5cfc00c15a742183ac7c64a8c2 (diff) | |
download | aur-c40706a384c5e341298b6012c07b673606baef83.tar.gz |
Fixes issues with failing build
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = deadd-notification-center-bin pkgdesc = Customizable notification-daemon with notification center pkgver = 1.7.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/phuhl/linux_notification_center arch = x86_64 license = BSD @@ -2,7 +2,7 @@ pkgname=deadd-notification-center-bin pkgver=1.7.0 -pkgrel=1 +pkgrel=2 pkgdesc="Customizable notification-daemon with notification center" url="https://github.com/phuhl/linux_notification_center" license=("BSD") @@ -19,7 +19,9 @@ build() { package() { cd "linux_notification_center-${pkgver}" + make service make DESTDIR="$pkgdir" install } + md5sums=('eafe3edc55ac68e098dc61d58c6f7351') |