summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2b8d6110b91..516f696c35e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=bison-git
-pkgver=3.3.2.r46.gf23b879f
+pkgver=3.7.6.r328.g5c554ea8
pkgrel=1
pkgdesc="The GNU general-purpose parser generator"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/bison/bison.html"
license=('GPL3')
depends=('glibc')
-makedepends=('git' 'gzip' 'help2man' 'rsync' 'tar' 'wget')
+makedepends=('git' 'gperf' 'gzip' 'help2man' 'rsync' 'tar' 'wget')
provides=('bison')
conflicts=('bison')
source=("git+https://git.savannah.gnu.org/git/bison.git")
@@ -31,7 +31,8 @@ build() {
cd "bison"
./bootstrap
- ./configure --prefix="/usr"
+ ./configure \
+ --prefix="/usr"
make
}