aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-04-16 14:27:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-17 11:45:52 +0000
commitc9546fa6115469805068f12e72fcf4f6fcd79ebc (patch)
treef16449feee86cc30eadeadc25b2ff78585f7ad4b
parent87df2233232befe1bb4a3ab450ea2c19e4680f31 (diff)
downloadaports-c9546fa6115469805068f12e72fcf4f6fcd79ebc.tar.bz2
aports-c9546fa6115469805068f12e72fcf4f6fcd79ebc.tar.xz
testing/llvm6: rebuild against python 3.7
-rw-r--r--testing/llvm6/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/llvm6/APKBUILD b/testing/llvm6/APKBUILD
index 74c4391014..910aded20c 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=2
+pkgrel=3
pkgdesc="Low Level Virtual Machine compiler system, version $_majorver"
arch="all"
url="https://llvm.org/"