diff options
Diffstat (limited to 'community/ctpl/PKGBUILD')
-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 0547eabfe..0c797fec9 100644 --- a/community/ctpl/PKGBUILD +++ b/community/ctpl/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ctpl pkgver=0.3.3 pkgrel=3 pkgdesc="Template engine library written in C" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://ctpl.tuxfamily.org/" license=('GPL') depends=('glib2') |