diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-04-11 19:46:13 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-04-11 19:46:13 -0500 |
commit | f752306383204cf6fd117b4839da87f4ea530390 (patch) | |
tree | 0a0f08128cb4ab6d3e26dc573624841b98c623e7 /community/jad | |
parent | cdb4953fed0ade2ad8f6f6156411eac1eecd2e82 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/jad')
-rw-r--r-- | community/jad/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/jad/PKGBUILD b/community/jad/PKGBUILD index 30c8ea509..840929b94 100644 --- a/community/jad/PKGBUILD +++ b/community/jad/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.5.8e pkgrel=4 pkgdesc='Java decompiler' license=('custom') -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.varaneckas.com/jad' source=("http://www.varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip" 'jad.html::http://www.varaneckas.com/jad') |