diff options
Diffstat (limited to 'extra/qimageblitz/PKGBUILD')
-rw-r--r-- | extra/qimageblitz/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/qimageblitz/PKGBUILD b/extra/qimageblitz/PKGBUILD index abced8b9a..b8defa8ed 100644 --- a/extra/qimageblitz/PKGBUILD +++ b/extra/qimageblitz/PKGBUILD @@ -4,9 +4,9 @@ pkgname=qimageblitz pkgver=0.0.6 -pkgrel=2 +pkgrel=2.1 pkgdesc="A graphical effect and filter library for KDE" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.kde.org/" license=('GPL2') depends=('qt') @@ -18,6 +18,7 @@ build() { cd "${srcdir}" mkdir build cd build + CXX="g++" \ cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr |