summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpanosk2015-10-03 22:24:42 +0300
committerpanosk2015-10-03 22:24:42 +0300
commitf6c529e82185ddaf15eb857fdf699ae7b9ec9391 (patch)
treed3351069d6d34b2fa0c67d5d408d3f0a72f0529c
parent36213c4af949b62ada6c4f140518f974c4880d76 (diff)
downloadaur-f6c529e82185ddaf15eb857fdf699ae7b9ec9391.tar.gz
Added giza-pp-git as optional dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1f8ccd27855..dfca4fc8432b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = mosesdecoder
makedepends = cmph
depends = python2
depends = xmlrpc-c
- optdepends = giza-pp: for training models
+ optdepends = giza-pp-git: for training models
optdepends = mgiza: multithreaded giza for training models
source = mosesdecoder::git+https://github.com/moses-smt/mosesdecoder.git#branch=RELEASE-3.0
source = mosesdecoder.sh
diff --git a/PKGBUILD b/PKGBUILD
index d0110bf1593c..39cf1e858ed2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('LGPL')
groups=()
depends=('python2' 'xmlrpc-c')
makedepends=('gcc' 'boost>=1.48' 'zlib' 'git' 'libtool' 'boost-libs' 'cmph')
-optdepends=('giza-pp: for training models' 'mgiza: multithreaded giza for training models')
+optdepends=('giza-pp-git: for training models' 'mgiza: multithreaded giza for training models')
provides=()
conflicts=()
replaces=()