Skip to content

Commit

Permalink
Adding 'gperf' dependency to ohcount
Browse files Browse the repository at this point in the history
  • Loading branch information
bytbox committed Jul 10, 2012
1 parent 3ad029e commit 6495163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ohcount/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# Contributor: Daniel Fiser <danfis (at) danfis (dot) cz>
pkgname=ohcount
pkgver=3.0.0
pkgrel=1
pkgrel=2
pkgdesc="A source-lines of code counter."
arch=(i686 x86_64)
url="http://labs.ohloh.net/ohcount"
license=('GPL')
depends=(pcre)
makedepends=('ragel>=6.3' bash 'gcc>=4.1.2' swig ruby rake)
makedepends=('ragel>=6.3' bash 'gcc>=4.1.2' swig ruby rake gperf)
provides=()
conflicts=()
replaces=()
Expand Down

0 comments on commit 6495163

Please sign in to comment.