diff options
Diffstat (limited to 'community/dynamite')
-rw-r--r-- | community/dynamite/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dynamite/PKGBUILD b/community/dynamite/PKGBUILD index 9f8828426..82cf42c5e 100644 --- a/community/dynamite/PKGBUILD +++ b/community/dynamite/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dynamite pkgver=0.1.1 pkgrel=2 pkgdesc="Dynamite is a tool and library for decompressing data compressed with PKWARE Data Compression Library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" license=("GPL") source=(http://downloads.sourceforge.net/sourceforge/synce/libdynamite-$pkgver.tar.gz) |