diff options
Diffstat (limited to 'pcr/wdiff/PKGBUILD')
-rw-r--r-- | pcr/wdiff/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/wdiff/PKGBUILD b/pcr/wdiff/PKGBUILD index 41bee9679..86989ac83 100644 --- a/pcr/wdiff/PKGBUILD +++ b/pcr/wdiff/PKGBUILD @@ -4,7 +4,7 @@ pkgname=wdiff pkgver=1.2.1 pkgrel=1 pkgdesc="A front end to diff for comparing files on a word per word basis." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://www.gnu.org/software/$pkgname/" license=('GPL3') depends=('diffutils') |