From fe755f4c050569c572f8a86a8fcccec7660c50b7 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sat, 13 Mar 2021 08:56:02 -0800 Subject: [PATCH] Update pantalaimon to 0.9.2 --- AboutPage.qml.in | 2 +- build-python.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AboutPage.qml.in b/AboutPage.qml.in index eb8a48f..d709fcf 100644 --- a/AboutPage.qml.in +++ b/AboutPage.qml.in @@ -94,7 +94,7 @@ Page { Label { width: parent.width horizontalAlignment: Text.AlignHCenter - text: i18n.tr("Pantalaimon v0.9.1") + text: i18n.tr("Pantalaimon v0.9.2") wrapMode: Text.WordWrap fontSize: "large" } diff --git a/build-python.sh b/build-python.sh index e5353fb..8c4d969 100755 --- a/build-python.sh +++ b/build-python.sh @@ -35,7 +35,7 @@ export LDFLAGS=-L${ROOT}/build/${ARCH_TRIPLET}/olm/install/lib/${ARCH_TRIPLET} echo echo "...installing pantalaimon..." echo -${INSTALL_DIR}/bin/pip3 install --upgrade pantalaimon +${INSTALL_DIR}/bin/pip3 install --upgrade pantalaimon==0.9.2 export PATH=/usr/${ARCH_TRIPLET}/bin:${PATH} echo