summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Marie de Rodat2019-06-29 09:44:15 +0200
committerPierre-Marie de Rodat2019-06-29 09:44:15 +0200
commita1dc19da103c203e4e9661102510374dc0ebe25f (patch)
tree45cdd5e2953786478186d7d945877acb1cbd9fa7
parentfbc09a351a091b82ebe9773f72036fec2478460c (diff)
downloadaur-a1dc19da103c203e4e9661102510374dc0ebe25f.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 b564494baefb..620b17076946 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnatcoll-iconv-git
pkgdesc = GNAT Components Collection - Bindings to Libiconv
- pkgver = r2777.2c426fe7
+ pkgver = r2796.8160d1d9
pkgrel = 1
url = https://github.com/AdaCore/gnatcoll-bindings/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index c4d22fa250f9..f873f2b183da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pierre-Marie de Rodat <pmderodat on #ada at freenode.net>
pkgname=gnatcoll-iconv-git
-pkgver=r2777.2c426fe7
+pkgver=r2796.8160d1d9
pkgrel=1
pkgdesc='GNAT Components Collection - Bindings to Libiconv'
@@ -33,7 +33,7 @@ prepare()
build()
{
cd "$srcdir/gnatcoll-bindings/iconv"
- python2 setup.py build -j$(nproc) --prefix=/usr -R
+ python2 setup.py build -j$(nproc) --prefix=/usr --gpr-opts -R
}
package()