diff options
Diffstat (limited to 'main/bison/APKBUILD')
-rw-r--r-- | main/bison/APKBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/main/bison/APKBUILD b/main/bison/APKBUILD index bba989a99..8eb124240 100644 --- a/main/bison/APKBUILD +++ b/main/bison/APKBUILD @@ -1,20 +1,18 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=bison -pkgver=2.4.3 -pkgrel=1 +pkgver=2.5 +pkgrel=0 pkgdesc="The GNU general-purpose parser generator" arch="all" license="GPL" url="http://www.gnu.org/software/bison/bison.html" depends="m4" -source="ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.gz - gnulib-uclibc.patch" +source="ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.gz" subpackages="$pkgname-doc" _builddir="$srcdir/$pkgname-$pkgver" prepare() { cd "$_builddir" - patch -p1 -i "$srcdir"/gnulib-uclibc.patch } build() { @@ -31,5 +29,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="ea45c778b36bdc7a720096819e292a73 bison-2.4.3.tar.gz -20a7dedec0e9e0ee7107e33e798ffdbe gnulib-uclibc.patch" +md5sums="687e1dcd29452789d34eaeea4c25abe4 bison-2.5.tar.gz" |