summaryrefslogtreecommitdiff
path: root/user/lxqt-notificationd
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman@gmail.com>2020-06-12 02:05:08 +0000
committerKiyoshi Aman <kiyoshi.aman@gmail.com>2020-06-12 02:05:08 +0000
commit4f12627b52e2fe9d368267e09fb6f70047b01b3e (patch)
treef6b1d25bf8a2fa1ab58434931c053591c2afbdb1 /user/lxqt-notificationd
parent80e4490be93b3caafd27c9cb7fa9748870f3a854 (diff)
downloadpackages-4f12627b52e2fe9d368267e09fb6f70047b01b3e.tar.gz
packages-4f12627b52e2fe9d368267e09fb6f70047b01b3e.tar.bz2
packages-4f12627b52e2fe9d368267e09fb6f70047b01b3e.tar.xz
packages-4f12627b52e2fe9d368267e09fb6f70047b01b3e.zip
user/lxqt-notificationd: upgrade to 0.15.0
Diffstat (limited to 'user/lxqt-notificationd')
-rw-r--r--user/lxqt-notificationd/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/user/lxqt-notificationd/APKBUILD b/user/lxqt-notificationd/APKBUILD
index 137b19cf8..f5ec50e5f 100644
--- a/user/lxqt-notificationd/APKBUILD
+++ b/user/lxqt-notificationd/APKBUILD
@@ -1,7 +1,8 @@
# Contributor: Kiyoshi Aman <adelie@aerdan.vulpine.house>
# Maintainer: Kiyoshi Aman <adelie@aerdan.vulpine.house>
pkgname=lxqt-notificationd
-pkgver=0.14.1
+pkgver=0.15.0
+_lxqt_build=0.7.0
pkgrel=0
pkgdesc="Daemon for notifications in LXQt"
url="https://lxqt.org"
@@ -10,7 +11,7 @@ options="!check" # No test suite.
license="LGPL-2.1+"
depends=""
makedepends="cmake extra-cmake-modules qt5-qttools-dev liblxqt-dev>=${pkgver%.*}.0
- lxqt-build-tools>=0.6.0 kwindowsystem-dev"
+ lxqt-build-tools>=$_lxqt_build kwindowsystem-dev"
source="https://github.com/lxqt/lxqt-notificationd/releases/download/$pkgver/lxqt-notificationd-$pkgver.tar.xz"
build() {
@@ -36,4 +37,4 @@ package() {
make DESTDIR="$pkgdir" -C build install
}
-sha512sums="dcd1892ff66d6beb5c8953c6731f798a59272365fb7439277732b145cc9e6479314415481d9e8aae9fd670d779011c3d7bb3874b05a67cfad2a722f467866795 lxqt-notificationd-0.14.1.tar.xz"
+sha512sums="0febe3ff61caaf4303e3853df6bc494ce8eb4a931e6d8600a2e38c07317ecadbe3d7060ac234d139326a726c43ac555153dde6b2d4d05e95ab357873457c9632 lxqt-notificationd-0.15.0.tar.xz"