diff options
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,12 +1,12 @@ pkgbase = qualcoder - pkgdesc = Qualitative data analysis for text, images, audio, video. Cross platform. Python 3.6 or newer and PyQt5. - pkgver = 2.9 - pkgrel = 2 + pkgdesc = Qualitative data analysis for text, images, audio, video. Cross platform. Python 3.6 or newer and PyQt6. + pkgver = 3.0 + pkgrel = 1 url = https://github.com/ccbogel/QualCoder arch = any license = MIT makedepends = python-setuptools - depends = python-pyqt5 + depends = python-pyqt6 depends = python-lxml depends = python-pillow depends = python-ebooklib @@ -14,9 +14,11 @@ pkgbase = qualcoder depends = python-ply depends = python-chardet depends = python-openpyxl + depends = python-pandas + depends = python-plotly depends = python-pydub depends = python-speechrecognition - source = https://github.com/ccbogel/QualCoder/archive/refs/tags/2.9.tar.gz + source = https://github.com/ccbogel/QualCoder/archive/refs/tags/3.0.tar.gz sha256sums = SKIP pkgname = qualcoder |