mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/pcc: use ~= version constraint for pcc-libs
pcc and pcc-libs must have the exact same $pkgver.
This commit is contained in:
parent
7437eb19f4
commit
a8141ce54b
@ -7,7 +7,7 @@ pkgdesc="The portable C compiler."
|
||||
url="http://pcc.ludd.ltu.se/"
|
||||
arch="x86 x86_64"
|
||||
license="BSD"
|
||||
depends="pcc-libs-dev>=$pkgver-r0"
|
||||
depends="pcc-libs-dev~=$pkgver"
|
||||
makedepends="byacc flex"
|
||||
subpackages="$pkgname-doc"
|
||||
source="ftp://pcc.ludd.ltu.se/pub/pcc/pcc-$pkgver.tgz"
|
||||
|
Loading…
Reference in New Issue
Block a user