diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-07 13:17:26 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-09 15:38:03 +0000 |
commit | d95e2bc8267a24b585856b23e7819fc365dda981 (patch) | |
tree | 0a213236501459fd769ff6b7ef92d69801743ddb /testing/llvm6 | |
parent | 61de204159af1b0727f2330cb0c6e6749913660b (diff) | |
download | aports-d95e2bc8267a24b585856b23e7819fc365dda981.tar.bz2 aports-d95e2bc8267a24b585856b23e7819fc365dda981.tar.xz |
{main,community,testing}/*: rebuild against libffi.so.7
Diffstat (limited to 'testing/llvm6')
-rw-r--r-- | testing/llvm6/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/llvm6/APKBUILD b/testing/llvm6/APKBUILD index 2798d4e260..928a27d008 100644 --- a/testing/llvm6/APKBUILD +++ b/testing/llvm6/APKBUILD @@ -6,7 +6,7 @@ _pkgname=llvm pkgver=6.0.1 _majorver=${pkgver%%.*} pkgname=$_pkgname$_majorver -pkgrel=5 +pkgrel=6 pkgdesc="Low Level Virtual Machine compiler system, version $_majorver" arch="all" url="https://llvm.org/" |