diff options
Diffstat (limited to 'deskutils/treeline/Makefile')
-rw-r--r-- | deskutils/treeline/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/deskutils/treeline/Makefile b/deskutils/treeline/Makefile index 7120dd979162..1b8285b2380e 100644 --- a/deskutils/treeline/Makefile +++ b/deskutils/treeline/Makefile @@ -1,6 +1,5 @@ PORTNAME= treeline -PORTVERSION= 3.1.6 -PORTREVISION= 1 +PORTVERSION= 3.2.0 CATEGORIES= deskutils python MASTER_SITES= https://github.com/doug-101/TreeLine/releases/download/v${PORTVERSION}/ \ SF/${PORTNAME}/${PORTVERSION} @@ -12,8 +11,8 @@ WWW= https://treeline.bellz.org LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/LICENSE -USES= python pyqt:5 shebangfix -USE_PYQT= pyqt5 +USES= python pyqt:6 shebangfix +USE_PYQT= pyqt6 SHEBANG_FILES= source/treeline.py |