summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ca53c177521..a9777bab2f28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deadd-notification-center-git
pkgdesc = Customizable notification-daemon with notification center
- pkgver = 1.7.3.r0.g2aacce2
+ pkgver = 1.7.3.r5.g329506b
pkgrel = 1
url = https://github.com/phuhl/linux_notification_center
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = deadd-notification-center-git
makedepends = cairo
makedepends = pango
makedepends = gobject-introspection
+ makedepends = git
depends = gobject-introspection-runtime
depends = gtk3
provides = deadd-notification-center
diff --git a/PKGBUILD b/PKGBUILD
index 4b575eaffa6d..d18a626912b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_gitname="linux_notification_center"
pkgname=deadd-notification-center-git
-pkgver=1.7.3.r0.g2aacce2
+pkgver=1.7.3.r5.g329506b
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')
-makedepends=('stack' 'cairo' 'pango' 'gobject-introspection')
+makedepends=('stack' 'cairo' 'pango' 'gobject-introspection' 'git')
provides=('deadd-notification-center')
conflicts=('deadd-notification-center-bin' 'deadd-notification-center')
source=("git+${url}.git#branch=master")