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

Allan McRae allan at archlinux.org
Sun Jun 7 03:25:32 UTC 2009


    Date: Saturday, June 6, 2009 @ 23:25:32
  Author: allan
Revision: 41743

upgpkg: ruby 1.9.1_p129-1
    move to 1.9 branch, add optdep on tk

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-07 03:21:44 UTC (rev 41742)
+++ PKGBUILD	2009-06-07 03:25:32 UTC (rev 41743)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
+# Maintainer: Allan McRae <allan at archlinux.org>
 # Contributor: John Proctor <jproctor at prium.net>
 # Contributor: Jeramy Rutley <jrutley at gmail.com>
 
 pkgname=ruby
-pkgver=1.8.7_p160
-_pkgver=1.8.7-p160
+pkgver=1.9.1_p129
+_pkgver=1.9.1-p129
 pkgrel=1
 pkgdesc="An object-oriented language for quick and easy programming"
 arch=('i686' 'x86_64')
@@ -13,9 +13,10 @@
 url="http://www.ruby-lang.org/en/"
 depends=('gdbm>=1.8.3' 'db>=4.7.25' 'openssl>=0.9.8k' 'zlib>=1.2.3.3' 'readline>=5.2.013')
 makedepends=('tk>=8.5')
-source=(ftp://ftp.ruby-lang.org/pub/ruby/stable/${pkgname}-${_pkgver}.tar.bz2) 
+optdepends=('tk: for Ruby/TK')
+source=(ftp://ftp.ruby-lang.org/pub/ruby/1.9/${pkgname}-${_pkgver}.tar.bz2) 
 options=('!emptydirs')
-md5sums=('f8ddb886b8a81cf005f53e9a9541091d')
+md5sums=('6fa62b20f72da471195830dec4eb2013')
 
 build() {
   cd "${srcdir}/${pkgname}-${_pkgver}"




More information about the arch-commits mailing list