main/llvm7: rebuild against python 3.7

This commit is contained in:
Natanael Copa 2019-04-04 09:51:44 +00:00
parent a5190af592
commit 5bb5cc693e

View File

@ -7,7 +7,7 @@ _pkgname=llvm
pkgver=7.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/"