diff options
Diffstat (limited to 'community/classpath/PKGBUILD')
-rw-r--r-- | community/classpath/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/classpath/PKGBUILD b/community/classpath/PKGBUILD index 36fec1cc8..7e592886b 100644 --- a/community/classpath/PKGBUILD +++ b/community/classpath/PKGBUILD @@ -7,7 +7,7 @@ pkgname=classpath pkgver=0.98 pkgrel=3 pkgdesc="A free replacement for Sun's proprietary core Java class libraries." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/classpath/" license=('GPL') depends=('gtk2>=2.8' 'libxtst') |