aboutsummaryrefslogtreecommitdiffstats
path: root/main/llvm10
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-07 13:17:26 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-09 15:38:03 +0000
commitd95e2bc8267a24b585856b23e7819fc365dda981 (patch)
tree0a213236501459fd769ff6b7ef92d69801743ddb /main/llvm10
parent61de204159af1b0727f2330cb0c6e6749913660b (diff)
downloadaports-d95e2bc8267a24b585856b23e7819fc365dda981.tar.bz2
aports-d95e2bc8267a24b585856b23e7819fc365dda981.tar.xz
{main,community,testing}/*: rebuild against libffi.so.7
Diffstat (limited to 'main/llvm10')
-rw-r--r--main/llvm10/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/llvm10/APKBUILD b/main/llvm10/APKBUILD
index 46de6cb695..ed10b617dd 100644
--- a/main/llvm10/APKBUILD
+++ b/main/llvm10/APKBUILD
@@ -8,7 +8,7 @@ _pkgname=llvm
pkgver=10.0.0
_majorver=${pkgver%%.*}
pkgname=$_pkgname$_majorver
-pkgrel=0
+pkgrel=1
pkgdesc="Low Level Virtual Machine compiler system, version $_majorver"
arch="all"
url="https://llvm.org/"