diff options
Diffstat (limited to 'community/newsbeuter')
-rw-r--r-- | community/newsbeuter/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/newsbeuter/PKGBUILD b/community/newsbeuter/PKGBUILD index 3a06787e7..72106748b 100644 --- a/community/newsbeuter/PKGBUILD +++ b/community/newsbeuter/PKGBUILD @@ -6,7 +6,7 @@ pkgname=newsbeuter pkgver=2.5 pkgrel=1 pkgdesc="A RSS feed reader for the text console with special Podcast support" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.newsbeuter.org/" license=('custom: MIT') depends=('curl' 'json-c' 'libxml2' 'sqlite3' 'stfl') |