diff options
Diffstat (limited to 'community/quilt/PKGBUILD')
-rw-r--r-- | community/quilt/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/quilt/PKGBUILD b/community/quilt/PKGBUILD index f872009d6..cbea8df95 100644 --- a/community/quilt/PKGBUILD +++ b/community/quilt/PKGBUILD @@ -8,7 +8,7 @@ pkgname=quilt pkgver=0.51 pkgrel=1 pkgdesc='Manage a series of patches by keeping track of the changes each patch makes' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://savannah.nongnu.org/projects/quilt' license=('GPL2') depends=('diffstat' 'gawk' 'patch' 'diffutils' 'gettext') |