diff options
author | root <root@rshg054.dnsready.net> | 2012-12-13 02:32:08 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-13 02:32:08 -0800 |
commit | 1517345ab70f42a5e050f3dc9b498038118f9ff1 (patch) | |
tree | 7d253e05f7ccad9016d9c0dee8b2671e5b73045b /community/codeblocks | |
parent | ef947957a5734ba25be3cdb6595491c816592133 (diff) |
Thu Dec 13 02:27:45 PST 2012
Diffstat (limited to 'community/codeblocks')
-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 5e6b2eafa..15aceaa03 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') 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) |