summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPierre-Marie de Rodat2020-03-11 11:37:20 +0100
committerPierre-Marie de Rodat2020-03-11 11:37:20 +0100
commitae9c1db5f382a9c642f8567b929091d2e97d86e1 (patch)
treeecbbda307c292dd043bbb1109a139525db7e16db /PKGBUILD
parentd0a9a6a7b8c1a18151e9738da2f75a7a0cdf612e (diff)
downloadaur-ae9c1db5f382a9c642f8567b929091d2e97d86e1.tar.gz
Pass --build-mode at install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07aaee359af0..2f64554d7417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pierre-Marie de Rodat <pmderodat on #ada at freenode.net>
pkgname=libadalang-git
-pkgver=r3538.96dd59ff
+pkgver=r4023.71caaabc
pkgrel=1
pkgdesc='High performance syntactic and semantic engine for the Ada programming language'
@@ -59,7 +59,7 @@ package()
# Install the Ada library with its C binding
python2 ada/manage.py \
--library-types relocatable --no-langkit-support \
- install "$pkgdir/usr"
+ install --build-mode=prod "$pkgdir/usr"
# Install the Python binding
cd build/python