diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-07 18:00:45 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-07 18:00:45 -0300 |
commit | d8b392eb683b29a38c9b837a1af24383edd93d3e (patch) | |
tree | 3266348c974dc0816aed5cc2fe5d247ffa1457c6 /pcr/python2-relatorio | |
parent | bc2066e9ccf22a38d57e2e5eae382058fde07732 (diff) | |
download | abslibre-d8b392eb683b29a38c9b837a1af24383edd93d3e.tar.gz abslibre-d8b392eb683b29a38c9b837a1af24383edd93d3e.tar.bz2 abslibre-d8b392eb683b29a38c9b837a1af24383edd93d3e.zip |
python2-relatorio: change it to any
Diffstat (limited to 'pcr/python2-relatorio')
-rw-r--r-- | pcr/python2-relatorio/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/python2-relatorio/PKGBUILD b/pcr/python2-relatorio/PKGBUILD index 2919e13a0..3e52303b4 100644 --- a/pcr/python2-relatorio/PKGBUILD +++ b/pcr/python2-relatorio/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python2-relatorio pkgver=0.5.6 pkgrel=2 pkgdesc="A templating library able to output odt and pdf files" -arch=('i686' 'x86_64' 'mips64el') +arch=('any') url="http://relatorio.openhex.org" license=('GPL') depends=('python2-genshi>=0.7' 'python2-lxml>=3.2.1') |