gperf: Fix dependencies.

This commit is contained in:
Alexpux
2014-11-01 00:16:52 +03:00
parent 70df0d9ac1
commit d855973acb

View File

@@ -2,13 +2,14 @@
pkgname=gperf
pkgver=3.0.4
pkgrel=2
pkgrel=3
pkgdesc="Perfect hash function generator"
arch=('x86_64' 'i686')
url="http://www.gnu.org/software/gperf/"
license=('GPL3')
groups=('base-devel')
depends=('gcc-libs' 'texinfo')
depends=('gcc-libs' 'info')
makedepends=('gcc' 'texinfo')
install=gperf.install
source=("http://ftp.gnu.org/pub/gnu/gperf/${pkgname}-${pkgver}.tar.gz"{,.sig}
gperf-3.0.4-tests-cygwin-setmode.patch)