diff options
Diffstat (limited to 'main/gperf')
-rw-r--r-- | main/gperf/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/gperf/APKBUILD b/main/gperf/APKBUILD index 4455ad7f53..19f5909f61 100644 --- a/main/gperf/APKBUILD +++ b/main/gperf/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gperf pkgver=3.1 -pkgrel=1 +pkgrel=2 pkgdesc="Perfect hash function generator." url="https://www.gnu.org/software/gperf/" arch="all" -license="GPL" +license="GPL-3.0+" subpackages="$pkgname-doc" depends= makedepends= @@ -23,7 +23,7 @@ build () check() { cd "$builddir" - make check + make -j1 check } package() { |