summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Schoenick2020-04-19 14:15:40 -0700
committerJohn Schoenick2020-04-19 14:15:40 -0700
commitf407ee64f34edc5bc36c6406c14bf574264edb38 (patch)
treee7f2aab318dba313400775d03b2d6a9247a65201 /PKGBUILD
parenta3abfa9366c068ef94872410e184d3d350b41f4d (diff)
downloadaur-f407ee64f34edc5bc36c6406c14bf574264edb38.tar.gz
Bump LLVM requirement to 10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd61da3354d1..431d32348a05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@
pkgname=mesa-aco-git
pkgdesc="Mesa with the ACO compiler patchset, git version"
-pkgver=19.3.0_devel.20191017.fe930ad92ab
-pkgrel=7
+pkgver=20.1.0_devel.20200417.4b94b901337
+pkgrel=8
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libomxil-bellagio' 'libxrandr'
@@ -54,9 +54,8 @@ sha512sums=('SKIP'
# Users of alternative llvm packages may need to tweak the hard version dependency here, which ensures this package is
# rebuilt if the underlying llvm updates.
-makedepends+=('llvm>=9.0.0' 'llvm<9.1' 'clang>=9.0.0' 'clang<9.1')
-depends+=('llvm-libs>=9.0.0' 'llvm-libs<9.1')
-
+makedepends+=('llvm>=10.0.0' 'llvm<10.1' 'clang>=10.0.0' 'clang<10.1')
+depends+=('llvm-libs>=10.0.0' 'llvm-libs<10.1')
# LLVM NOTE: The upstream mesa-git package provides these alternative suggestions. Really, these packages should all
# have the necessary provides to make selecting these manually here unnecessary, and we've disabled them
# because they break aurhelpers such as yay.