diff options
Diffstat (limited to '~lukeshu/make-graph/PKGBUILD')
-rw-r--r-- | ~lukeshu/make-graph/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/~lukeshu/make-graph/PKGBUILD b/~lukeshu/make-graph/PKGBUILD index 48fa1ce81..2024ff216 100644 --- a/~lukeshu/make-graph/PKGBUILD +++ b/~lukeshu/make-graph/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=4.2 provides=("$_pkgname=$pkgver") conflicts=("$_pkgname") pkgdesc="GNU make utility to maintain groups of programs, with patch to dump a Graphviz dependency graph." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/make" license=('GPL3') #groups=('base-devel') |