summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavi da Silva Böger2016-07-30 17:46:17 -0300
committerDavi da Silva Böger2016-07-30 17:46:17 -0300
commit2796fc9937f17b20c674f19797288237f7e1c617 (patch)
tree3ca269b93da8a045bb3cbd11dc23b6cbdb8cde92
parent8b4e56da528ac030d8f68d60c04488fb0e9b3626 (diff)
downloadaur-2796fc9937f17b20c674f19797288237f7e1c617.tar.gz
Fix dependency on libreoffice and drop openoffice
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04a22af6c0c5..d5d79602944a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sat Jul 30 20:45:56 UTC 2016
pkgbase = libreoffice-extension-vero
pkgdesc = A spell checker and grammar checker for LibreOffice and OpenOffice.org - Brazilian Portuguese.
pkgver = 3.2
@@ -7,9 +9,7 @@ pkgbase = libreoffice-extension-vero
groups = libreoffice-extensions
license = LGPL3
license = MPL
- optdepends = libreoffice-still
- optdepends = libreoffice-fresh
- optdepends = openoffice
+ optdepends = libreoffice
noextract = ${_pkgname}.oxt
source = https://pt-br.libreoffice.org/assets/Uploads/PT-BR-Documents/VERO/VeroptBRV320AOC.oxt
md5sums = 9a9ac174c401406604bfcf101de2a7ba
diff --git a/PKGBUILD b/PKGBUILD
index 7b44c7315965..bd307e3fb8af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url="http://pt-br.libreoffice.org/projetos/projeto-vero-verificador-ortografico/"
license=('LGPL3' 'MPL')
groups=('libreoffice-extensions')
-optdepends=('libreoffice-still' 'libreoffice-fresh' 'openoffice')
+optdepends=('libreoffice')
source=("https://pt-br.libreoffice.org/assets/Uploads/PT-BR-Documents/VERO/${_pkgname}.oxt")
md5sums=('9a9ac174c401406604bfcf101de2a7ba')
noextract=('${_pkgname}.oxt')