diff options
Diffstat (limited to 'community/ted')
-rw-r--r-- | community/ted/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ted/PKGBUILD b/community/ted/PKGBUILD index 770a39bd4..d6dede015 100644 --- a/community/ted/PKGBUILD +++ b/community/ted/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ted pkgver=2.21 pkgrel=5 pkgdesc="An easy rich text processor (with footnote support)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nllgg.nl/Ted/" depends=('bash' 'libtiff' 'libxmu' 'libxpm' 'libpng' 'gtk2') license=('GPL') |