diff options
Diffstat (limited to 'community/sloccount/PKGBUILD')
-rw-r--r-- | community/sloccount/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sloccount/PKGBUILD b/community/sloccount/PKGBUILD index 0961f63bc..ee50e7253 100644 --- a/community/sloccount/PKGBUILD +++ b/community/sloccount/PKGBUILD @@ -11,7 +11,7 @@ pkgdesc='Tools for counting physical source lines of code' url='http://www.dwheeler.com/sloccount/' license=('GPL') depends=('perl') -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') source=("http://www.dwheeler.com/$pkgname/$pkgname-$pkgver.tar.gz") sha256sums=('fa7fa2bbf2f627dd2d0fdb958bd8ec4527231254c120a8b4322405d8a4e3d12b') |