diff options
Diffstat (limited to 'user/syndication/APKBUILD')
-rw-r--r-- | user/syndication/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/syndication/APKBUILD b/user/syndication/APKBUILD index 1c2971228..633f25b40 100644 --- a/user/syndication/APKBUILD +++ b/user/syndication/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=syndication -pkgver=5.94.0 +pkgver=5.116.0 pkgrel=0 pkgdesc="RSS/Atom parser framework for Qt / KDE" url="https://www.kde.org/" @@ -21,7 +21,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 \ @@ -37,4 +37,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="8b33ca8eddd59d4461822b51a536fce53b86ec2e6b9a26d3c7e66b0317d13b2a6a271e2c011e5e9298d8d328abc961f58566caa5f1a2caf6f825b6eb5fdc1a7c syndication-5.94.0.tar.xz" +sha512sums="82ca9937286cc9ab525bb078b2c884c368be7d243462a636d50a005e8667666f5cfdc11b324be75269857bf9f143a7b3704fc6411600bbfb60acd30dd772181d syndication-5.116.0.tar.xz" |