diff options
Diffstat (limited to 'community/patchutils')
-rw-r--r-- | community/patchutils/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/patchutils/PKGBUILD b/community/patchutils/PKGBUILD index e08c8eeef..af555da4d 100644 --- a/community/patchutils/PKGBUILD +++ b/community/patchutils/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="A small collection of programs that operate on patch files" license=('GPL') url="http://cyberelk.net/tim/patchutils/" depends=('perl') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.xz) md5sums=('b640b6b8af6183f83eacf7bd6d2460cb') |