diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2019-04-04 21:52:15 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2019-04-04 21:52:15 -0400 |
commit | c3a786ed33f8e94e6f280c34428c70749e87889f (patch) | |
tree | 7120e42f4614342331557ddaec30e297cd161a1f /libre/python-markupsafe0/PKGBUILD | |
parent | 6246bb156b732f7b23afcfb9ca0da32d50ce2af5 (diff) | |
download | abslibre-c3a786ed33f8e94e6f280c34428c70749e87889f.tar.gz abslibre-c3a786ed33f8e94e6f280c34428c70749e87889f.tar.bz2 abslibre-c3a786ed33f8e94e6f280c34428c70749e87889f.zip |
libre/python-markupsafe0: Make available for ARM.
Diffstat (limited to 'libre/python-markupsafe0/PKGBUILD')
-rw-r--r-- | libre/python-markupsafe0/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libre/python-markupsafe0/PKGBUILD b/libre/python-markupsafe0/PKGBUILD index e9d217d00..0f1a75293 100644 --- a/libre/python-markupsafe0/PKGBUILD +++ b/libre/python-markupsafe0/PKGBUILD @@ -14,6 +14,7 @@ pkgrel=4 pkgrel+=.1 pkgdesc="Implements a XML/HTML/XHTML Markup safe string for Python" arch=('i686' 'x86_64') +arch+=('armv7h') url="http://pypi.python.org/pypi/MarkupSafe" license=('custom') makedepends=('python-setuptools' 'python2-setuptools') |