diff options
Diffstat (limited to 'extra/qtscriptgenerator/PKGBUILD')
-rw-r--r-- | extra/qtscriptgenerator/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/qtscriptgenerator/PKGBUILD b/extra/qtscriptgenerator/PKGBUILD index e7c66350a..32c57bb16 100644 --- a/extra/qtscriptgenerator/PKGBUILD +++ b/extra/qtscriptgenerator/PKGBUILD @@ -5,7 +5,7 @@ pkgname=qtscriptgenerator pkgver=0.2.0 pkgrel=2 pkgdesc="A tool that generates Qt bindings for Qt Script" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="https://code.google.com/p/qtscriptgenerator/" license=('GPL') depends=('qtwebkit') |