testing/lxqt-notificationd: upgrade to 1.1.0

This commit is contained in:
Antoni Aloy Torrens 2022-04-19 12:23:53 +02:00 committed by alice
parent 8cb93bc5c3
commit fa4422bc48

View File

@ -1,6 +1,6 @@
# Maintainer: Antoni Aloy <aaloytorrens@gmail.com>
pkgname=lxqt-notificationd
pkgver=1.0.0
pkgver=1.1.0
pkgrel=0
pkgdesc="LXQt notification daemon"
url="https://github.com/lxqt/lxqt-notificationd"
@ -18,7 +18,7 @@ build() {
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
@ -30,5 +30,5 @@ package() {
DESTDIR="$pkgdir" cmake --build build --target install
}
sha512sums="
e8953c06be5821d875027692589dd80bfc7bca8ff9d7e590dcab2ab80b17ed530983119b0cf9d254ba5b15bf863eb6283896e6ae38a999437e5ccd7d3a50adf9 lxqt-notificationd-1.0.0.tar.xz
fd4ecdff4e32886959dd8806d247e7bfa5920a3b3c8f98066577758ab7d3884b15c9b791982e9b05a581b04ac09e6eb7d127172a930acf639e1378f997bd583f lxqt-notificationd-1.1.0.tar.xz
"