diff options
-rw-r--r-- | system/bison/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/bison/APKBUILD b/system/bison/APKBUILD index 921a1fdf3..a0a27f08f 100644 --- a/system/bison/APKBUILD +++ b/system/bison/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=bison pkgver=3.1 -pkgrel=0 +pkgrel=1 pkgdesc="The GNU general-purpose parser generator" arch="all" [ -n "$BOOTSTRAP" ] && options="!check" @@ -11,6 +11,7 @@ url="https://www.gnu.org/software/bison/bison.html" depends="m4" checkdepends="bison flex" makedepends="perl" +provider_priority=1 subpackages="$pkgname-doc $pkgname-lang" source="ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz" |