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

Eric Bélanger eric at archlinux.org
Wed Jun 15 09:33:37 UTC 2011


    Date: Wednesday, June 15, 2011 @ 05:33:37
  Author: eric
Revision: 127449

upgpkg: ruby 1.9.2_p180-3
Rebuilt against db 5.2.28, Disabled SMP build

Modified:
  ruby/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-15 08:33:41 UTC (rev 127448)
+++ PKGBUILD	2011-06-15 09:33:37 UTC (rev 127449)
@@ -7,13 +7,13 @@
 pkgbase=ruby
 pkgname=('ruby' 'ruby-docs')
 pkgver=1.9.2_p180
-pkgrel=2
+pkgrel=3
 pkgdesc="An object-oriented language for quick and easy programming"
 arch=('i686' 'x86_64')
 url="http://www.ruby-lang.org/en/"
 license=('custom')
 makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz')
-options=('!emptydirs')
+options=('!emptydirs' '!makeflags')
 source=("ftp://ftp.ruby-lang.org/pub/${pkgbase}/1.9/${pkgbase}-${pkgver//_/-}.tar.bz2")
 md5sums=('68510eeb7511c403b91fe5476f250538')
 sha1sums=('10824b44c8060c7b9b5afc0b3519a1e9f02f7fe5')
@@ -44,6 +44,6 @@
   depends=('ruby')
 
   cd "${srcdir}/${pkgbase}-${pkgver//_/-}"
-  make -j1 DESTDIR="${pkgdir}" install-doc install-capi
+  make DESTDIR="${pkgdir}" install-doc install-capi
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }




More information about the arch-commits mailing list