summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTarn W. Burton2022-07-06 05:44:45 -0400
committerTarn W. Burton2022-07-06 05:44:45 -0400
commitdee5f2926f1a951a43d2074b277969255f792191 (patch)
tree0780159b7c18778f3ba15168c943b18cf78051ac /PKGBUILD
parent140157560f2f399d9c720703f8313835bd3ff85d (diff)
downloadaur-dee5f2926f1a951a43d2074b277969255f792191.tar.gz
Make ninja a runtime dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 726e9acf399a..e59ff40063b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tarn W. Burton <twburton@gmail.com>
pkgname=cando-git
-pkgver=1.0.0_325_gda3906a15_g4cc49c25
+pkgver=1.0.0_326_ge114cb7a6_g4cc49c25
pkgrel=1
pkgdesc="Bringing Common Lisp and C++ Together, including Cando"
arch=('x86_64')
@@ -8,8 +8,8 @@ url="https://github.com/clasp-developers/clasp"
license=('LGPL')
options+=(!strip)
depends=('boost' 'expat' 'fmt' 'gmp' 'libbsd' 'libedit' 'clang13' 'zeromq'
- 'libelf' 'libffi' 'llvm13' 'netcdf' 'ncurses' 'zlib')
-makedepends=('git' 'sbcl' 'ninja' 'pkg-config')
+ 'libelf' 'libffi' 'llvm13' 'netcdf' 'ninja' 'ncurses' 'zlib')
+makedepends=('git' 'sbcl' 'pkg-config')
provides=('cclasp-boehm' 'common-lisp' 'clasp-cl' 'cando')
conflicts=('clasp-cl-git')
source=('git+https://github.com/clasp-developers/clasp.git')