aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kpty
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-06-10 12:23:43 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-06-18 17:55:20 -0300
commit0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93 (patch)
treeee9581cb75dc8312b7b9197c6bfbc4331bd98f02 /testing/kpty
parentbdd4baf0db65d0c07ec9f02fd350a1c558f4efc8 (diff)
downloadaports-0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93.tar.bz2
aports-0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93.tar.xz
testing/kde-frameworks: update to 5.59.0
Diffstat (limited to 'testing/kpty')
-rw-r--r--testing/kpty/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/kpty/APKBUILD b/testing/kpty/APKBUILD
index 092e7debb1..ea7f6cb75f 100644
--- a/testing/kpty/APKBUILD
+++ b/testing/kpty/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kpty
-pkgver=5.58.0
+pkgver=5.59.0
pkgrel=0
pkgdesc="Pty abstraction"
arch="all"
@@ -15,7 +15,7 @@ options="!check" # The one test it has fails: "Can't open a pseudo teletype"
build() {
cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebugInfo \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_QCH=ON
@@ -29,4 +29,4 @@ check() {
package() {
DESTDIR="$pkgdir" make install
}
-sha512sums="426d3941dbe9ea5ea23c6a8601976460ca7c847363edf2650e2c921b0916ca08bdf882aa328e7a5d7d89adf6d25f1620c74df7a09139e4b595d772cb73daf084 kpty-5.58.0.tar.xz"
+sha512sums="9c3418266032f324b9ea29fd46ca20f8614ba7c89d5ba495ac5c2b91d1077ca9bda28e18f3fc290f1022f55d6a62b33acc5ee8d2178b6c779c160d6f77d80c0e kpty-5.59.0.tar.xz"