diff options
| author | Bart Ribbers <bribbers@disroot.org> | 2019-06-10 12:23:43 +0200 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-18 17:55:20 -0300 |
| commit | 0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93 (patch) | |
| tree | ee9581cb75dc8312b7b9197c6bfbc4331bd98f02 /testing/kcodecs | |
| parent | bdd4baf0db65d0c07ec9f02fd350a1c558f4efc8 (diff) | |
| download | aports-0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93.tar.bz2 aports-0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93.tar.xz | |
testing/kde-frameworks: update to 5.59.0
Diffstat (limited to 'testing/kcodecs')
| -rw-r--r-- | testing/kcodecs/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/kcodecs/APKBUILD b/testing/kcodecs/APKBUILD index ccefecb4cd..9214b5dcf6 100644 --- a/testing/kcodecs/APKBUILD +++ b/testing/kcodecs/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kcodecs -pkgver=5.58.0 +pkgver=5.59.0 pkgrel=0 pkgdesc="Provide a collection of methods to manipulate strings using various encodings" arch="all" @@ -13,7 +13,7 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON @@ -27,4 +27,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="4e4f8083066972a9fc9565673b571d98316bb818646110768d5a68fe47e2db88dd453c22edbb307a65bfdb8a90eac5136507424a2fee5b85bdd77240d33b94f0 kcodecs-5.58.0.tar.xz" +sha512sums="ca32984c2a5d1770dd9577357c4f211b4ceba30a76019354a4234f97ebc55462703403dea449351dfc2b33fb7c5a2e844a72b8c88493bd6bdd481b3ae31bc6fe kcodecs-5.59.0.tar.xz" |
