diff options
Diffstat (limited to 'community/tilda')
-rw-r--r-- | community/tilda/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tilda/PKGBUILD b/community/tilda/PKGBUILD index efde54921..ca01441ab 100644 --- a/community/tilda/PKGBUILD +++ b/community/tilda/PKGBUILD @@ -7,7 +7,7 @@ pkgname=tilda pkgver=1.1.10 pkgrel=1 pkgdesc="A Gtk based drop down terminal for Linux and Unix" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/lanoxx/tilda" license=('GPL') depends=('vte3' 'confuse') |