diff options
Diffstat (limited to 'community/fdupes/PKGBUILD')
-rw-r--r-- | community/fdupes/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/fdupes/PKGBUILD b/community/fdupes/PKGBUILD index 220f932ac..00e0bf8f0 100644 --- a/community/fdupes/PKGBUILD +++ b/community/fdupes/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fdupes pkgver=1.40 pkgrel=5 pkgdesc="a program for identifying or deleting duplicate files residing within specified directories" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://premium.caribe.net/~adrian2/fdupes.html" license=('MIT') source=(http://premium.caribe.net/~adrian2/programs/$pkgname-$pkgver.tar.gz LICENSE) |