testing/pavucontrol-qt: upgrade to 1.1.0

This commit is contained in:
Antoni Aloy Torrens 2022-04-19 12:37:28 +02:00 committed by alice
parent afa047a52d
commit 77479238d8

View File

@ -1,6 +1,6 @@
# Maintainer: Antoni Aloy <aaloytorrens@gmail.com>
pkgname=pavucontrol-qt
pkgver=1.0.0
pkgver=1.1.0
pkgrel=0
pkgdesc="Pulseaudio mixer in Qt (port of pavucontrol)"
url="https://github.com/lxqt/pavucontrol-qt"
@ -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="
10e03572287a468b2c8062098edab1e5783a6b02ec3629ff0d65f87a8dbe2e490752d9edfdba1f0886165302ec9da615467344ae6b7fa97afde63491e193df89 pavucontrol-qt-1.0.0.tar.xz
edd6d495429818aeb339df02a4cbf2d28d7dd8d04a520371d89b55e47d85a4087a5c05afa1aff0950b1c43d759a1b56920a6a4ddfe8fe266735f2147588381cd pavucontrol-qt-1.1.0.tar.xz
"