diff options
Diffstat (limited to 'community/pv')
-rw-r--r-- | community/pv/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pv/PKGBUILD b/community/pv/PKGBUILD index c39a359f0..308e11988 100644 --- a/community/pv/PKGBUILD +++ b/community/pv/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pv pkgver=1.3.4 pkgrel=1 pkgdesc='A terminal-based tool for monitoring the progress of data through a pipeline.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.ivarch.com/programs/pv.shtml' license=('custom:Artistic 2.0') depends=('glibc') |