aboutsummaryrefslogtreecommitdiffstats
path: root/testing/llvm6
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-03 07:41:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:30 +0000
commit2695eaec6fd0169b07b4a5a5a531a0fb77918c72 (patch)
tree87093cce1d061a286328ae07d4a1c6a412a88d3a /testing/llvm6
parentea9aa474fa25ef800d4301dca3973ef2f4b0af38 (diff)
testing/llvm6: rebuild against python 3.8
Diffstat (limited to 'testing/llvm6')
-rw-r--r--testing/llvm6/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/llvm6/APKBUILD b/testing/llvm6/APKBUILD
index 910aded20c7..d1a2fab767a 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=3
+pkgrel=4
pkgdesc="Low Level Virtual Machine compiler system, version $_majorver"
arch="all"
url="https://llvm.org/"