diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2020-06-15 21:02:40 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2020-06-15 21:02:40 +0000 |
commit | 50113f4d75b010cf767ed0bcf9d39f7abe678f41 (patch) | |
tree | 87ddeaae5e999efd5ea611ba2e6722f9265f3af3 /user/lxqt-notificationd/APKBUILD | |
parent | 00232199464eaa13cd475988b17886a7635e8758 (diff) | |
parent | 635178f5caa29f35e6f330726c5f3948a99b09a5 (diff) | |
download | packages-50113f4d75b010cf767ed0bcf9d39f7abe678f41.tar.gz packages-50113f4d75b010cf767ed0bcf9d39f7abe678f41.tar.bz2 packages-50113f4d75b010cf767ed0bcf9d39f7abe678f41.tar.xz packages-50113f4d75b010cf767ed0bcf9d39f7abe678f41.zip |
Merge branch 'bumps.aerdan.20200611' into 'master'
Bumps for packages owned by Kiyoshi Aman for 11 June 2020
See merge request adelie/packages!461
Diffstat (limited to 'user/lxqt-notificationd/APKBUILD')
-rw-r--r-- | user/lxqt-notificationd/APKBUILD | 7 |
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" |