update to v1.2.7

This commit is contained in:
narayanls 2026-01-30 09:23:30 -03:00
parent 027ccaf7e4
commit 93082c1de4
2 changed files with 5 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.01.28
pkgrel = 1111
pkgver = 26.01.30
pkgrel = 0923
url = https://github.com/narayanls/tac-writer
arch = any
license = MIT
@ -23,6 +23,7 @@ pkgbase = tac-writer
depends = hunspell-es_any
depends = python-pylatex-git
depends = texlive-langportuguese
depends = python-dropbox
optdepends = hunspell-bg: For Bulgarian spell checking
optdepends = hunspell-de: For German spell checking
optdepends = hunspell-el: For Greek spell checking

View file

@ -1,5 +1,5 @@
# Maintainer: Narayan Lima da Silva <narayan.song@gmail.com>
# Former Contributer: Tales Mendonça <talesam@gmail.com>
# Contributor: Tales Mendonça <talesam@gmail.com>
pkgname=tac-writer
pkgdesc="Academic writing assistant using the Continuous Argumentation Technique (CAT)"
@ -22,6 +22,7 @@ depends=(
'hunspell-es_any'
'python-pylatex-git'
'texlive-langportuguese'
'python-dropbox'
)
makedepends=('gettext')
optdepends=(