diff options
Diffstat (limited to 'testing/bluez-qt/APKBUILD')
-rw-r--r-- | testing/bluez-qt/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/bluez-qt/APKBUILD b/testing/bluez-qt/APKBUILD index 7f942257a1..3636412231 100644 --- a/testing/bluez-qt/APKBUILD +++ b/testing/bluez-qt/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=bluez-qt -pkgver=5.58.0 +pkgver=5.59.0 pkgrel=0 arch="all" pkgdesc="Qt wrapper for Bluez 5 DBus API" @@ -15,7 +15,7 @@ options="!check" # Multiple tests either hang or fail completely build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON @@ -25,4 +25,4 @@ build() { package() { DESTDIR="$pkgdir" make install } -sha512sums="c6447bc8464876f91d8a9e2a0bd545791fa627ae94c47990ae58df7ac29ea9bf932482ca0ff94e84946950ddd95c9784d53ac6fd25e98901267d5267251d0d6f bluez-qt-5.58.0.tar.xz" +sha512sums="9e9602ddb500aafec4c66c6e68f6a14bc4f2219cf707cb86d7b944b9f82b5e76ce2fc0f2640fc3462a1d106fef2ce5af6862784666d09b8de64d7ae59f4b873b bluez-qt-5.59.0.tar.xz" |