diff options
Diffstat (limited to 'user/baloo/APKBUILD')
-rw-r--r-- | user/baloo/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/baloo/APKBUILD b/user/baloo/APKBUILD index 0ea50a54f..5e010883b 100644 --- a/user/baloo/APKBUILD +++ b/user/baloo/APKBUILD @@ -1,8 +1,8 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=baloo -pkgver=5.94.0 -pkgrel=1 +pkgver=5.116.0 +pkgrel=0 pkgdesc="Semantic desktop search framework" url="https://www.kde.org/" arch="all" @@ -39,7 +39,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ -DBUILD_QCH:BOOL=ON \ @@ -56,5 +56,5 @@ package() { make DESTDIR="$pkgdir" -C build install } -sha512sums="e79fa98d86daca96fd813e8778cfffa16488d0c5fc050eaa4b72b5bfc33243fcd777e8508425bf64ecd451e0f150c02dd18fb892d215fa6a05cb17e03bd349f7 baloo-5.94.0.tar.xz +sha512sums="956a07009fa83f852fa88a7bcabffc73343072e30650cc7000e385f73e467aa2c7c440b41715405fc0a59d68ad8e533c2587e06de8475f24b49e1fa35d8b2486 baloo-5.116.0.tar.xz a6e4965d63ea42a09f831489eb493a621a0fa4ec9528a86b0d444e4c4d7e6a3d29adad007d1286f829877ae7e6a7485a8f8e865d2b519c7192fcd72cb2f40505 initialise-variable.patch" |