diff options
-rw-r--r-- | office/texworks/texworks.SlackBuild | 3 | ||||
-rw-r--r-- | office/texworks/texworks.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/office/texworks/texworks.SlackBuild b/office/texworks/texworks.SlackBuild index 0480a5a04714..a069b589a80e 100644 --- a/office/texworks/texworks.SlackBuild +++ b/office/texworks/texworks.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=texworks -VERSION=${VERSION:-0.6.3} +VERSION=${VERSION:-0.6.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -91,6 +91,7 @@ find -L . \ -DTeXworks_PLUGIN_DIR="/usr/lib$LIBDIRSUFFIX/texworks" \ -DTW_BUILD_ID='slackbuilds.org' \ -DWITH_PYTHON='ON' \ + -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3 \ -DDESIRED_QT_VERSION:STRING=4 \ -DBUILD_SHARED_LIBS=ON \ -DCMAKE_BUILD_TYPE=Release .. diff --git a/office/texworks/texworks.info b/office/texworks/texworks.info index 03985300f9f7..c9048df0db84 100644 --- a/office/texworks/texworks.info +++ b/office/texworks/texworks.info @@ -1,8 +1,8 @@ PRGNAM="texworks" -VERSION="0.6.3" +VERSION="0.6.6" HOMEPAGE="https://tug.org/texworks/" -DOWNLOAD="https://github.com/TeXworks/texworks/archive/release-0.6.3/texworks-release-0.6.3.tar.gz" -MD5SUM="bbdc620150fa5bda8bb52db0e6a533e9" +DOWNLOAD="https://github.com/TeXworks/texworks/archive/release-0.6.6/texworks-release-0.6.6.tar.gz" +MD5SUM="2ed9993e6fe459432ca6097a192ca10e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |