summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYen Chi Hsuan2017-10-24 20:53:07 +0800
committerYen Chi Hsuan2017-10-24 20:53:07 +0800
commit3cb49a1c0d526356775756a86152798bd004ab2a (patch)
treef66f726e4ebe14d7c40d5a9792c9c656ed17a3b2
parente3ed29dc5de678f2615a1f27c4bc40340082ae37 (diff)
downloadaur-3cb49a1c0d526356775756a86152798bd004ab2a.tar.gz
fix dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce1bc9be8012..044aa5ca2879 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lxqt-notificationd-git
pkgdesc = LXQt notification daemon and library.
- pkgver = 0.11.1.19.g84cfff0
+ pkgver = 0.12.0.1.g3ed7511
pkgrel = 1
url = http://lxqt.org
arch = i686
@@ -9,6 +9,7 @@ pkgbase = lxqt-notificationd-git
makedepends = git
makedepends = cmake
makedepends = qt5-tools
+ makedepends = lxqt-build-tools-git
depends = qt5-base
depends = liblxqt-git
depends = kwindowsystem
diff --git a/PKGBUILD b/PKGBUILD
index 936cfb82a1b5..fdae7c9984c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkgname=lxqt-notificationd
pkgname=$_pkgname-git
-pkgver=0.11.1.19.g84cfff0
+pkgver=0.12.0.1.g3ed7511
pkgrel=1
pkgdesc="LXQt notification daemon and library."
arch=("i686" "x86_64")
url="http://lxqt.org"
license=("LGPL2.1")
depends=("qt5-base" "liblxqt-git" "kwindowsystem")
-makedepends=("git" "cmake" "qt5-tools")
+makedepends=("git" "cmake" "qt5-tools" "lxqt-build-tools-git")
provides=("$_pkgname" "notification-daemon")
conflicts=("$_pkgname")
source=("git+https://github.com/lxde/$_pkgname.git")