diff options
Diffstat (limited to 'extra/autogen')
-rw-r--r-- | extra/autogen/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/autogen/PKGBUILD b/extra/autogen/PKGBUILD index b98ddacc7..fa335c045 100644 --- a/extra/autogen/PKGBUILD +++ b/extra/autogen/PKGBUILD @@ -7,7 +7,7 @@ pkgname=autogen pkgver=5.12 pkgrel=1 pkgdesc="A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://autogen.sourceforge.net/" license=('GPL3') depends=('guile' 'libxml2') |