mirror of
https://github.com/archlinux/aur.git
synced 2026-02-13 03:21:27 +01:00
update to v1.2.7
This commit is contained in:
parent
027ccaf7e4
commit
93082c1de4
2 changed files with 5 additions and 3 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -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=(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue