summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Uhl2020-10-20 12:47:40 +0200
committerPhilipp Uhl2020-10-20 12:47:40 +0200
commitf8131273e28b501d949eba608655a55afe211775 (patch)
tree0993145884a8cbc0ad16255f7f8f681c7477f598
parent9928443d012527f02e8f1fa3c9bf3bfacea282ef (diff)
downloadaur-f8131273e28b501d949eba608655a55afe211775.tar.gz
Fixes missing make service in package function
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dfb0910339c..0d2a266997c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deadd-notification-center-bin
pkgdesc = Customizable notification-daemon with notification center
pkgver = 1.7.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/phuhl/linux_notification_center
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 29ce6a4d06ae..29a0dcc7a4fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=deadd-notification-center-bin
pkgver=1.7.3
-pkgrel=1
+pkgrel=2
pkgdesc="Customizable notification-daemon with notification center"
url="https://github.com/phuhl/linux_notification_center"
license=("BSD")
@@ -22,6 +22,7 @@ build() {
package() {
cd "linux_notification_center-${pkgver}"
+ make service
make DESTDIR="$pkgdir" install
}