diff options
Diffstat (limited to 'community/dwdiff/PKGBUILD')
-rw-r--r-- | community/dwdiff/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dwdiff/PKGBUILD b/community/dwdiff/PKGBUILD index 416bf559e..504a84e76 100644 --- a/community/dwdiff/PKGBUILD +++ b/community/dwdiff/PKGBUILD @@ -5,7 +5,7 @@ pkgname=dwdiff pkgver=2.0 pkgrel=2 pkgdesc="A front-end for the diff program that operates at the word level instead of the line level" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://os.ghalkes.nl/dwdiff.html" depends=('diffutils' 'icu') license=('GPL') |