diff options
Diffstat (limited to 'community/codeblocks/PKGBUILD')
-rw-r--r-- | community/codeblocks/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/codeblocks/PKGBUILD b/community/codeblocks/PKGBUILD index 15aceaa03..41704dd93 100644 --- a/community/codeblocks/PKGBUILD +++ b/community/codeblocks/PKGBUILD @@ -6,9 +6,9 @@ pkgname=codeblocks pkgver=12.11 -pkgrel=2 +pkgrel=2.1 pkgdesc='Open source and cross-platform C/C++ IDE' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.codeblocks.org" license=('GPL3') depends=('boost-libs' 'bzip2' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache' |