update to v1.2.8-1

This commit is contained in:
narayanls 2026-02-02 07:56:02 -03:00
parent f804bc5679
commit 4e9e14e9eb
2 changed files with 8 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = tac-writer
pkgdesc = Academic writing assistant using the Continuous Argumentation Technique (CAT)
pkgver = 26.02.01
pkgrel = 1255
pkgver = 26.02.02
pkgrel = 0755
url = https://github.com/narayanls/tac-writer
arch = any
license = MIT
@ -24,6 +24,9 @@ pkgbase = tac-writer
depends = python-pylatex-git
depends = texlive-langportuguese
depends = python-dropbox
depends = aspell
depends = aspell-pt
depends = aspell-en
optdepends = hunspell-bg: For Bulgarian spell checking
optdepends = hunspell-de: For German spell checking
optdepends = hunspell-el: For Greek spell checking

View file

@ -1,6 +1,5 @@
# Maintainer: Narayan Lima da Silva <narayan.song@gmail.com>
# Contributor: Tales Mendonça <talesam@gmail.com>
# Contributor: Jibreel al-Yahya <aljibreel.yahya@gmail.com>
pkgname=tac-writer
pkgdesc="Academic writing assistant using the Continuous Argumentation Technique (CAT)"
@ -24,6 +23,9 @@ depends=(
'python-pylatex-git'
'texlive-langportuguese'
'python-dropbox'
'aspell'
'aspell-pt'
'aspell-en'
)
makedepends=('gettext')
optdepends=(