summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Schoenick2019-07-22 18:39:35 -0700
committerJohn Schoenick2019-07-22 18:39:35 -0700
commitc1ad361e418042a1cd27d7eefd62c5cde9f80665 (patch)
tree40508bd1b3517871b8bed927a907bcc7f066d14a /PKGBUILD
parent45dc8b77b8ff93eed1230bbfc19eb4155a38cdea (diff)
downloadaur-c1ad361e418042a1cd27d7eefd62c5cde9f80665.tar.gz
Loosen llvm version check and bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d5b82055027..e40e5b3519b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=mesa-aco-git
pkgdesc="Mesa with the ACO compiler patchset, git version"
-pkgver=19.2.0_devel.113859.5031ab774a6
+pkgver=19.2.0_devel.113862.3f3665b8d52
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@@ -53,8 +53,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=8.0.0 clang=8.0.0)
-depends+=(llvm-libs=8.0.0)
+makedepends+=('llvm>=8.0.0' 'llvm<8.1' 'clang>=8.0.0' 'clang<8.1')
+depends+=('llvm-libs>=8.0.0' 'llvm-libs<8.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