diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-13 11:21:38 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-13 11:21:38 -0300 |
commit | d51e9b973c5e554869e188fdc65106728c95c0c7 (patch) | |
tree | 7880a41f091fffab06471d492921400234023b4f /community/codeblocks/PKGBUILD | |
parent | 7a54f5ebad2b78abe9e2c89cf0e4c2ebfeeea0ec (diff) | |
parent | 1517345ab70f42a5e050f3dc9b498038118f9ff1 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/luaexpat/PKGBUILD
community/udevil/PKGBUILD
extra/help2man/PKGBUILD
Diffstat (limited to 'community/codeblocks/PKGBUILD')
-rw-r--r-- | community/codeblocks/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/codeblocks/PKGBUILD b/community/codeblocks/PKGBUILD index 6dbc4ead0..6debec44f 100644 --- a/community/codeblocks/PKGBUILD +++ b/community/codeblocks/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 80953 2012-12-07 20:15:05Z bpiotrowski $ +# $Id: PKGBUILD 81177 2012-12-12 19:46:48Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Robert Hollencamp <rhollencamp@gmail.com> # Contributor: Daniel J Griffiths <griffithsdj@inbox.com> @@ -6,14 +6,14 @@ pkgname=codeblocks pkgver=12.11 -pkgrel=1 +pkgrel=2 pkgdesc='Open source and cross-platform C/C++ IDE' arch=('i686' 'x86_64' 'mips64el') url="http://www.codeblocks.org" license=('GPL3') -depends=('boost' 'bzip2' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache' +depends=('boost-libs' 'bzip2' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache' 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk') -makedepends=('zip') +makedepends=('boost' 'zip') options=('!libtool') install=codeblocks.install source=(http://download.berlios.de/$pkgname/${pkgname}_${pkgver}-1.tar.gz) |