diff options
Diffstat (limited to 'community/codeblocks/PKGBUILD')
-rw-r--r-- | community/codeblocks/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/codeblocks/PKGBUILD b/community/codeblocks/PKGBUILD index 9cceeb3ae..4cdd8fddf 100644 --- a/community/codeblocks/PKGBUILD +++ b/community/codeblocks/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 96531 2013-08-31 09:00:41Z bpiotrowski $ +# $Id: PKGBUILD 99714 2013-10-30 23:12:02Z allan $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Robert Hollencamp <rhollencamp@gmail.com> # Contributor: Daniel J Griffiths <griffithsdj@inbox.com> @@ -14,7 +14,6 @@ license=('GPL3') depends=('boost-libs' 'bzip2' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache' 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk') makedepends=('boost' 'zip') -options=('!libtool') install=codeblocks.install source=(http://download.berlios.de/$pkgname/${pkgname}_${pkgver}-1.tar.gz) md5sums=('4fa8980a8c578b8b5589fceb9b0890d6') |