aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2021-04-09 19:02:53 +0200
committerRasmus Thomsen <oss@cogitri.dev>2021-04-09 19:02:53 +0200
commite44388ee3a5de13abb56410957dc22f4cd818f9c (patch)
treee36970a2977e7f9c3f6ecd8aee3725098b1b16ba
parent5eb9cf646dbd78167bc8ae144b36835fd2ec7ccf (diff)
main/llvm11: rebuild against python3.9
-rw-r--r--main/llvm11/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/llvm11/APKBUILD b/main/llvm11/APKBUILD
index 2b5087864f5..ef3c1e138af 100644
--- a/main/llvm11/APKBUILD
+++ b/main/llvm11/APKBUILD
@@ -10,7 +10,7 @@ _pkgname=llvm
pkgver=11.1.0
_majorver=${pkgver%%.*}
pkgname=$_pkgname$_majorver
-pkgrel=1
+pkgrel=2
pkgdesc="Low Level Virtual Machine compiler system, version $_majorver"
arch="all"
url="https://llvm.org/"