diff options
Diffstat (limited to 'user/lxqt-notificationd')
-rw-r--r-- | user/lxqt-notificationd/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/lxqt-notificationd/APKBUILD b/user/lxqt-notificationd/APKBUILD index 6b35346fc..96613fda5 100644 --- a/user/lxqt-notificationd/APKBUILD +++ b/user/lxqt-notificationd/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Sheila Aman <sheila@vulpine.house> # Maintainer: Sheila Aman <sheila@vulpine.house> pkgname=lxqt-notificationd -pkgver=0.15.0 -_lxqt_build=0.7.0 +pkgver=0.17.0 +_lxqt=0.9.0 pkgrel=0 pkgdesc="Daemon for notifications in LXQt" url="https://lxqt.github.io/" @@ -11,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>=$_lxqt_build kwindowsystem-dev" + lxqt-build-tools>=$_lxqt kwindowsystem-dev" source="https://github.com/lxqt/lxqt-notificationd/releases/download/$pkgver/lxqt-notificationd-$pkgver.tar.xz" build() { @@ -37,4 +37,4 @@ package() { make DESTDIR="$pkgdir" -C build install } -sha512sums="0febe3ff61caaf4303e3853df6bc494ce8eb4a931e6d8600a2e38c07317ecadbe3d7060ac234d139326a726c43ac555153dde6b2d4d05e95ab357873457c9632 lxqt-notificationd-0.15.0.tar.xz" +sha512sums="042d69e01c3015d254ae3472867de0b41587af2285cd26445cd9d6d455de8ef713413431dea9997f2d2e19f70c2c8c73af39ce880d54ecb9fd6c50cd05a7dba4 lxqt-notificationd-0.17.0.tar.xz" |