[arch-commits] Commit in marisa/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 28 22:09:45 UTC 2015


    Date: Monday, December 28, 2015 @ 23:09:45
  Author: bpiotrowski
Revision: 154735

Fix build with Ruby 2.3

Modified:
  marisa/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-28 22:07:19 UTC (rev 154734)
+++ PKGBUILD	2015-12-28 22:09:45 UTC (rev 154735)
@@ -95,8 +95,8 @@
   depends=('ruby' 'marisa')
 
   cd "${pkgbase}-${pkgver}/bindings/ruby"
-    _hdrdir=$(pkg-config --variable=rubyhdrdir ruby-2.2)
-    _arch=$(pkg-config --variable=arch ruby-2.2)
+    _hdrdir=$(pkg-config --variable=rubyhdrdir ruby-2.3)
+    _arch=$(pkg-config --variable=arch ruby-2.3)
   make DESTDIR="$pkgdir" install \
     hdrdir="$_hdrdir" \
     arch_hdrdir="${_hdrdir}/${_arch}" \



More information about the arch-commits mailing list