diff options
Diffstat (limited to 'community/sfk/PKGBUILD')
-rw-r--r-- | community/sfk/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/sfk/PKGBUILD b/community/sfk/PKGBUILD index 10e7381bf..f59367fc8 100644 --- a/community/sfk/PKGBUILD +++ b/community/sfk/PKGBUILD @@ -6,12 +6,12 @@ pkgname=sfk pkgver=1.6.5 pkgrel=1 pkgdesc='Swiss File Knife - A Command Line Tools Collection' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://stahlforce.com/dev/?tool=sfk' license=('custom: BSD') depends=('gcc-libs') source=("http://downloads.sourceforge.net/swissfileknife/${pkgname}${pkgver//./}.zip") -md5sums=('b40c0c01785d40e7cde7cba3e4227f0b') +md5sums=('8694d73033dde496c023258f08daa918') build() { cd ${pkgname}${pkgver//./} |