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 /community/llvm5 | |
parent | 61de204159af1b0727f2330cb0c6e6749913660b (diff) | |
download | aports-d95e2bc8267a24b585856b23e7819fc365dda981.tar.bz2 aports-d95e2bc8267a24b585856b23e7819fc365dda981.tar.xz |
{main,community,testing}/*: rebuild against libffi.so.7
Diffstat (limited to 'community/llvm5')
-rw-r--r-- | community/llvm5/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/llvm5/APKBUILD b/community/llvm5/APKBUILD index c53fd1ce83..6d370ce229 100644 --- a/community/llvm5/APKBUILD +++ b/community/llvm5/APKBUILD @@ -6,7 +6,7 @@ _pkgname=llvm pkgver=5.0.2 _majorver=${pkgver%%.*} pkgname=$_pkgname$_majorver -pkgrel=3 +pkgrel=4 pkgdesc="Low Level Virtual Machine compiler system, version $_majorver" arch="all !mips !mips64" url="https://llvm.org/" |