diff options
Diffstat (limited to 'user/systemsettings/APKBUILD')
-rw-r--r-- | user/systemsettings/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/systemsettings/APKBUILD b/user/systemsettings/APKBUILD index 16d27031e..6f28dfae6 100644 --- a/user/systemsettings/APKBUILD +++ b/user/systemsettings/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox-kde@adelielinux.org> pkgname=systemsettings -pkgver=5.24.5 +pkgver=5.27.12 pkgrel=0 pkgdesc="KDE system settings configuration utility" url="https://www.kde.org/" @@ -25,7 +25,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" \ ${CMAKE_CROSSOPTS} . @@ -40,4 +40,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="7dd2aa3d2b0ad821569eaa6e17d064a2216d35a525baf82621a1fb31867a340372ec0349488cc6bf344156f9d9052b589be5d01ed82a1c18fcedaa64fb4986b1 systemsettings-5.24.5.tar.xz" +sha512sums="3d1a85825a0e49240c6ee987f30ad6969395e57b779d4883d1eaea0ecde3a92b30efa6f84df2298774128a6e09e6c1ea8109e12497de7deb4c83d0033a93be2e systemsettings-5.27.12.tar.xz" |