Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=0b03e06e2fe8d8491031bc532b6b845bde4248be
commit 0b03e06e2fe8d8491031bc532b6b845bde4248be Author: crazy <[email protected]> Date: Mon Jan 29 20:08:25 2018 +0100 sphinx-websupport-1.0.1-2-x86_64 * rebuild with tc / py diff --git a/source/devel-extra/sphinx-websupport/FrugalBuild b/source/devel-extra/sphinx-websupport/FrugalBuild index 691a40d..65baf55 100644 --- a/source/devel-extra/sphinx-websupport/FrugalBuild +++ b/source/devel-extra/sphinx-websupport/FrugalBuild @@ -3,12 +3,12 @@ pkgname=sphinx-websupport pkgver=1.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Python API to easily integrate Sphinx documentation into your Web application." depends=('python-sphinx') makedepends=('python-distribute') groups=('devel-extra') -archs=('i686' 'x86_64') +archs=('x86_64') _F_archive_name="sphinxcontrib-websupport" _F_pypi_name="sphinxcontrib-websupport" Finclude pypi @@ -17,5 +17,5 @@ sha1sums=('b7ef06bff3d9ec8b5f3786180174f720b9525c84') build() { Fcd - python setup.py install --root="$Fdestdir" || Fdie + Fexec python setup.py install --root="$Fdestdir" || Fdie } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
