summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9f8610e0788..24daf22308c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 19 19:46:18 UTC 2016
+# Sat Mar 19 19:50:20 UTC 2016
pkgbase = twmn-git
pkgdesc = A notification system for tiling window managers
pkgver = 171.6660f7e
@@ -15,6 +15,7 @@ pkgbase = twmn-git
depends = boost-libs>=1.46
depends = libxext
depends = libxkbcommon-x11
+ provides = notification-daemon
conflicts = twmn
source = twmn::git+https://github.com/cyrozap/twmn.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 69b9755b9e51..a5c700f6ef7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ pkgdesc="A notification system for tiling window managers"
arch=('any')
url="https://github.com/cyrozap/twmn"
license=('LGPL3')
+provides=('notification-daemon')
depends=('qt5-base' 'qt5-x11extras' 'boost-libs>=1.46' 'libxext' 'libxkbcommon-x11')
makedepends=('git' 'pkg-config' 'boost>=1.46')
conflicts=('twmn')