diff options
Diffstat (limited to 'community/ctpl')
-rw-r--r-- | community/ctpl/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ctpl/PKGBUILD b/community/ctpl/PKGBUILD index 649722e45..8a8aacbf5 100644 --- a/community/ctpl/PKGBUILD +++ b/community/ctpl/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ctpl pkgver=0.3 pkgrel=1 pkgdesc="CTPL is a template engine library written in C" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ctpl.tuxfamily.org/" license=('GPL') depends=('glib2' 'gvfs') |