summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmiliano Deustua2021-01-23 02:07:35 -0500
committerEmiliano Deustua2021-01-23 02:07:35 -0500
commitc0a3b20d0692b53c16ac0a6bcb9e3e51311022fa (patch)
treef31ee63434742f7cc274f7fa74725a87b8e02284 /PKGBUILD
parent172b7244711a6fd067b541b4e4d665e27825b519 (diff)
downloadaur-c0a3b20d0692b53c16ac0a6bcb9e3e51311022fa.tar.gz
Removes llvm dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e9314bb5edd..4078e614b0b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ url="https://chapel-lang.org/"
arch=('x86_64')
license=('Apache')
options=('libtool' 'staticlibs')
-makedepends=('gcc' 'make' 'm4')
-depends=('python' 'perl' 'openmp' 'llvm')
+makedepends=('gcc' 'make' 'm4' 'gawk')
+depends=('python' 'perl')
source=("https://github.com/chapel-lang/chapel/releases/download/${pkgver}/chapel-${pkgver}.tar.gz")
sha256sums=('7ae2c8f17a7b98ac68378e94a842cf16d4ab0bcfeabc0fee5ab4aaa07b205661')