mirror of
https://github.com/archlinux/aur.git
synced 2026-02-12 11:03:36 +01:00
update to v1.2.8-1
This commit is contained in:
parent
f804bc5679
commit
4e9e14e9eb
2 changed files with 8 additions and 3 deletions
7
.SRCINFO
7
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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=(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue