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

Ionut Biru ibiru at archlinux.org
Wed Sep 1 19:13:14 UTC 2010


    Date: Wednesday, September 1, 2010 @ 15:13:13
  Author: ibiru
Revision: 89571

upgpkg: ruby 1.9.2_p0-1
update to 1.9.2, added --disable-rpath to disable unusual /opt/lib rpath

Modified:
  ruby/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-01 18:34:28 UTC (rev 89570)
+++ PKGBUILD	2010-09-01 19:13:13 UTC (rev 89571)
@@ -4,8 +4,8 @@
 # Contributor: Jeramy Rutley <jrutley at gmail.com>
 
 pkgname=('ruby' 'ruby-docs')
-pkgver=1.9.1_p429
-_pkgver=1.9.1-p429
+pkgver=1.9.2_p0
+_pkgver=1.9.2-p0
 pkgrel=1
 pkgdesc="An object-oriented language for quick and easy programming"
 arch=('i686' 'x86_64')
@@ -13,16 +13,16 @@
 license=('custom')
 makedepends=('gdbm' 'db' 'openssl' 'zlib' 'readline' 'tk')
 options=('!emptydirs')
-source=("ftp://ftp.ruby-lang.org/pub/ruby/1.9/${pkgname}-${_pkgver}.tar.bz2"
-        'openssl-1.0.patch')
-md5sums=('09df32ae51b6337f7a2e3b1909b26213' 'e22ebf0dbe836f5344682bc5da83dcb5')
-sha1sums=('66091777a43939b888fabafddeb659fe5ba0de0d' '17e2e2ebc3a610a1ad71df6de7a9d12f79de5d37')
+source=("ftp://ftp.ruby-lang.org/pub/ruby/1.9/${pkgname}-${_pkgver}.tar.bz2")
+md5sums=('d8a02cadf57d2571cd4250e248ea7e4b')
+sha256sums=('e9710990ed8c2e794123aba509010471915fb13c27dae0118831d2001a9c8d3b')
 
 build() {
   cd "${srcdir}/${pkgname}-${_pkgver}"
-  # see http://cvs.fedoraproject.org/viewvc/rpms/ruby/devel/
-  patch -p1 -i "${srcdir}/openssl-1.0.patch"
-  ./configure --prefix=/usr --enable-shared --enable-pthread
+  ./configure --prefix=/usr \
+      --enable-shared \
+      --enable-pthread \
+      --disable-rpath
   make
 }
 




More information about the arch-commits mailing list