From 4e9e14e9ebcb6268792476a8a8e583955eb63a0f Mon Sep 17 00:00:00 2001 From: narayanls Date: Mon, 2 Feb 2026 07:56:02 -0300 Subject: [PATCH] update to v1.2.8-1 --- .SRCINFO | 7 +++++-- PKGBUILD | 4 +++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 50240c145217..28b5a75c4c56 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 25448bbdfae7..47a225e5313d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,5 @@ # Maintainer: Narayan Lima da Silva # Contributor: Tales Mendonça -# Contributor: Jibreel al-Yahya 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=(