summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-05-11Fix conflicts/provides arrayEmiel Wiedijk
Previously the entire package conflicted with/provided with python-snowboy. Since the python 2 version and the python 3 version both conflicted with the same package, they conflicted with each other as well. Now they conflict with the tagged package that provides the same python version.
2018-02-23Build python2 version (credits to NicoHood).Emiel Wiedijk
2018-02-23Put prepare function before build functionEmiel Wiedijk
2018-02-10Updpkg - python-snowboy-git r134Emiel Wiedijk
2018-02-10Update dependenciesEmiel Wiedijk
* Add python-pyaudio as a dependency, since it's needed for audio input. Because it depends on python also remove python from the dependencies. * Since after patching the build system, atlas-lapack apparently is not needed, patch the build flags to remove atlas and build with only cblas and lapack. Both are in the official repositories, contrary to atlas-lapack. Thanks for xantares for noticing this.
2018-02-10Fix indentationEmiel Wiedijk
In PKGBUILD the indendation is two spaces, in the build() and package() features, the indendation was a tab. Now it's two spaces again.
2018-02-10Update email address to me@aimileus.nlEmiel Wiedijk
2018-01-24add git as make dependencyaimileus
2018-01-24python-snowboy-git - add .gitignoreaimileus
2018-01-24python-snowboy-git - initial releaseaimileus