summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Marie de Rodat2019-06-29 09:45:55 +0200
committerPierre-Marie de Rodat2019-06-29 09:45:55 +0200
commitabcaacf92ab8b11592d210cb0334f6b1ca7e7c8a (patch)
treee16612914cdcb8df795e4b38d90c4b8574464e91
parent3d3738400c90f3f407f08f84cd1e57afc80767a8 (diff)
downloadaur-gnatcoll-gmp-git.tar.gz
Use --gpr-opts to pass -R during the build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8c7a01e3ed6..56655ddd4665 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnatcoll-gmp-git
pkgdesc = GNAT Components Collection - Bindings to GMP
- pkgver = r2778.93907d7d
+ pkgver = r2796.8160d1d9
pkgrel = 1
url = https://github.com/AdaCore/gnatcoll-bindings/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 33c1ad118265..72ff86185fa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pierre-Marie de Rodat <pmderodat on #ada at freenode.net>
pkgname=gnatcoll-gmp-git
-pkgver=r2778.93907d7d
+pkgver=r2796.8160d1d9
pkgrel=1
pkgdesc='GNAT Components Collection - Bindings to GMP'
@@ -33,7 +33,7 @@ prepare()
build()
{
cd "$srcdir/gnatcoll-bindings/gmp"
- python2 setup.py build -j$(nproc) --prefix=/usr -R
+ python2 setup.py build -j$(nproc) --prefix=/usr --gpr-opts -R
}
package()