diff options
Diffstat (limited to 'repo/core/bison.xibuild')
-rw-r--r-- | repo/core/bison.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/core/bison.xibuild b/repo/core/bison.xibuild index 194e7c7..556bf16 100644 --- a/repo/core/bison.xibuild +++ b/repo/core/bison.xibuild @@ -2,11 +2,11 @@ DEPS=(glibc m4 sh) -SOURCE=https://ftp.gnu.org/gnu/bison/bison-3.8.tar.xz +SOURCE=https://ftp.gnu.org/gnu/bison/bison-3.8.1.tar.xz DESC="The GNU general-purpose parser generator" build () { - ./configure --prefix=/usr --docdir=/usr/share/doc/bison-3.8 + ./configure --prefix=/usr --docdir=/usr/share/doc/bison-3.8.1 make make check make DESTDIR=$PKG_DEST install |