commit 5e0cb416d24d7efeab6892c625d1d2a1b539c614 Author: vaydheesh Date: Sat Jul 6 18:59:57 2019 +0530 Switch to apertium repo diff --git a/build-swig-wrapper.sh b/build-swig-wrapper.sh index 87b1318..8183f0e 100755 --- a/build-swig-wrapper.sh +++ b/build-swig-wrapper.sh @@ -15,7 +15,7 @@ cd apertium-lex-tools cd python python3 setup.py install -git clone --depth 1 -b swig_wrapper https://github.com/Vaydheesh/apertium.git +git clone --depth 1 https://github.com/apertium/apertium.git cd apertium ./autogen.sh --enable-python-bindings && make -j2 cd python