summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12021-06-20 01:49:46 +0800
committerChocobo12021-06-20 01:49:46 +0800
commit06e33ace99b29d934eb637f189f75efce9cdf153 (patch)
tree81279d9330445c43b7e8804f72c4871af26e8161
parent1a15affda6a6da3441b0f19aaf4ca71fb9ce6da4 (diff)
downloadaur-06e33ace99b29d934eb637f189f75efce9cdf153.tar.gz
upgpkg: bison-git 3.7.6.r328.g5c554ea8-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b0e283e4749..0da2a2721daa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = bison-git
pkgdesc = The GNU general-purpose parser generator
- pkgver = 3.3.2.r46.gf23b879f
+ pkgver = 3.7.6.r328.g5c554ea8
pkgrel = 1
url = https://www.gnu.org/software/bison/bison.html
arch = i686
arch = x86_64
license = GPL3
makedepends = git
+ makedepends = gperf
makedepends = gzip
makedepends = help2man
makedepends = rsync
@@ -19,4 +20,3 @@ pkgbase = bison-git
sha256sums = SKIP
pkgname = bison-git
-
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
}