summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYen Chi Hsuan2017-06-17 04:35:41 +0800
committerYen Chi Hsuan2017-06-17 04:35:41 +0800
commite3ed29dc5de678f2615a1f27c4bc40340082ae37 (patch)
tree60f51a47c69c5803d84209710ff2d4d663e9ab67
parent194c602304298a239b4c87b9d821fa6a166b8e4e (diff)
downloadaur-e3ed29dc5de678f2615a1f27c4bc40340082ae37.tar.gz
Bump to 0.11.1.19.g84cfff0
Remove lxqt-common and some fixes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b5353359aa0..ce1bc9be8012 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = lxqt-notificationd-git
pkgdesc = LXQt notification daemon and library.
- pkgver = 0.10.0.11.g0a0a1d5
+ pkgver = 0.11.1.19.g84cfff0
pkgrel = 1
url = http://lxqt.org
arch = i686
arch = x86_64
- license = GPL2
+ license = LGPL2.1
makedepends = git
makedepends = cmake
makedepends = qt5-tools
- depends = lxqt-common
+ depends = qt5-base
depends = liblxqt-git
depends = kwindowsystem
provides = lxqt-notificationd
diff --git a/PKGBUILD b/PKGBUILD
index ea9c550d8e19..936cfb82a1b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
-# Maintainer: Jerome Leclanche <jerome@leclan.ch>
+# Maintainer: Yen Chi Hsuan <yan12125 at gmail>
+# Contributor: Jerome Leclanche <jerome@leclan.ch>
_pkgname=lxqt-notificationd
pkgname=$_pkgname-git
-pkgver=0.10.0.11.g0a0a1d5
+pkgver=0.11.1.19.g84cfff0
pkgrel=1
pkgdesc="LXQt notification daemon and library."
arch=("i686" "x86_64")
url="http://lxqt.org"
-license=("GPL2")
-depends=("lxqt-common" "liblxqt-git" "kwindowsystem")
+license=("LGPL2.1")
+depends=("qt5-base" "liblxqt-git" "kwindowsystem")
makedepends=("git" "cmake" "qt5-tools")
provides=("$_pkgname" "notification-daemon")
conflicts=("$_pkgname")
source=("git+https://github.com/lxde/$_pkgname.git")
-sha256sums=("SKIP")
+sha256sums=('SKIP')
pkgver() {