community/pcc: use ~= version constraint for pcc-libs

pcc and pcc-libs must have the exact same $pkgver.
This commit is contained in:
Sören Tempel 2023-04-19 20:45:35 +02:00 committed by Sören Tempel
parent 7437eb19f4
commit a8141ce54b

View File

@ -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"