summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Leclanche2016-08-07 23:06:03 +0300
committerJerome Leclanche2016-08-07 23:06:03 +0300
commit194c602304298a239b4c87b9d821fa6a166b8e4e (patch)
treea642035446a1a79597ea2ee3780d08006bf57a04
parentf6232aea9aa0424b9c9618f2374fe4a129436a85 (diff)
downloadaur-194c602304298a239b4c87b9d821fa6a166b8e4e.tar.gz
Add provides=notification-daemon
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e62a63b16d47..2b5353359aa0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lxqt-notificationd-git
pkgdesc = LXQt notification daemon and library.
- pkgver = 0.9.0.14.g41a22ef
+ pkgver = 0.10.0.11.g0a0a1d5
pkgrel = 1
url = http://lxqt.org
arch = i686
@@ -13,6 +13,7 @@ pkgbase = lxqt-notificationd-git
depends = liblxqt-git
depends = kwindowsystem
provides = lxqt-notificationd
+ provides = notification-daemon
conflicts = lxqt-notificationd
source = git+https://github.com/lxde/lxqt-notificationd.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 72144d5a9d53..ea9c550d8e19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lxqt-notificationd
pkgname=$_pkgname-git
-pkgver=0.9.0.40.g3954b60
+pkgver=0.10.0.11.g0a0a1d5
pkgrel=1
pkgdesc="LXQt notification daemon and library."
arch=("i686" "x86_64")
@@ -10,7 +10,7 @@ url="http://lxqt.org"
license=("GPL2")
depends=("lxqt-common" "liblxqt-git" "kwindowsystem")
makedepends=("git" "cmake" "qt5-tools")
-provides=("$_pkgname")
+provides=("$_pkgname" "notification-daemon")
conflicts=("$_pkgname")
source=("git+https://github.com/lxde/$_pkgname.git")
sha256sums=("SKIP")