diff options
Diffstat (limited to 'extra/conky/PKGBUILD')
-rw-r--r-- | extra/conky/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/conky/PKGBUILD b/extra/conky/PKGBUILD index a77caff88..77a2b3632 100644 --- a/extra/conky/PKGBUILD +++ b/extra/conky/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=4 pkgdesc='Lightweight system monitor for X' url='http://conky.sourceforge.net/' license=('BSD' 'GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=('docbook2x') depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 'imlib2') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") |