summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTarn W. Burton2023-03-01 08:00:54 -0500
committerTarn W. Burton2023-03-01 08:00:54 -0500
commit0af263dac2931da91100f22171d452b77b0d881c (patch)
treee7e0e31196388834e7154d5691331cd3c695bb09 /PKGBUILD
parent1606e770542d0a52a70727a74c9947303c6951b0 (diff)
downloadaur-0af263dac2931da91100f22171d452b77b0d881c.tar.gz
Update LLVM
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f91284a27cf2..a850302a4879 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Tarn W. Burton <twburton@gmail.com>
pkgname=cando
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Bringing Common Lisp and C++ Together, including Cando"
arch=('x86_64')
url="https://github.com/clasp-developers/clasp"
license=('LGPL')
options+=(!strip)
-depends=('boost' 'expat' 'fmt' 'gmp' 'libbsd' 'libedit' 'clang14' 'zeromq'
- 'libelf' 'libffi' 'llvm14' 'netcdf' 'ninja' 'ncurses' 'zlib')
+depends=('boost' 'expat' 'fmt' 'gmp' 'libbsd' 'libedit' 'clang15' 'zeromq'
+ 'libelf' 'libffi' 'llvm15' 'netcdf' 'ninja' 'ncurses' 'zlib')
makedepends=('git' 'sbcl' 'pkg-config')
provides=('cclasp-boehm' 'common-lisp' 'clasp-cl' 'cando')
conflicts=('cando-git' 'clasp-cl' 'clasp-cl-git')