diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2018-05-24 00:28:44 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2018-05-24 00:38:08 -0400 |
commit | 1f91f3528e8c69ce410801a129d7088a522af34f (patch) | |
tree | 6d97b6dae04da097a68f60d71bfe60f1bfed71c7 /pcr/apertium | |
parent | 33ed8cbc820fb251aa87058f9539eee582681651 (diff) | |
download | abslibre-1f91f3528e8c69ce410801a129d7088a522af34f.tar.gz abslibre-1f91f3528e8c69ce410801a129d7088a522af34f.tar.bz2 abslibre-1f91f3528e8c69ce410801a129d7088a522af34f.zip |
[apertium]: add subversion build dep
Diffstat (limited to 'pcr/apertium')
-rw-r--r-- | pcr/apertium/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/apertium/PKGBUILD b/pcr/apertium/PKGBUILD index fdbee027d..30529368a 100644 --- a/pcr/apertium/PKGBUILD +++ b/pcr/apertium/PKGBUILD @@ -11,7 +11,7 @@ pkgrel=1 pkgdesc="Language-independent machine translation engine and tools to manage language data." url="http://apertium.org" license=('GPL2') -makedepends=('pkgconfig' 'flex') +makedepends=('flex' 'pkgconfig' 'subversion') depends=('lttoolbox>=3.3.3' 'pcre' 'gawk' 'expat' 'libxslt') options=('!libtool') arch=('i686' 'x86_64' 'armv7h') |