aboutsummaryrefslogtreecommitdiffstats
path: root/community/pcc
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-09-24 22:31:04 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-09-24 22:31:33 +0200
commite123f9be928f04bfde05f2be6cb5b20095e04318 (patch)
treec757d783bff1393f1712bbf54cbde799175c5fd7 /community/pcc
parent9fc63e91686133194645848a0b0db560d64c2928 (diff)
community/pcc: depend on the correct pcc-libs version
Diffstat (limited to 'community/pcc')
-rw-r--r--community/pcc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pcc/APKBUILD b/community/pcc/APKBUILD
index 9293efba360..ad63555e50d 100644
--- a/community/pcc/APKBUILD
+++ b/community/pcc/APKBUILD
@@ -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"
+depends="pcc-libs-dev>=$pkgver-r0"
depends_dev=""
makedepends="byacc flex"
install=""